diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-16 04:07:11 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-16 04:07:11 +0100 |
| commit | ff9d8e650751bed3f0087d2c3ec6a07d3b489d51 (patch) | |
| tree | 7a288bf07d1980c1ca82231d2289b5ed7f924d94 /stats/pwc-language-breakdown-summary.json | |
| parent | 9ce30897312aeea2953c8ecae23f13350e2b293b (diff) | |
| download | perlweeklychallenge-club-ff9d8e650751bed3f0087d2c3ec6a07d3b489d51.tar.gz perlweeklychallenge-club-ff9d8e650751bed3f0087d2c3ec6a07d3b489d51.tar.bz2 perlweeklychallenge-club-ff9d8e650751bed3f0087d2c3ec6a07d3b489d51.zip | |
- Added solutions by Simon Green.
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 6e87467ddf..a3c20eca44 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,20 +1,27 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 885 + 886 ], [ "Perl", - 3026 + 3028 ], [ "Raku", @@ -22,42 +29,35 @@ ] ], "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", "rotation" : -90, - "enabled" : "true", - "y" : 10, "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions" + }, + "enabled" : "true", + "color" : "#FFFFFF", + "y" : 10, + "align" : "right" + } } ], "subtitle" : { - "text" : "Last updated at 2020-08-15 19:21:29 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "text" : "Last updated at 2020-08-16 03:06:54 GMT" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" } } |
