From 19a6485b426eda8c9e83fd79d07c8ea733f55cdc Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 14 Oct 2020 21:54:34 +0100 Subject: - Added solution by Lubos Kolouch. --- stats/pwc-language-breakdown-summary.json | 74 +++++++++++++++---------------- 1 file changed, 37 insertions(+), 37 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 912ce017d5..ae7cb18f43 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,30 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2020-10-14 20:51:41 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" @@ -14,18 +32,6 @@ "series" : [ { "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "y" : 10, - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "align" : "right" - }, "data" : [ [ "Blog", @@ -33,31 +39,25 @@ ], [ "Perl", - 3543 + 3544 ], [ "Raku", 2280 ] - ] - } - ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + ], + "dataLabels" : { + "y" : 10, + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "enabled" : "true" + } } - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2020-10-14 14:16:32 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - } + ] } -- cgit