From bb06570f6b1634ca14bfd08927f3bfc6c052c494 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 24 Oct 2022 06:01:51 +0100 Subject: - Added solution by Robbie Hatley. --- 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 68a00cb9c6..23af14c239 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,18 @@ { + "chart" : { + "type" : "column" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -15,49 +20,44 @@ ], [ "Perl", - 9127 + 9128 ], [ "Raku", 5471 ] ], + "name" : "Contributions", "dataLabels" : { - "y" : 10, "rotation" : -90, - "color" : "#FFFFFF", "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "align" : "right", - "format" : "{point.y:.0f}" + "y" : 10, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "align" : "right" } } ], - "subtitle" : { - "text" : "Last updated at 2022-10-24 00:24:46 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-10-24 04:59:35 GMT" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "legend" : { + "enabled" : "false" } } -- cgit