diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-24 00:08:43 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-24 00:08:43 +0000 |
| commit | edd5cb09dc803132b2a43e9df9c7e80a0358a2a8 (patch) | |
| tree | f8e06ede1f02efbdcb4cafcda48c82a83f51059e /stats/pwc-language-breakdown-summary.json | |
| parent | ff0a20fce25c2ac1601f02ea6ee59641a80b34e8 (diff) | |
| download | perlweeklychallenge-club-edd5cb09dc803132b2a43e9df9c7e80a0358a2a8.tar.gz perlweeklychallenge-club-edd5cb09dc803132b2a43e9df9c7e80a0358a2a8.tar.bz2 perlweeklychallenge-club-edd5cb09dc803132b2a43e9df9c7e80a0358a2a8.zip | |
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 3b6cbe688b..5cf97317a6 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,40 +1,27 @@ { - "subtitle" : { - "text" : "Last updated at 2022-01-23 22:51:35 GMT" - }, "legend" : { "enabled" : "false" }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-24 00:06:00 GMT" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + }, + "type" : "category" }, "series" : [ { - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "enabled" : "true", - "align" : "right", - "y" : 10 - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -42,22 +29,35 @@ ], [ "Perl", - 7143 + 7145 ], [ "Raku", 4298 ] - ] + ], + "dataLabels" : { + "enabled" : "true", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}" + }, + "name" : "Contributions" } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "chart" : { "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } |
