diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-07 02:38:40 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-07 02:38:40 +0100 |
| commit | 6b3065dbd12ac98fe05fcc6d587972e2fffad0d7 (patch) | |
| tree | 29b7989b5ed4ad863d9258c332fbe1c5165ca4fa /stats/pwc-language-breakdown-summary.json | |
| parent | c7c31c5c68c55a9fb19112fdcc354abb289c586e (diff) | |
| download | perlweeklychallenge-club-6b3065dbd12ac98fe05fcc6d587972e2fffad0d7.tar.gz perlweeklychallenge-club-6b3065dbd12ac98fe05fcc6d587972e2fffad0d7.tar.bz2 perlweeklychallenge-club-6b3065dbd12ac98fe05fcc6d587972e2fffad0d7.zip | |
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 86 |
1 files changed, 43 insertions, 43 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b34e201165..fc5018e61f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,30 +1,25 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "subtitle" : { - "text" : "Last updated at 2021-09-06 02:23:17 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "align" : "right" + }, "data" : [ [ "Blog", @@ -32,32 +27,37 @@ ], [ "Perl", - 6145 + 6147 ], [ "Raku", 3793 ] - ], - "name" : "Contributions", - "dataLabels" : { - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "enabled" : "true", - "color" : "#FFFFFF", - "y" : 10, - "format" : "{point.y:.0f}" - } + ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "chart" : { + "type" : "column" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2021-09-07 01:35:03 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
