diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-20 11:06:54 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-20 11:06:54 +0100 |
| commit | 28ca5e2f4486939ef322278dd6b703e7ddfc0fef (patch) | |
| tree | 709b48a0717c3e961a00ce4a376c57b43e06231e /stats/pwc-language-breakdown-summary.json | |
| parent | 5c92860738384b64cce7792ea00bf2ef5d24a7f9 (diff) | |
| download | perlweeklychallenge-club-28ca5e2f4486939ef322278dd6b703e7ddfc0fef.tar.gz perlweeklychallenge-club-28ca5e2f4486939ef322278dd6b703e7ddfc0fef.tar.bz2 perlweeklychallenge-club-28ca5e2f4486939ef322278dd6b703e7ddfc0fef.zip | |
- Added solutions by Simon Green.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b7460fb5e3..409161e064 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" + "min" : 0 }, "subtitle" : { - "text" : "Last updated at 2020-07-19 21:45:47 GMT" + "text" : "Last updated at 2020-07-20 10:06:30 GMT" }, "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", - "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right" }, - "name" : "Contributions", "data" : [ [ "Blog", - 821 + 822 ], [ "Perl", - 2859 + 2861 ], [ "Raku", 1832 ] - ] + ], + "name" : "Contributions" } - ], - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - } + ] } |
