diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 30639de329..9b1561c79d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,23 +1,35 @@ { - "subtitle" : { - "text" : "Last updated at 2020-06-23 13:38:05 GMT" - }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "format" : "{point.y:.0f}", + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "y" : 10, + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", - 763 + 764 ], [ "Perl", @@ -27,21 +39,18 @@ "Raku", 1730 ] - ], - "dataLabels" : { - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "y" : 10, - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}" - } + ] } ], + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "subtitle" : { + "text" : "Last updated at 2020-06-23 13:46:19 GMT" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "type" : "category", "labels" : { @@ -50,14 +59,5 @@ "fontFamily" : "Verdana, sans-serif" } } - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" } } |
