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-1-30.json | 104 ++++++++++++++++++++++---------------------- 1 file changed, 52 insertions(+), 52 deletions(-) (limited to 'stats/pwc-summary-1-30.json') diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 3817e5618f..5aab037889 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,54 +1,4 @@ { - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "xAxis" : { - "categories" : [ - "3ter", - "Aaron Rowe", - "Aaron Sherman", - "Aaron Smith", - "Abigail", - "Adam Herzog", - "Adam Russell", - "AhmetEmre", - "Ailbhe Tweedie", - "Alex Daniel", - "Alex Mauney", - "Alexander Karelas", - "Alexander Pankoff", - "Ali Moradi", - "Alicia Bielsa", - "Andinus", - "Andrew Shitov", - "Andrezgz", - "Anton Fedotov", - "Antonio Gamiz", - "Arne Sommer", - "Arpad Toth", - "Athanasius", - "Aubrey Quarcoo", - "Aut0exec", - "Bartosz Jarzyna", - "Baryshev Sergey", - "Bejoy Mathews", - "Belmark Caday", - "Ben Bullock" - ] - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { "name" : "Perl", @@ -156,12 +106,62 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-09-30 16:23:07 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "xAxis" : { + "categories" : [ + "3ter", + "Aaron Rowe", + "Aaron Sherman", + "Aaron Smith", + "Abigail", + "Adam Herzog", + "Adam Russell", + "AhmetEmre", + "Ailbhe Tweedie", + "Alex Daniel", + "Alex Mauney", + "Alexander Karelas", + "Alexander Pankoff", + "Ali Moradi", + "Alicia Bielsa", + "Andinus", + "Andrew Shitov", + "Andrezgz", + "Anton Fedotov", + "Antonio Gamiz", + "Arne Sommer", + "Arpad Toth", + "Athanasius", + "Aubrey Quarcoo", + "Aut0exec", + "Bartosz Jarzyna", + "Baryshev Sergey", + "Bejoy Mathews", + "Belmark Caday", + "Ben Bullock" + ] }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-10-01 08:14:57 GMT" } } -- cgit