diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-17 19:50:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-17 19:50:14 +0100 |
| commit | b22dcd758154d887906788018ba8f538a4b2bb70 (patch) | |
| tree | 0b839924c09082b855d363da9d2bb7426af5a5bb /stats/pwc-language-breakdown-summary.json | |
| parent | dc5224413ae261499213f86ffaee9122abb9b65a (diff) | |
| download | perlweeklychallenge-club-b22dcd758154d887906788018ba8f538a4b2bb70.tar.gz perlweeklychallenge-club-b22dcd758154d887906788018ba8f538a4b2bb70.tar.bz2 perlweeklychallenge-club-b22dcd758154d887906788018ba8f538a4b2bb70.zip | |
- Added solutions to week 9 by Lakpa Tashi Bhutia.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index dc1da4d491..de25199abc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,8 +2,24 @@ "legend" : { "enabled" : "false" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -11,34 +27,27 @@ ], [ "Perl", - 5085 + 5087 ], [ "Raku", 3238 ] ], - "name" : "Contributions", "dataLabels" : { + "color" : "#FFFFFF", + "rotation" : -90, "enabled" : "true", - "format" : "{point.y:.0f}", - "align" : "right", + "y" : 10, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "rotation" : -90, - "y" : 10, - "color" : "#FFFFFF" + "format" : "{point.y:.0f}", + "align" : "right" } } ], - "subtitle" : { - "text" : "Last updated at 2021-04-17 16:20:05 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "xAxis" : { "type" : "category", "labels" : { @@ -48,16 +57,7 @@ } } }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2021-04-17 18:49:32 GMT" } } |
