From 76c9c09c0b2deac8a801ad60f866cdcdb97caa8c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 10 May 2021 11:59:46 +0100 Subject: - Added solutions to weeks 18, 19 and 20 by Lakpa Tashi Bhutia. --- 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 af00765d49..e616cf7290 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,37 @@ { "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2021-05-10 10:58:38 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -14,50 +39,25 @@ ], [ "Perl", - 5264 + 5268 ], [ "Raku", 3345 ] ], - "name" : "Contributions", "dataLabels" : { - "y" : 10, - "format" : "{point.y:.0f}", "align" : "right", - "rotation" : -90, - "color" : "#FFFFFF", "enabled" : "true", + "format" : "{point.y:.0f}", + "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } } - ], - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2021-05-10 10:08:40 GMT" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - } + ] } -- cgit