diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-08 13:09:33 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-08 13:09:33 +0000 |
| commit | f2e062cd585f30ecbcf0257e72ccb8f0c82136a7 (patch) | |
| tree | 5b5abfe55d968d223e130cbcc029dbfc8132d9be /stats/pwc-language-breakdown-summary.json | |
| parent | 12512a62698c327f54a8e2e4439f98d7aecb2d4a (diff) | |
| download | perlweeklychallenge-club-f2e062cd585f30ecbcf0257e72ccb8f0c82136a7.tar.gz perlweeklychallenge-club-f2e062cd585f30ecbcf0257e72ccb8f0c82136a7.tar.bz2 perlweeklychallenge-club-f2e062cd585f30ecbcf0257e72ccb8f0c82136a7.zip | |
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 0191aabd1b..bae2f35b6f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,34 @@ { - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" + } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "enabled" : "true", + "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -23,41 +36,28 @@ ], [ "Perl", - 7039 + 7041 ], [ "Raku", 4241 ] - ], - "dataLabels" : { - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "rotation" : -90, - "enabled" : "true", - "color" : "#FFFFFF", - "y" : 10 - }, - "name" : "Contributions" + ] } ], - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-08 13:07:44 GMT" }, "yAxis" : { "title" : { "text" : null }, "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-07 20:21:28 GMT" } } |
