From 885f847ec3972ff6cd672410cb384e7846affbbf Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 25 Feb 2022 17:35:31 +0000 Subject: - Added solutions by Pete Houston. --- stats/pwc-language-breakdown-summary.json | 72 +++++++++++++++---------------- 1 file changed, 36 insertions(+), 36 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 fa319a0f0d..b58aa98235 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,37 @@ { - "chart" : { - "type" : "column" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "legend" : { + "enabled" : "false" }, "subtitle" : { - "text" : "Last updated at 2022-02-25 09:14:43 GMT" + "text" : "Last updated at 2022-02-25 17:33:50 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true", + "y" : 10, + "rotation" : -90, + "align" : "right" + }, "data" : [ [ "Blog", @@ -29,35 +39,25 @@ ], [ "Perl", - 7353 + 7355 ], [ "Raku", 4419 ] - ], - "dataLabels" : { - "align" : "right", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "y" : 10, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "name" : "Contributions" + ] } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" } } -- cgit