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 d2955c0917..cc2f75d416 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,31 @@ { + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2024-04-28 23:20:17 GMT" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, "series" : [ { "dataLabels" : { "align" : "right", - "rotation" : -90, "enabled" : "true", + "rotation" : -90, "color" : "#FFFFFF", + "y" : 10, "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10 + } }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -24,21 +37,14 @@ ], [ "Raku", - 8006 + 8008 ] - ], - "name" : "Contributions" + ] } ], "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2024]" }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "title" : { "text" : null @@ -46,18 +52,12 @@ "min" : 0 }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2024-04-28 23:05:00 GMT" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + } } } |
