From 0428d02b1c112fe70f910be8dbdc52cf4c2601ec Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 20 Nov 2020 23:57:25 +0000 Subject: - Added solutions by Nuno Vieira. --- stats/pwc-language-breakdown-summary.json | 70 +++++++++++++++---------------- 1 file changed, 35 insertions(+), 35 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 f080cb8566..432f72164c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -3,34 +3,28 @@ "enabled" : "false" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - }, - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2020-11-20 23:50:41 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" + } }, "series" : [ { + "dataLabels" : { + "color" : "#FFFFFF", + "y" : 10, + "align" : "right", + "enabled" : "true", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}" + }, "name" : "Contributions", "data" : [ [ @@ -39,25 +33,31 @@ ], [ "Perl", - 3866 + 3868 ], [ "Raku", 2501 ] - ], - "dataLabels" : { - "rotation" : -90, - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "y" : 10 - } + ] } - ] + ], + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "subtitle" : { + "text" : "Last updated at 2020-11-20 23:56:51 GMT" + }, + "chart" : { + "type" : "column" + } } -- cgit