From 770cf74bcfb8a1f55c7aa10fd0c1f1e6c50c2f36 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 8 Sep 2020 10:52:19 +0100 Subject: - Added Perl/Raku solutions to "Lonely X" task. --- 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 2388e1e6e0..890f146723 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,13 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "subtitle" : { - "text" : "Last updated at 2020-09-08 02:21:37 GMT" + "text" : "Last updated at 2020-09-08 09:52:03 GMT" }, "chart" : { "type" : "column" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "series" : [ { "data" : [ @@ -29,24 +17,24 @@ ], [ "Perl", - 3208 + 3209 ], [ "Raku", - 2098 + 2099 ] ], "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", - "align" : "right", + "enabled" : "true", "color" : "#FFFFFF", - "rotation" : -90, "y" : 10, - "enabled" : "true", + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } } @@ -57,7 +45,19 @@ }, "min" : 0 }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" } } -- cgit