diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6cef103ca0..e13c4b2adf 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -8,56 +8,56 @@ } } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-11-21 05:24:35 GMT" }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2022-11-21 05:05:08 GMT" - }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { "data" : [ [ "Blog", - 3033 + 3034 ], [ "Perl", - 9363 + 9365 ], [ "Raku", 5624 ] ], - "name" : "Contributions", "dataLabels" : { "y" : 10, - "align" : "right", + "color" : "#FFFFFF", "rotation" : -90, "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "color" : "#FFFFFF", - "enabled" : "true" - } + "enabled" : "true", + "align" : "right" + }, + "name" : "Contributions" } - ] + ], + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + } } |
