diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-25 22:23:51 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-11-25 22:23:51 +0000 |
| commit | da9eb407cf5fb6d9b7b2c30c3a6985c0ee46e8bc (patch) | |
| tree | 05b45a63167cf837093c4f724f1056e98999c087 /stats/pwc-language-breakdown-summary.json | |
| parent | 1c9c3163719a0fa6d803efc9c7fe12a063e80486 (diff) | |
| download | perlweeklychallenge-club-da9eb407cf5fb6d9b7b2c30c3a6985c0ee46e8bc.tar.gz perlweeklychallenge-club-da9eb407cf5fb6d9b7b2c30c3a6985c0ee46e8bc.tar.bz2 perlweeklychallenge-club-da9eb407cf5fb6d9b7b2c30c3a6985c0ee46e8bc.zip | |
- Added solutions to weeks 1,2,3 and 4 by Stuart Little.
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 967c42926e..0bc9268ace 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,36 +1,23 @@ { - "legend" : { - "enabled" : "false" - }, "subtitle" : { - "text" : "Last updated at 2020-11-25 22:16:03 GMT" - }, - "chart" : { - "type" : "column" + "text" : "Last updated at 2020-11-25 22:23:30 GMT" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "legend" : { + "enabled" : "false" }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "rotation" : -90, - "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", + "y" : 10, + "align" : "right", "enabled" : "true", - "align" : "right" + "format" : "{point.y:.0f}", + "rotation" : -90, + "color" : "#FFFFFF" }, "data" : [ [ @@ -43,21 +30,34 @@ ], [ "Raku", - 2546 + 2554 ] - ] + ], + "name" : "Contributions" } ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "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>" + } } } |
