diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index dc1da4d491..de25199abc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,8 +2,24 @@ "legend" : { "enabled" : "false" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -11,34 +27,27 @@ ], [ "Perl", - 5085 + 5087 ], [ "Raku", 3238 ] ], - "name" : "Contributions", "dataLabels" : { + "color" : "#FFFFFF", + "rotation" : -90, "enabled" : "true", - "format" : "{point.y:.0f}", - "align" : "right", + "y" : 10, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "rotation" : -90, - "y" : 10, - "color" : "#FFFFFF" + "format" : "{point.y:.0f}", + "align" : "right" } } ], - "subtitle" : { - "text" : "Last updated at 2021-04-17 16:20:05 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "xAxis" : { "type" : "category", "labels" : { @@ -48,16 +57,7 @@ } } }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "subtitle" : { + "text" : "Last updated at 2021-04-17 18:49:32 GMT" } } |
