From 06ec98144de74991d3136597a1e697f76ae869ad Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 26 Sep 2020 11:58:48 +0100 Subject: - Added solution by Leo Manfredi. --- stats/pwc-language-breakdown-summary.json | 46 +++++++++++++++---------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'stats/pwc-language-breakdown-summary.json') 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" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "labels" : { @@ -51,13 +51,13 @@ }, "type" : "category" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "legend" : { + "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "subtitle" : { + "text" : "Last updated at 2020-09-26 10:58:29 GMT" } } -- cgit