From dfc91cfda2fd8281c4600462066041f96ec07e17 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 6 Dec 2020 11:30:47 +0000 Subject: - Added solutions by Andrew Shitov. --- stats/pwc-language-breakdown-summary.json | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 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 b64e3cf419..2bdb25d978 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,43 +1,25 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "chart" : { - "type" : "column" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "subtitle" : { + "text" : "Last updated at 2020-12-06 11:30:24 GMT" }, "series" : [ { "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "y" : 10, - "color" : "#FFFFFF", - "rotation" : -90, - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", @@ -45,19 +27,37 @@ ], [ "Perl", - 3990 + 3991 ], [ "Raku", - 2633 + 2634 ] - ] + ], + "dataLabels" : { + "y" : 10, + "rotation" : -90, + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true" + } } ], "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "subtitle" : { - "text" : "Last updated at 2020-12-06 11:14:41 GMT" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } -- cgit