diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-04 09:42:35 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-04 09:42:35 +0100 |
| commit | 49a15dc1ea62a46f101c3b508542e245bba04890 (patch) | |
| tree | 28eca6ac6ed15672432ce063a79ff451ac165f39 /stats/pwc-language-breakdown-summary.json | |
| parent | 9b660325f5dd72c0222bb5d4dc829c3e834aaf23 (diff) | |
| download | perlweeklychallenge-club-49a15dc1ea62a46f101c3b508542e245bba04890.tar.gz perlweeklychallenge-club-49a15dc1ea62a46f101c3b508542e245bba04890.tar.bz2 perlweeklychallenge-club-49a15dc1ea62a46f101c3b508542e245bba04890.zip | |
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7bc77f6e2b..633fe392d2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,23 +1,44 @@ { + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", "y" : 10, "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } + }, + "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right" }, "name" : "Contributions", "data" : [ @@ -31,33 +52,12 @@ ], [ "Raku", - 1542 + 1543 ] ] } ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "Last updated at 2020-05-04 08:18:42 GMT" + "text" : "Last updated at 2020-05-04 08:41:52 GMT" } } |
