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 2a7a66f852..0e13eed6fb 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 - 2022]" + }, + "subtitle" : { + "text" : "Last updated at 2022-06-22 07:21:31 GMT" + }, "series" : [ { "data" : [ @@ -12,42 +18,39 @@ ], [ "Raku", - 4906 + 4908 ] ], "name" : "Contributions", "dataLabels" : { "rotation" : -90, - "enabled" : "true", - "align" : "right", - "color" : "#FFFFFF", "y" : 10, - "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } + }, + "format" : "{point.y:.0f}", + "enabled" : "true" } } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "chart" : { "type" : "column" }, @@ -56,8 +59,5 @@ }, "legend" : { "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2022-06-21 22:29:29 GMT" } } |
