diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-10-13 19:35:09 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-10-13 19:35:09 +0100 |
| commit | 0298e5338b83bbc364e6b7b694d1d0cbfc411278 (patch) | |
| tree | 44aeab16fb67e7786bb7ef5023968334cf2cb165 /stats/pwc-language-breakdown-summary.json | |
| parent | 6f7a2e3cbbec44cc216c6d0e6a370f9ec60e3c84 (diff) | |
| download | perlweeklychallenge-club-0298e5338b83bbc364e6b7b694d1d0cbfc411278.tar.gz perlweeklychallenge-club-0298e5338b83bbc364e6b7b694d1d0cbfc411278.tar.bz2 perlweeklychallenge-club-0298e5338b83bbc364e6b7b694d1d0cbfc411278.zip | |
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 0a87ad4b18..fd91c2f885 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,27 @@ { - "subtitle" : { - "text" : "Last updated at 2021-10-13 17:43:21 GMT" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "series" : [ { "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "align" : "right", "enabled" : "true", + "color" : "#FFFFFF", "rotation" : -90, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "y" : 10 }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -24,32 +29,27 @@ ], [ "Perl", - 6364 + 6366 ], [ "Raku", 3899 ] - ] + ], + "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2021-10-13 18:33:59 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "chart" : { + "type" : "column" }, "xAxis" : { "type" : "category", |
