From 158202500808bb3ed86f82bc37e035f01e63b341 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 8 Aug 2021 23:06:28 +0100 Subject: - Added solutions by Arne Sommer. --- stats/pwc-language-breakdown-summary.json | 52 +++++++++++++++---------------- 1 file changed, 26 insertions(+), 26 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 00907f0e48..d537075406 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,17 +1,23 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" - }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "rotation" : -90, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "enabled" : "true" + }, "data" : [ [ "Blog", - 1788 + 1789 ], [ "Perl", @@ -19,29 +25,20 @@ ], [ "Raku", - 3704 + 3706 ] - ], - "dataLabels" : { - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "align" : "right", - "rotation" : -90 - } + ] } ], + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" + }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2021-08-08 21:38:50 GMT" - }, "xAxis" : { "labels" : { "style" : { @@ -55,9 +52,12 @@ "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2021-08-08 22:00:33 GMT" } } -- cgit