diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-25 19:48:10 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-25 19:48:10 +0000 |
| commit | 63fcb2e6fae56e5a45ff06eb5e77f2f48f4411f4 (patch) | |
| tree | 0f62ad2dce6e2ebfb7a17f84545de7e8370a45d8 /stats/pwc-language-breakdown-summary.json | |
| parent | 36d1832e503fc8b091e0e19f678627aab3ab63fb (diff) | |
| download | perlweeklychallenge-club-63fcb2e6fae56e5a45ff06eb5e77f2f48f4411f4.tar.gz perlweeklychallenge-club-63fcb2e6fae56e5a45ff06eb5e77f2f48f4411f4.tar.bz2 perlweeklychallenge-club-63fcb2e6fae56e5a45ff06eb5e77f2f48f4411f4.zip | |
- Added solutions by Jan Hoogenraad.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 8d6dbda354..eee6ee71ba 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,10 @@ { - "subtitle" : { - "text" : "Last updated at 2021-01-25 19:35:41 GMT" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -17,7 +12,7 @@ ], [ "Perl", - 4470 + 4472 ], [ "Raku", @@ -25,38 +20,43 @@ ] ], "dataLabels" : { - "rotation" : -90, - "align" : "right", "enabled" : "true", - "y" : 10, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", + "align" : "right", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions" + }, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10 + } } ], + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "subtitle" : { + "text" : "Last updated at 2021-01-25 19:47:26 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "chart" : { + "type" : "column" + }, "legend" : { "enabled" : "false" } |
