diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index e2988ca734..cbf1e4886c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,8 +2,11 @@ "chart" : { "type" : "column" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "subtitle" : { - "text" : "Last updated at 2021-04-25 21:13:46 GMT" + "text" : "Last updated at 2021-04-25 21:26:01 GMT" }, "yAxis" : { "min" : 0, @@ -11,37 +14,29 @@ "text" : null } }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", "y" : 10, + "enabled" : "true", + "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "enabled" : "true", - "align" : "right", - "rotation" : -90 + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "align" : "right" }, "data" : [ [ @@ -50,14 +45,19 @@ ], [ "Perl", - 5154 + 5156 ], [ "Raku", 3278 ] - ], - "name" : "Contributions" + ] } - ] + ], + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + } } |
