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 2c66f27ab0..7282ee90ea 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,9 @@ { - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2020-09-26 04:06:50 GMT" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "series" : [ { @@ -18,7 +15,7 @@ ], [ "Perl", - 3356 + 3357 ], [ "Raku", @@ -26,21 +23,24 @@ ] ], "dataLabels" : { - "color" : "#FFFFFF", - "y" : 10, "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true" + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}" } } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "<b>{point.y:.0f}</b>" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "labels" : { @@ -51,13 +51,13 @@ }, "type" : "category" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "legend" : { + "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "<b>{point.y:.0f}</b>" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "subtitle" : { + "text" : "Last updated at 2020-09-26 10:58:29 GMT" } } |
