diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-11-16 20:55:44 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-11-16 20:55:44 +0000 |
| commit | bc2ae3be43b409eff63e8b8fcdb78eea0cc37d72 (patch) | |
| tree | 1a3b604e2489accc21ef8ac147043f243f2b4a5a /stats/pwc-language-breakdown-summary.json | |
| parent | 2fcff12ce4075bdda901db9e56c573aba9a66430 (diff) | |
| download | perlweeklychallenge-club-bc2ae3be43b409eff63e8b8fcdb78eea0cc37d72.tar.gz perlweeklychallenge-club-bc2ae3be43b409eff63e8b8fcdb78eea0cc37d72.tar.bz2 perlweeklychallenge-club-bc2ae3be43b409eff63e8b8fcdb78eea0cc37d72.zip | |
- Added solutions by Roger Bell_West.
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 247cd40858..e4d3e36f9c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,31 @@ { "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2021-11-16 20:54:18 GMT" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "color" : "#FFFFFF", + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90 + }, "data" : [ [ "Blog", @@ -23,41 +33,31 @@ ], [ "Perl", - 6660 + 6662 ], [ "Raku", - 4025 + 4027 ] - ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + ] } ], "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "subtitle" : { - "text" : "Last updated at 2021-11-16 20:26:02 GMT" - }, "chart" : { "type" : "column" }, + "legend" : { + "enabled" : "false" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
