diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-28 06:37:54 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-28 06:37:54 +0100 |
| commit | aa14cbf8342e04b936f40bcc720a23a258137ecd (patch) | |
| tree | 66fddb4542adf97c1ea4c2a95190d96a22c0b777 /stats/pwc-language-breakdown-summary.json | |
| parent | 112e460c3f67b1d7c0a8c3cb31d26f113645eeb2 (diff) | |
| download | perlweeklychallenge-club-aa14cbf8342e04b936f40bcc720a23a258137ecd.tar.gz perlweeklychallenge-club-aa14cbf8342e04b936f40bcc720a23a258137ecd.tar.bz2 perlweeklychallenge-club-aa14cbf8342e04b936f40bcc720a23a258137ecd.zip | |
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index ce9eb26b75..d22947c678 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,36 +1,49 @@ { + "subtitle" : { + "text" : "Last updated at 2020-09-28 05:37:38 GMT" + }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "subtitle" : { - "text" : "Last updated at 2020-09-28 00:56:39 GMT" + "legend" : { + "enabled" : "false" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + } }, "chart" : { "type" : "column" }, - "legend" : { - "enabled" : "false" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "rotation" : -90, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", @@ -38,26 +51,13 @@ ], [ "Perl", - 3382 + 3384 ], [ "Raku", - 2188 + 2190 ] - ], - "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}", - "y" : 10, - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF" - }, - "name" : "Contributions" + ] } ] } |
