diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-01 11:33:15 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-01 11:33:15 +0100 |
| commit | c65ddff40b6ea0a712592fe7c9f364463f9801cc (patch) | |
| tree | f5b1a3215820c3ed14868671e11be154ca64b14b /stats/pwc-language-breakdown-summary.json | |
| parent | 29c0d0431b10dc1fec1038a165a02916a1053c89 (diff) | |
| download | perlweeklychallenge-club-c65ddff40b6ea0a712592fe7c9f364463f9801cc.tar.gz perlweeklychallenge-club-c65ddff40b6ea0a712592fe7c9f364463f9801cc.tar.bz2 perlweeklychallenge-club-c65ddff40b6ea0a712592fe7c9f364463f9801cc.zip | |
- Tidied up contributions by Mark Anderson.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 90 |
1 files changed, 45 insertions, 45 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index de8df86436..fb93ad5bce 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,38 @@ { + "series" : [ + { + "data" : [ + [ + "Blog", + 1605 + ], + [ + "Perl", + 5419 + ], + [ + "Raku", + 3442 + ] + ], + "dataLabels" : { + "enabled" : "true", + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "align" : "right" + }, + "name" : "Contributions" + } + ], "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "chart" : { "type" : "column" }, @@ -21,43 +40,24 @@ "enabled" : "false" }, "subtitle" : { - "text" : "Last updated at 2021-06-01 09:45:08 GMT" + "text" : "Last updated at 2021-06-01 09:48:09 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "series" : [ - { - "dataLabels" : { - "rotation" : -90, - "y" : 10, - "color" : "#FFFFFF", - "enabled" : "true", - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}" - }, - "name" : "Contributions", - "data" : [ - [ - "Blog", - 1605 - ], - [ - "Perl", - 5419 - ], - [ - "Raku", - 3443 - ] - ] + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } - ] + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + } } |
