From cea254273234621192a4e76eb08802f81e8742e5 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 1 Aug 2022 00:59:23 +0100 Subject: - Added solutions by Bruce Gray. --- stats/pwc-language-breakdown-summary.json | 54 +++++++++++++++---------------- 1 file changed, 27 insertions(+), 27 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 2ea8ddea55..308d9c313c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,16 @@ { - "subtitle" : { - "text" : "Last updated at 2022-07-31 23:50:40 GMT" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "legend" : { + "enabled" : "false" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } } }, - "legend" : { - "enabled" : "false" - }, "series" : [ { "data" : [ @@ -29,30 +20,39 @@ ], [ "Perl", - 8544 + 8546 ], [ "Raku", - 5086 + 5088 ] ], + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "enabled" : "true", - "rotation" : -90, - "color" : "#FFFFFF", "y" : 10, "align" : "right", + "format" : "{point.y:.0f}", + "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF" + } } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "subtitle" : { + "text" : "Last updated at 2022-07-31 23:57:24 GMT" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, "chart" : { "type" : "column" -- cgit