diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index f1330106b7..8881b40199 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,10 @@ { + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" + }, + "subtitle" : { + "text" : "Last updated at 2024-07-10 21:03:35 GMT" + }, "xAxis" : { "labels" : { "style" : { @@ -8,35 +14,41 @@ }, "type" : "category" }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "legend" : { + "enabled" : "false" + }, "chart" : { "type" : "column" }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, + "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "enabled" : "true", - "y" : 10 + "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}" }, "data" : [ [ "Blog", - 5042 + 5044 ], [ "Perl", - 14349 + 14357 ], [ "Raku", - 8307 + 8311 ] ], "name" : "Contributions" @@ -47,17 +59,5 @@ "text" : null }, "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" - }, - "subtitle" : { - "text" : "Last updated at 2024-07-09 16:49:42 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" } } |
