diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-11 10:05:26 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-11 10:05:26 +0100 |
| commit | db120e5c02201f9c275f86f5fe7530ab4e255a3e (patch) | |
| tree | 255d6347c3ffaec99846bf548f587b5d24349351 /stats/pwc-language-breakdown-summary.json | |
| parent | 7e50c061c7b35383554be4192fe8a969e13aa62c (diff) | |
| download | perlweeklychallenge-club-db120e5c02201f9c275f86f5fe7530ab4e255a3e.tar.gz perlweeklychallenge-club-db120e5c02201f9c275f86f5fe7530ab4e255a3e.tar.bz2 perlweeklychallenge-club-db120e5c02201f9c275f86f5fe7530ab4e255a3e.zip | |
- Added solution by Andrew Shitov.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index cd72948efa..277bbf3b73 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,34 +1,21 @@ { "subtitle" : { - "text" : "Last updated at 2020-09-11 06:37:49 GMT" + "text" : "Last updated at 2020-09-11 09:05:06 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, "series" : [ { - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "align" : "right", - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF" - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -36,28 +23,41 @@ ], [ "Perl", - 3225 + 3226 ], [ "Raku", 2103 ] - ] + ], + "dataLabels" : { + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "enabled" : "true", + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10 + }, + "name" : "Contributions" } ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null } } } |
