diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-06-15 15:13:09 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-06-15 15:13:09 +0100 |
| commit | 8f3e4397d6470c8a02791e455fea75fcd4e3c22a (patch) | |
| tree | 8ce1609c3f2cbdedd9489a7ffe74f4f09dfe1587 /stats/pwc-language-breakdown-summary.json | |
| parent | e4dd309f44995febd08b18adefdf87dfbeded637 (diff) | |
| download | perlweeklychallenge-club-8f3e4397d6470c8a02791e455fea75fcd4e3c22a.tar.gz perlweeklychallenge-club-8f3e4397d6470c8a02791e455fea75fcd4e3c22a.tar.bz2 perlweeklychallenge-club-8f3e4397d6470c8a02791e455fea75fcd4e3c22a.zip | |
- Added solutions by Robert Ransbottom.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 19cac91166..9f6ab4268b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,6 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2024-06-14 21:09:57 GMT" + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" @@ -26,21 +14,12 @@ "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2024]" }, + "legend" : { + "enabled" : "false" + }, "series" : [ { "name" : "Contributions", - "dataLabels" : { - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, - "color" : "#FFFFFF" - }, "data" : [ [ "Blog", @@ -52,12 +31,33 @@ ], [ "Raku", - 8196 + 8198 ] - ] + ], + "dataLabels" : { + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "enabled" : "true", + "y" : 10, + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } ], - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2024-06-15 14:09:21 GMT" } } |
