From abe50443fc73cffd819a05ab7733c4c192797d36 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 2 Nov 2022 10:56:26 +0000 Subject: - Added solutions by Feng Chang. --- stats/pwc-summary-31-60.json | 108 +++++++++++++++++++++---------------------- 1 file changed, 54 insertions(+), 54 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 88f79dff75..5289fe2f9f 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,56 +1,7 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-11-01 23:36:12 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "xAxis" : { - "categories" : [ - "Ben Bullock", - "Ben Davies", - "Bill Palmer", - "Bob Kleemann", - "Bob Lied", - "Branislav Zahradnik", - "Bruce Gray", - "Bruce Van Allen", - "Bruno Ramos", - "Burkhard Nickels", - "Chenyf", - "Cheok-Yin Fung", - "Christian Jaeger", - "Clifton Wood", - "Clive Holloway", - "Colin Crain", - "Craig", - "Creewick", - "Cristina Heredia", - "Csaba Simandi", - "Daniel Bowling", - "Daniel Mantovani", - "Daniel Mita", - "Daniel Pfeiffer", - "Dario Mazzeo", - "Darren Bottin", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "David Santiago" - ] - }, "series" : [ { + "name" : "Perl", "data" : [ 2, 0, @@ -82,8 +33,7 @@ 316, 4, 0 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -156,12 +106,62 @@ ] } ], - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "xAxis" : { + "categories" : [ + "Ben Bullock", + "Ben Davies", + "Bill Palmer", + "Bob Kleemann", + "Bob Lied", + "Branislav Zahradnik", + "Bruce Gray", + "Bruce Van Allen", + "Bruno Ramos", + "Burkhard Nickels", + "Chenyf", + "Cheok-Yin Fung", + "Christian Jaeger", + "Clifton Wood", + "Clive Holloway", + "Colin Crain", + "Craig", + "Creewick", + "Cristina Heredia", + "Csaba Simandi", + "Daniel Bowling", + "Daniel Mantovani", + "Daniel Mita", + "Daniel Pfeiffer", + "Dario Mazzeo", + "Darren Bottin", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "David Santiago" + ] + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-11-02 10:54:01 GMT" } } -- cgit