diff options
Diffstat (limited to 'stats/pwc-language-breakdown-summary.json')
| -rw-r--r-- | stats/pwc-language-breakdown-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index eb068abedd..ea400c3b81 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,20 +1,17 @@ { - "subtitle" : { - "text" : "Last updated at 2021-05-16 18:00:01 GMT" - }, "series" : [ { "dataLabels" : { + "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "align" : "right", + "y" : 10, "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF", + "align" : "right", "enabled" : "true", - "y" : 10 + "color" : "#FFFFFF" }, "data" : [ [ @@ -23,7 +20,7 @@ ], [ "Perl", - 5300 + 5303 ], [ "Raku", @@ -33,23 +30,23 @@ "name" : "Contributions" } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "chart" : { + "type" : "column" }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "yAxis" : { "title" : { @@ -57,7 +54,10 @@ }, "min" : 0 }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2021-05-16 18:35:11 GMT" } } |
