diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-15 18:11:56 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-15 18:11:56 +0100 |
| commit | ce667eea81876df63cf3e8f451a6f897c693fb35 (patch) | |
| tree | 2774b0921d7c38524a2fb62ffad6eb80ed4f4610 /stats/pwc-language-breakdown-summary.json | |
| parent | e01c732b9eba90983bf1528317bbd04bd5a1a5e3 (diff) | |
| download | perlweeklychallenge-club-ce667eea81876df63cf3e8f451a6f897c693fb35.tar.gz perlweeklychallenge-club-ce667eea81876df63cf3e8f451a6f897c693fb35.tar.bz2 perlweeklychallenge-club-ce667eea81876df63cf3e8f451a6f897c693fb35.zip | |
- Added solution by Steven Wilson.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 63a5be74b9..1226bf3d4c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,21 +2,24 @@ "chart" : { "type" : "column" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "color" : "#FFFFFF", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, "rotation" : -90, - "format" : "{point.y:.0f}", + "align" : "right", "y" : 10, "enabled" : "true", - "align" : "right" + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -24,7 +27,7 @@ ], [ "Perl", - 3277 + 3278 ], [ "Raku", @@ -33,31 +36,28 @@ ] } ], - "subtitle" : { - "text" : "Last updated at 2020-09-15 15:48:02 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, "legend" : { "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2020-09-15 17:11:16 GMT" } } |
