diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index b3fa9312de..dee030eaf2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,46 +1,43 @@ { - "subtitle" : { - "text" : "Last updated at 2024-02-20 15:51:01 GMT" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 4547 + 4550 ], [ "Perl", - 13261 + 13272 ], [ "Raku", - 7653 + 7656 ] ], "dataLabels" : { - "y" : 10, - "align" : "right", - "color" : "#FFFFFF", + "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "format" : "{point.y:.0f}", + "enabled" : "true", + "y" : 10, "rotation" : -90, - "enabled" : "true" - } + "color" : "#FFFFFF", + "align" : "right" + }, + "name" : "Contributions" } ], "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" @@ -54,8 +51,11 @@ }, "type" : "category" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2024-02-21 19:25:30 GMT" }, "legend" : { "enabled" : "false" |
