From 45289dedb5c0430e7c64f9da9705d140bcfcf91b Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 12 May 2021 10:45:33 +0100 Subject: - Added solution to week 21 by Lakpa Tashi Bhutia. --- stats/pwc-language-breakdown-summary.json | 80 +++++++++++++++---------------- 1 file changed, 40 insertions(+), 40 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 9a17a9fee1..38d3dda80f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,36 @@ { + "legend" : { + "enabled" : "false" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "subtitle" : { + "text" : "Last updated at 2021-05-12 09:44:09 GMT" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } } }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "series" : [ { - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "rotation" : -90, - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "y" : 10 - }, "data" : [ [ "Blog", @@ -26,38 +38,26 @@ ], [ "Perl", - 5283 + 5284 ], [ "Raku", 3354 ] ], - "name" : "Contributions" - } - ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "enabled" : "true", + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}" } - }, - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2021-05-12 08:36:57 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - } + } + ] } -- cgit