diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-30 20:54:37 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-03-30 20:54:37 +0100 |
| commit | 4d3851501f36a1ce56dc75a2e6f4097ae6ca9b57 (patch) | |
| tree | 5d86e79a779c6d02c1c183221da82e654591622d /stats/pwc-language-breakdown-summary.json | |
| parent | dd37e52ad331c2ed67d1274998c5fe10a46dc741 (diff) | |
| download | perlweeklychallenge-club-4d3851501f36a1ce56dc75a2e6f4097ae6ca9b57.tar.gz perlweeklychallenge-club-4d3851501f36a1ce56dc75a2e6f4097ae6ca9b57.tar.bz2 perlweeklychallenge-club-4d3851501f36a1ce56dc75a2e6f4097ae6ca9b57.zip | |
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index dfcf89a7d7..537726cbc0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,39 +1,25 @@ { - "chart" : { - "type" : "column" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2020-03-30 19:54:10 GMT" }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", - "y" : 10, "format" : "{point.y:.0f}", + "y" : 10, + "color" : "#FFFFFF", "align" : "right", - "rotation" : -90 + "rotation" : -90, + "enabled" : "true" }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -41,23 +27,37 @@ ], [ "Perl", - 2258 + 2259 ], [ "Raku", - 1400 + 1402 ] - ], - "name" : "Contributions" + ] } ], "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "subtitle" : { - "text" : "Last updated at 2020-03-30 19:43:23 GMT" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } } } |
