From ce667eea81876df63cf3e8f451a6f897c693fb35 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 15 Sep 2020 18:11:56 +0100 Subject: - Added solution by Steven Wilson. --- stats/pwc-language-breakdown-summary.json | 40 +++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 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 63a5be74b9..1226bf3d4c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,21 +2,24 @@ "chart" : { "type" : "column" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "color" : "#FFFFFF", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, "rotation" : -90, - "format" : "{point.y:.0f}", + "align" : "right", "y" : 10, "enabled" : "true", - "align" : "right" + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -24,7 +27,7 @@ ], [ "Perl", - 3277 + 3278 ], [ "Raku", @@ -33,31 +36,28 @@ ] } ], - "subtitle" : { - "text" : "Last updated at 2020-09-15 15:48:02 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, "legend" : { "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2020-09-15 17:11:16 GMT" } } -- cgit