diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 713014a5c0..88e0540711 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "subtitle" : { + "text" : "Last updated at 2024-03-18 17:12:25 GMT" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 4637 + 4639 ], [ "Perl", - 13464 + 13478 ], [ "Raku", - 7813 + 7823 ] ], "dataLabels" : { - "rotation" : -90, - "enabled" : "true", "align" : "right", + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}", "color" : "#FFFFFF", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "y" : 10, - "format" : "{point.y:.0f}" - }, - "name" : "Contributions" + "rotation" : -90 + } } ], - "subtitle" : { - "text" : "Last updated at 2024-03-18 05:14:57 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "chart" : { - "type" : "column" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } + }, + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" } } |
