diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-08 13:20:58 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-08 13:20:58 +0100 |
| commit | b8d9da775e3c046045a8197efe7273d2d053ef75 (patch) | |
| tree | 7f6509f1298b31fcb8096beffcfaad6e00c3abce /stats/pwc-language-breakdown-summary.json | |
| parent | 439cc42cfa770574f30545dd3e6d72abbc646e4c (diff) | |
| download | perlweeklychallenge-club-b8d9da775e3c046045a8197efe7273d2d053ef75.tar.gz perlweeklychallenge-club-b8d9da775e3c046045a8197efe7273d2d053ef75.tar.bz2 perlweeklychallenge-club-b8d9da775e3c046045a8197efe7273d2d053ef75.zip | |
- Added solutions by Stephen G Lynn.
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 dbd16d154c..a03b9d8378 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,28 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { "dataLabels" : { - "format" : "{point.y:.0f}", + "enabled" : "true", "rotation" : -90, "y" : 10, - "enabled" : "true", "color" : "#FFFFFF", - "align" : "right", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "align" : "right" }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -26,38 +30,34 @@ ], [ "Perl", - 8169 + 8170 ], [ "Raku", - 4840 + 4841 ] - ], - "name" : "Contributions" + ] } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "subtitle" : { - "text" : "Last updated at 2022-06-07 22:14:13 GMT" + "text" : "Last updated at 2022-06-08 12:18:39 GMT" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" } } |
