diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index fc68f359ff..9fd7654ce8 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,62 +1,62 @@ { + "subtitle" : { + "text" : "Last updated at 2024-06-02 21:11:59 GMT" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2024-06-01 14:07:00 GMT" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "series" : [ { "data" : [ [ "Blog", - 4913 + 4915 ], [ "Perl", - 14034 + 14042 ], [ "Raku", - 8140 + 8146 ] ], "name" : "Contributions", "dataLabels" : { - "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "color" : "#FFFFFF", - "rotation" : -90, "format" : "{point.y:.0f}", - "enabled" : "true" + "enabled" : "true", + "align" : "right" } } ] |
