diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-05 14:47:42 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-04-05 14:47:42 +0100 |
| commit | 4e0db79e47971ff2c4b38e7d52c6ed99a849c351 (patch) | |
| tree | 9beda42a2743be2144a1cc8a65fc793c13479bc2 /stats/pwc-language-breakdown-summary.json | |
| parent | 0f419ec3a4bb39334acd28b2871202ce6dfa135b (diff) | |
| download | perlweeklychallenge-club-4e0db79e47971ff2c4b38e7d52c6ed99a849c351.tar.gz perlweeklychallenge-club-4e0db79e47971ff2c4b38e7d52c6ed99a849c351.tar.bz2 perlweeklychallenge-club-4e0db79e47971ff2c4b38e7d52c6ed99a849c351.zip | |
- Added solutions by Simon Proctor.
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 11eed67f08..d55bc280f8 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,37 +1,6 @@ { - "subtitle" : { - "text" : "Last updated at 2022-04-05 13:25:07 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -43,21 +12,52 @@ ], [ "Raku", - 4585 + 4587 ] ], + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", - "y" : 10, - "color" : "#FFFFFF", - "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, "enabled" : "true", + "rotation" : -90, + "y" : 10, "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" + } + } + ], + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2022-04-05 13:44:36 GMT" + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } - ] + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + } } |
