diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-23 22:05:41 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-23 22:05:41 +0000 |
| commit | d233c279f0b2a12111925caeb4298f2884f3d5f1 (patch) | |
| tree | 027ca470e9c6fa44f652de4019afad4facd8894e /stats/pwc-language-breakdown-summary.json | |
| parent | c767420db1b5b8243166f045baed5e95ff37b1d9 (diff) | |
| download | perlweeklychallenge-club-d233c279f0b2a12111925caeb4298f2884f3d5f1.tar.gz perlweeklychallenge-club-d233c279f0b2a12111925caeb4298f2884f3d5f1.tar.bz2 perlweeklychallenge-club-d233c279f0b2a12111925caeb4298f2884f3d5f1.zip | |
- Added solutions by Lubos Kolouch.
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 ce8f67c2d3..b3bd70d975 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,4 @@ { - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "subtitle" : { - "text" : "Last updated at 2021-01-23 21:58:27 GMT" - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "labels" : { "style" : { @@ -23,20 +8,17 @@ }, "type" : "category" }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "enabled" : "true", - "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right" - }, "name" : "Contributions", "data" : [ [ @@ -45,19 +27,37 @@ ], [ "Perl", - 4434 + 4438 ], [ "Raku", 2901 ] - ] + ], + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "enabled" : "true", + "y" : 10, + "align" : "right", + "rotation" : -90 + } } ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } + }, + "subtitle" : { + "text" : "Last updated at 2021-01-23 22:04:09 GMT" } } |
