diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-13 09:19:01 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-13 09:19:01 +0100 |
| commit | 94243bd5e0988d280b2ebd4afc0dbc3ad125c956 (patch) | |
| tree | e80f7b451c6080dacdb33391b9dd3ac72024b04e /stats/pwc-language-breakdown-summary.json | |
| parent | 596b08af9e023e615d08b5379e26884d6aedd30a (diff) | |
| download | perlweeklychallenge-club-94243bd5e0988d280b2ebd4afc0dbc3ad125c956.tar.gz perlweeklychallenge-club-94243bd5e0988d280b2ebd4afc0dbc3ad125c956.tar.bz2 perlweeklychallenge-club-94243bd5e0988d280b2ebd4afc0dbc3ad125c956.zip | |
- Added solution by Jan Krnavek.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 1db9bbd9f9..3ba4a089a7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,25 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "legend" : { + "enabled" : "false" }, "chart" : { "type" : "column" }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "y" : 10, + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right" + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -18,46 +31,33 @@ ], [ "Raku", - 2113 + 2114 ] - ], - "dataLabels" : { - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "color" : "#FFFFFF", - "y" : 10 - }, - "name" : "Contributions" + ] } ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2020-09-13 08:16:04 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "subtitle" : { - "text" : "Last updated at 2020-09-13 06:46:29 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } |
