From 79b7eb6b0f63bca4ed1a4e2cc9c367bbdd0c3ed1 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 31 May 2022 21:24:11 +0100 Subject: - Added solutions by Mark Anderson. --- stats/pwc-summary-61-90.json | 54 ++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 27 deletions(-) (limited to 'stats/pwc-summary-61-90.json') diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index c1eb8adc0c..9fc20b8c33 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,16 +1,12 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { + "name" : "Perl", "data" : [ 300, 324, @@ -42,10 +38,10 @@ 1, 0, 198 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -77,8 +73,7 @@ 0, 3, 10 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -116,6 +111,25 @@ ] } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-05-31 20:22:31 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "xAxis" : { "categories" : [ "Duncan C. White", @@ -149,19 +163,5 @@ "James Raspass", "James Smith" ] - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-05-31 20:13:31 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } -- cgit