From b8d9da775e3c046045a8197efe7273d2d053ef75 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 8 Jun 2022 13:20:58 +0100 Subject: - Added solutions by Stephen G Lynn. --- 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 dbd16d154c..a03b9d8378 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,28 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { "dataLabels" : { - "format" : "{point.y:.0f}", + "enabled" : "true", "rotation" : -90, "y" : 10, - "enabled" : "true", "color" : "#FFFFFF", - "align" : "right", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "align" : "right" }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -26,38 +30,34 @@ ], [ "Perl", - 8169 + 8170 ], [ "Raku", - 4840 + 4841 ] - ], - "name" : "Contributions" + ] } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "subtitle" : { - "text" : "Last updated at 2022-06-07 22:14:13 GMT" + "text" : "Last updated at 2022-06-08 12:18:39 GMT" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" } } -- cgit