diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 0f00dd8e7f..bf89fd2fa0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,53 +1,53 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "subtitle" : { + "text" : "Last updated at 2022-10-24 12:42:07 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, "series" : [ { "name" : "Contributions", "data" : [ [ "Blog", - 2951 + 2956 ], [ "Perl", - 9123 + 9130 ], [ "Raku", - 5466 + 5474 ] ], "dataLabels" : { - "rotation" : -90, + "color" : "#FFFFFF", "y" : 10, - "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "enabled" : "true", - "color" : "#FFFFFF", - "align" : "right" + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90, + "enabled" : "true" } } ], - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "labels" : { "style" : { @@ -57,7 +57,7 @@ }, "type" : "category" }, - "subtitle" : { - "text" : "Last updated at 2022-10-23 16:51:38 GMT" + "legend" : { + "enabled" : "false" } } |
