diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 66 |
1 files changed, 33 insertions, 33 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index c1f1d09ead..52ab05c3f3 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { "yAxis" : { - "min" : 0, "title" : { "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" }, "subtitle" : { - "text" : "Last updated at 2024-08-30 19:41:22 GMT" + "text" : "Last updated at 2024-08-31 13:47:49 GMT" }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", + "y" : 10, + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, "data" : [ [ "Perl", - 14848 + 14852 ], [ "Raku", - 8481 + 8483 ], [ "Blog", 5227 ] ], - "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF", - "y" : 10 - } + "name" : "Contributions" } ], - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" } } |
