diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-17 19:16:09 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-05-17 19:16:09 +0100 |
| commit | 79667b6d2609dfc6587526f8a2debe0b7125c8ca (patch) | |
| tree | b3ba7c1415538e9491d1cb268e67d0697db1e58f /stats/pwc-language-breakdown-summary.json | |
| parent | 06ee94e33ca2291bb1f3dbaa7880b3ad891c937f (diff) | |
| download | perlweeklychallenge-club-79667b6d2609dfc6587526f8a2debe0b7125c8ca.tar.gz perlweeklychallenge-club-79667b6d2609dfc6587526f8a2debe0b7125c8ca.tar.bz2 perlweeklychallenge-club-79667b6d2609dfc6587526f8a2debe0b7125c8ca.zip | |
- Added solutions by Shahed Nooshmand.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index d7822588ab..a6e16d2779 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,50 +1,26 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2020-05-17 16:49:56 GMT" - }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } }, - "type" : "category" + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" - }, "name" : "Contributions", "data" : [ [ "Blog", - 686 + 687 ], [ "Perl", @@ -52,12 +28,36 @@ ], [ "Raku", - 1591 + 1593 ] - ] + ], + "dataLabels" : { + "align" : "right", + "y" : 10, + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "rotation" : -90 + } } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2020-05-17 18:15:54 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } } } |
