From 3a6ff5451bbfc7490cd37ffc65d754de2df92e63 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 1 Oct 2022 09:17:22 +0100 Subject: - Added solutions by Laurent Rosenfeld. --- stats/pwc-summary-31-60.json | 46 ++++++++++++++++++++++---------------------- 1 file changed, 23 insertions(+), 23 deletions(-) (limited to 'stats/pwc-summary-31-60.json') diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 4250729c3e..c45322b620 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,18 +1,6 @@ { "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-09-30 16:23:07 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "text" : "[Champions: 30] Last updated at 2022-10-01 08:14:57 GMT" }, "series" : [ { @@ -51,7 +39,6 @@ ] }, { - "name" : "Raku", "data" : [ 31, 0, @@ -83,9 +70,11 @@ 0, 7, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -117,19 +106,16 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "chart" : { "type" : "column" }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, "xAxis" : { "categories" : [ "Ben Davies", @@ -163,5 +149,19 @@ "David Santiago", "David Schwartz" ] + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } -- cgit