diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-06 13:52:30 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-06 13:52:30 +0100 |
| commit | 1ec0a8428d908cc798aec19cd0aa09e299364227 (patch) | |
| tree | 548293ee936318c499ffc1ef99cc1d1c687f39bf /stats/pwc-language-breakdown-summary.json | |
| parent | d900b380b60ff92e589ec7b1b5bcf703dc187699 (diff) | |
| download | perlweeklychallenge-club-1ec0a8428d908cc798aec19cd0aa09e299364227.tar.gz perlweeklychallenge-club-1ec0a8428d908cc798aec19cd0aa09e299364227.tar.bz2 perlweeklychallenge-club-1ec0a8428d908cc798aec19cd0aa09e299364227.zip | |
- Added solutions by Adam Russell.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 688762100d..b7f5bfc4fc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "yAxis" : { - "title" : { - "text" : null + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" + "type" : "category" }, "series" : [ { - "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "rotation" : -90, + "y" : 10, + "color" : "#FFFFFF", + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", - 1616 + 1617 ], [ "Perl", - 5439 + 5441 ], [ "Raku", 3453 ] ], - "dataLabels" : { - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}" - } + "name" : "Contributions" } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" }, "subtitle" : { - "text" : "Last updated at 2021-06-06 12:48:16 GMT" + "text" : "Last updated at 2021-06-06 12:52:10 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
