diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-28 11:51:09 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-28 11:51:09 +0100 |
| commit | a7bc4ee5bc44cbadcfd9e32e818b004a02eef9ec (patch) | |
| tree | 8da4f8cc84f90f836559106db51604f329473e4a /stats/pwc-language-breakdown-summary.json | |
| parent | 8e1ade1ed9f6a1cf74dc7b868fff50e03cd0f66b (diff) | |
| download | perlweeklychallenge-club-a7bc4ee5bc44cbadcfd9e32e818b004a02eef9ec.tar.gz perlweeklychallenge-club-a7bc4ee5bc44cbadcfd9e32e818b004a02eef9ec.tar.bz2 perlweeklychallenge-club-a7bc4ee5bc44cbadcfd9e32e818b004a02eef9ec.zip | |
- Added solution by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 5bac094b99..46bcb7462c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,40 @@ { + "series" : [ + { + "name" : "Contributions", + "data" : [ + [ + "Blog", + 645 + ], + [ + "Perl", + 2434 + ], + [ + "Raku", + 1522 + ] + ], + "dataLabels" : { + "rotation" : -90, + "enabled" : "true", + "align" : "right", + "y" : 10, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + } + ], "chart" : { "type" : "column" }, "subtitle" : { - "text" : "Last updated at 2020-04-27 20:59:32 GMT" - }, - "legend" : { - "enabled" : "false" + "text" : "Last updated at 2020-04-28 10:50:20 GMT" }, "xAxis" : { "type" : "category", @@ -18,45 +46,17 @@ } }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "series" : [ - { - "name" : "Contributions", - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true" - }, - "data" : [ - [ - "Blog", - 645 - ], - [ - "Perl", - 2433 - ], - [ - "Raku", - 1522 - ] - ] - } - ], + "legend" : { + "enabled" : "false" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" } |
