diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 891195b7bb..5fc904e6f4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -8,35 +8,44 @@ }, "type" : "category" }, + "subtitle" : { + "text" : "Last updated at 2022-11-01 12:28:54 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, "series" : [ { "dataLabels" : { - "rotation" : -90, + "format" : "{point.y:.0f}", "y" : 10, - "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "format" : "{point.y:.0f}" + "color" : "#FFFFFF", + "enabled" : "true", + "align" : "right", + "rotation" : -90 }, "name" : "Contributions", "data" : [ [ "Blog", - 2978 + 2979 ], [ "Perl", - 9212 + 9214 ], [ "Raku", @@ -45,19 +54,10 @@ ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2022-11-01 12:19:42 GMT" - }, "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" } } |
