diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-03 06:39:11 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-03 06:39:11 +0000 |
| commit | d19b0f983bbefca06f6139624711c079ac18eb6e (patch) | |
| tree | bde30091e89cba249483adffcfb6052d18665d6b /stats/pwc-language-breakdown-summary.json | |
| parent | bd741a5f4d32158e3f7875d07dc8bf29e30256a5 (diff) | |
| download | perlweeklychallenge-club-d19b0f983bbefca06f6139624711c079ac18eb6e.tar.gz perlweeklychallenge-club-d19b0f983bbefca06f6139624711c079ac18eb6e.tar.bz2 perlweeklychallenge-club-d19b0f983bbefca06f6139624711c079ac18eb6e.zip | |
- Added solutions to week 37 by Stuart Little.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 4c50f7b2a1..48b9221b23 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,34 @@ { + "chart" : { + "type" : "column" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } - }, - "yAxis" : { - "title" : { - "text" : null }, - "min" : 0 + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2020-12-03 06:38:37 GMT" }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "y" : 10, + "align" : "right", + "rotation" : -90 + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -27,37 +40,24 @@ ], [ "Raku", - 2623 + 2625 ] - ], - "dataLabels" : { - "rotation" : -90, - "format" : "{point.y:.0f}", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "color" : "#FFFFFF", - "y" : 10 - }, - "name" : "Contributions" + ] } ], - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : "false" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "subtitle" : { - "text" : "Last updated at 2020-12-03 01:23:27 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
