diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 08c2e1bda5..1d7fafd6d4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,18 +2,23 @@ "tooltip" : { "pointFormat" : "<b>{point.y:.0f}</b>" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "legend" : { - "enabled" : "false" - }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "Last updated at 2022-03-16 18:46:55 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -25,39 +30,34 @@ ], [ "Raku", - 4501 + 4503 ] ], "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" - } + "rotation" : -90, + "enabled" : "true", + "format" : "{point.y:.0f}", + "y" : 10, + "color" : "#FFFFFF" + }, + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2022-03-16 00:10:25 GMT" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } |
