diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index bfb71025a5..a99824f3c8 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -3,61 +3,61 @@ "pointFormat" : "<b>{point.y:.0f}</b>" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, "series" : [ { "data" : [ [ "Perl", - 15155 + 15160 ], [ "Raku", - 8590 + 8593 ], [ "Blog", - 5336 + 5338 ] ], "dataLabels" : { - "y" : 10, - "align" : "right", "rotation" : -90, - "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, + "y" : 10, "enabled" : "true", - "format" : "{point.y:.0f}" + "color" : "#FFFFFF" }, "name" : "Contributions" } ], "subtitle" : { - "text" : "Last updated at 2024-10-02 20:31:08 GMT" + "text" : "Last updated at 2024-10-04 10:31:47 GMT" }, - "chart" : { - "type" : "column" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" + }, + "legend" : { + "enabled" : "false" } } |
