diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-19 10:30:03 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-19 10:30:03 +0100 |
| commit | b43c41b1a0d3eebbba8038249ce10cf49991801a (patch) | |
| tree | 901930bb33c6824f84fdd8cac3dec6dbc1789094 /stats/pwc-language-breakdown-summary.json | |
| parent | 6e89a0e0e5027d7eb1d4fd10ccca8640d17af363 (diff) | |
| download | perlweeklychallenge-club-b43c41b1a0d3eebbba8038249ce10cf49991801a.tar.gz perlweeklychallenge-club-b43c41b1a0d3eebbba8038249ce10cf49991801a.tar.bz2 perlweeklychallenge-club-b43c41b1a0d3eebbba8038249ce10cf49991801a.zip | |
- Added solutions by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b98d00952f..f640d80ff9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, "chart" : { "type" : "column" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "legend" : { "enabled" : "false" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - }, - "type" : "category" + } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { - "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", - 1570 + 1571 ], [ "Perl", - 5332 + 5334 ], [ "Raku", 3382 ] ], - "dataLabels" : { - "y" : 10, - "enabled" : "true", - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF" - } + "name" : "Contributions" } ], "subtitle" : { - "text" : "Last updated at 2021-05-19 00:20:31 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "text" : "Last updated at 2021-05-19 09:29:50 GMT" } } |
