From af7e6f300ff3d68b38412f2be2a4fc845ae19a79 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 10 Feb 2022 08:21:39 +0000 Subject: - Added solution by Cheok-Yin Fung. --- stats/pwc-language-breakdown-summary.json | 64 +++++++++++++++---------------- 1 file changed, 32 insertions(+), 32 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 2bb5715aed..56edce6670 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,19 @@ { + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "y" : 10, - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}" - }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -20,44 +21,43 @@ ], [ "Perl", - 7265 + 7266 ], [ "Raku", 4363 ] ], - "name" : "Contributions" + "dataLabels" : { + "format" : "{point.y:.0f}", + "y" : 10, + "color" : "#FFFFFF", + "enabled" : "true", + "rotation" : -90, + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } } ], - "subtitle" : { - "text" : "Last updated at 2022-02-09 07:49:04 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "type" : "category" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2022-02-10 08:18:10 GMT" } } -- cgit