diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-14 20:11:49 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-02-14 20:11:49 +0000 |
| commit | 26a5aba4829527b494a68ae1ebc4de03d98aaa67 (patch) | |
| tree | 59378057fc55353bd6bae1f810da0a847c64e424 /stats/pwc-language-breakdown-summary.json | |
| parent | b519225bdd92dc865bb5e80666f6480cb696d818 (diff) | |
| download | perlweeklychallenge-club-26a5aba4829527b494a68ae1ebc4de03d98aaa67.tar.gz perlweeklychallenge-club-26a5aba4829527b494a68ae1ebc4de03d98aaa67.tar.bz2 perlweeklychallenge-club-26a5aba4829527b494a68ae1ebc4de03d98aaa67.zip | |
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 84 |
1 files changed, 42 insertions, 42 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6958df933c..2fd060e895 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "series" : [ + { + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", + "enabled" : "true" + }, + "name" : "Contributions", + "data" : [ + [ + "Blog", + 1329 + ], + [ + "Perl", + 4635 + ], + [ + "Raku", + 2992 + ] + ] + } + ], + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, + "subtitle" : { + "text" : "Last updated at 2021-02-14 20:10:32 GMT" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "legend" : { "enabled" : "false" }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2021-02-14 18:44:55 GMT" - }, - "series" : [ - { - "name" : "Contributions", - "data" : [ - [ - "Blog", - 1329 - ], - [ - "Perl", - 4633 - ], - [ - "Raku", - 2990 - ] - ], - "dataLabels" : { - "rotation" : -90, - "enabled" : "true", - "align" : "right", - "color" : "#FFFFFF", - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}" - } - } - ] + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + } } |
