From ae8dcfbd3166ee486ab68fe22ddf9f32eccc9fba Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 22 Aug 2021 11:21:51 +0100 Subject: - Added solution by Jan Krnavek. --- stats/pwc-summary-31-60.json | 90 ++++++++++++++++++++++---------------------- 1 file changed, 45 insertions(+), 45 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 1c580d6b11..c64ffa0b37 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -5,9 +5,6 @@ }, "min" : 0 }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, @@ -15,45 +12,6 @@ "pointFormat" : "{series.name}: {point.y}
", "shared" : 1 }, - "xAxis" : { - "categories" : [ - "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", - "Darren Bottin", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "David Schwartz", - "Denis Yurashku", - "Dieter Dobbelaere", - "Dimitar Dimitrov", - "Donald Hunter", - "Doug Schrag", - "Duane Powell", - "Duncan C. White", - "E. Choroba" - ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "name" : "Perl", @@ -126,6 +84,7 @@ ] }, { + "name" : "Blog", "data" : [ 1, 0, @@ -157,11 +116,52 @@ 0, 1, 52 - ], - "name" : "Blog" + ] } ], "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-08-22 04:21:59 GMT" + "text" : "[Champions: 30] Last updated at 2021-08-22 10:21:24 GMT" + }, + "xAxis" : { + "categories" : [ + "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", + "Darren Bottin", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "David Schwartz", + "Denis Yurashku", + "Dieter Dobbelaere", + "Dimitar Dimitrov", + "Donald Hunter", + "Doug Schrag", + "Duane Powell", + "Duncan C. White", + "E. Choroba" + ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" } } -- cgit