From 7b445bf644ffd938b6981830e1b705fedf5c0bd3 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 9 Aug 2020 10:06:36 +0100 Subject: - Added solutions by Athanasius. --- stats/pwc-language-breakdown-summary.json | 66 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 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 a285ad25d5..b24a2cae3a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,10 +1,25 @@ { - "subtitle" : { - "text" : "Last updated at 2020-08-09 06:50:56 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "rotation" : -90, + "enabled" : "true", + "y" : 10, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", @@ -12,52 +27,37 @@ ], [ "Perl", - 2977 + 2979 ], [ "Raku", - 1935 + 1937 ] - ], - "dataLabels" : { - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}", - "enabled" : "true", - "y" : 10, - "align" : "right", - "color" : "#FFFFFF" - } + ] } ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "subtitle" : { + "text" : "Last updated at 2020-08-09 09:06:26 GMT" }, "legend" : { "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "xAxis" : { + "type" : "category", "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