diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-03 22:22:39 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-09-03 22:22:39 +0100 |
| commit | 238ce98dd2ee56ea0195ba52dfbf6382d97525f9 (patch) | |
| tree | 18e7550cdf33a06be09634dfff465d6331e72b52 /stats/pwc-language-breakdown-summary.json | |
| parent | 4d6ee5c533134c1c950bc12637661b6c99f734f2 (diff) | |
| download | perlweeklychallenge-club-238ce98dd2ee56ea0195ba52dfbf6382d97525f9.tar.gz perlweeklychallenge-club-238ce98dd2ee56ea0195ba52dfbf6382d97525f9.tar.bz2 perlweeklychallenge-club-238ce98dd2ee56ea0195ba52dfbf6382d97525f9.zip | |
- Added solutions by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c58cb4b367..50f18efe87 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,40 +1,21 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "subtitle" : { + "text" : "Last updated at 2022-09-03 21:20:58 GMT" }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "subtitle" : { - "text" : "Last updated at 2022-09-03 20:36:40 GMT" - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90, - "align" : "right", - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, "data" : [ [ "Blog", @@ -42,22 +23,41 @@ ], [ "Perl", - 8751 + 8753 ], [ "Raku", 5236 ] - ] + ], + "dataLabels" : { + "align" : "right", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "enabled" : "true", + "rotation" : -90, + "y" : 10 + }, + "name" : "Contributions" } ], + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" } } |
