From cf097f1dee3dc153df67d1a175b5d51eb5b535a4 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 13 Apr 2021 18:00:11 +0100 Subject: - Added solutions to week 2 by Lakpa Tashi Bhutia. --- stats/pwc-language-breakdown-summary.json | 50 +++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 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 0da8fcc233..94bad0693f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,28 +1,42 @@ { - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : "false" }, + "chart" : { + "type" : "column" + }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, "subtitle" : { - "text" : "Last updated at 2021-04-13 15:12:45 GMT" + "text" : "Last updated at 2021-04-13 16:59:25 GMT" }, "series" : [ { - "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "y" : 10, + "rotation" : -90, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true" + }, "data" : [ [ "Blog", @@ -30,34 +44,20 @@ ], [ "Perl", - 5056 + 5058 ], [ "Raku", 3229 ] ], - "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "format" : "{point.y:.0f}", - "rotation" : -90, - "y" : 10 - } + "name" : "Contributions" } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } } } -- cgit