diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-24 00:38:30 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-24 00:38:30 +0100 |
| commit | afe0c404d9f46352bb9ebba5fba56568e998e349 (patch) | |
| tree | 715815bcdb7205dfc8c62bf6c093213167cc4a06 /stats/pwc-language-breakdown-summary.json | |
| parent | 4d38dd7f223c4b2edfb7a91300b0fc5d601a8fa9 (diff) | |
| download | perlweeklychallenge-club-afe0c404d9f46352bb9ebba5fba56568e998e349.tar.gz perlweeklychallenge-club-afe0c404d9f46352bb9ebba5fba56568e998e349.tar.bz2 perlweeklychallenge-club-afe0c404d9f46352bb9ebba5fba56568e998e349.zip | |
- Added solutions by Flavio Poletti.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 8adaf24abf..89350a0714 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2022-06-23 23:18:12 GMT" + }, "legend" : { "enabled" : "false" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" + } }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}", - "align" : "right", - "y" : 10, - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "data" : [ [ "Blog", - 2644 + 2646 ], [ "Perl", - 8275 + 8277 ], [ "Raku", - 4910 + 4912 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}" + } } - ], - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2022-06-23 21:25:29 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - } + ] } |
