From b1729074f0ff73db75f43b1cdccd1a3011d9ee97 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 17 Apr 2022 17:03:34 +0100 Subject: - Added solutions by Colin Crain. --- stats/pwc-language-breakdown-summary.json | 44 +++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 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 3b3387ec47..0ad282aa9e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,55 +1,52 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "subtitle" : { + "text" : "Last updated at 2022-04-17 16:01:24 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2022-04-17 15:22:44 GMT" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { "data" : [ [ "Blog", - 2444 + 2446 ], [ "Perl", - 7784 + 7786 ], [ "Raku", - 4635 + 4637 ] ], "name" : "Contributions", "dataLabels" : { "enabled" : "true", - "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, + "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90 + "y" : 10, + "align" : "right" } } ], - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "xAxis" : { "labels" : { @@ -59,5 +56,8 @@ } }, "type" : "category" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } -- cgit