diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-23 20:03:33 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-23 20:03:33 +0000 |
| commit | 1e4f4126e2d174648b4125460ab8638ddfd8d523 (patch) | |
| tree | 26f341639adce4178259c4f0c2fa1d6d26c3664f /stats/pwc-language-breakdown-summary.json | |
| parent | a3ef8061e8b28fd26ff9aa4ee3fc9f39ceb55dc1 (diff) | |
| download | perlweeklychallenge-club-1e4f4126e2d174648b4125460ab8638ddfd8d523.tar.gz perlweeklychallenge-club-1e4f4126e2d174648b4125460ab8638ddfd8d523.tar.bz2 perlweeklychallenge-club-1e4f4126e2d174648b4125460ab8638ddfd8d523.zip | |
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 80 |
1 files changed, 40 insertions, 40 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 4a8768a061..27b90ca0dc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,62 +2,62 @@ "chart" : { "type" : "column" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "name" : "Contributions", "data" : [ [ "Blog", - 2208 + 2210 ], [ "Perl", - 7137 + 7139 ], [ "Raku", 4294 ] - ], - "dataLabels" : { - "align" : "right", - "y" : 10, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "name" : "Contributions" + ] } ], + "subtitle" : { + "text" : "Last updated at 2022-01-23 20:00:21 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, "legend" : { "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-23 19:36:54 GMT" } } |
