From cfdee22178f1ded9d184ca5b2b0123104f3040d5 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 21 Dec 2021 15:10:14 +0000 Subject: - Added solutions by Roger Bell_West. --- stats/pwc-language-breakdown-summary.json | 68 +++++++++++++++---------------- 1 file changed, 34 insertions(+), 34 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 8bab190a89..e289434655 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,31 @@ { + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "series" : [ { + "dataLabels" : { + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "format" : "{point.y:.0f}", + "rotation" : -90, + "y" : 10 + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -8,34 +33,15 @@ ], [ "Perl", - 6899 + 6901 ], [ "Raku", - 4165 + 4167 ] - ], - "dataLabels" : { - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}", - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "rotation" : -90 - }, - "name" : "Contributions" + ] } ], - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "xAxis" : { "type" : "category", "labels" : { @@ -45,19 +51,13 @@ } } }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "subtitle" : { - "text" : "Last updated at 2021-12-20 02:18:58 GMT" + "text" : "Last updated at 2021-12-21 15:06:31 GMT" }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit