From 74bed36e5eafeb25e8cbfbaa52bdb5bf08ab98be Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 19 May 2020 04:47:46 +0100 Subject: - Added Raku solution to the "Product SubArray" task. --- stats/pwc-language-breakdown-summary.json | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 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 129a76c7cf..b5a40690e1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,7 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -15,49 +13,51 @@ ], [ "Raku", - 1605 + 1606 ] ], - "name" : "Contributions", "dataLabels" : { "y" : 10, - "enabled" : "true", + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right" + "enabled" : "true" } } ], - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "subtitle" : { - "text" : "Last updated at 2020-05-19 01:10:16 GMT" + "text" : "Last updated at 2020-05-19 03:46:07 GMT" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit