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