From 864fef4dd465d56f2fc5a0dcf5fd39c55c34fedf Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 21 Jan 2021 22:48:31 +0000 Subject: - Added solutions to weeks 20 and 21 by Paulo Custodio. --- stats/pwc-summary-31-60.json | 120 +++++++++++++++++++++---------------------- 1 file changed, 60 insertions(+), 60 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 b3a0364447..1f165de96b 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,62 +1,6 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "xAxis" : { - "categories" : [ - "Burkhard Nickels", - "Chenyf", - "Cheok-Yin Fung", - "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", - "Denis Yurashku", - "Dieter Dobbelaere", - "Donald Hunter", - "Doug Schrag", - "Duane Powell", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Fabrizio Poggi", - "Feng Chang", - "Finley", - "Flavio Poletti", - "Francis Whittle" - ] - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, "series" : [ { - "name" : "Perl", "data" : [ 31, 0, @@ -88,7 +32,8 @@ 0, 40, 0 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -126,7 +71,6 @@ ] }, { - "name" : "Blog", "data" : [ 15, 0, @@ -158,10 +102,66 @@ 0, 39, 9 - ] + ], + "name" : "Blog" } ], + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-01-21 22:13:12 GMT" + "text" : "[Champions: 30] Last updated at 2021-01-21 22:47:25 GMT" + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "categories" : [ + "Burkhard Nickels", + "Chenyf", + "Cheok-Yin Fung", + "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", + "Denis Yurashku", + "Dieter Dobbelaere", + "Donald Hunter", + "Doug Schrag", + "Duane Powell", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Fabrizio Poggi", + "Feng Chang", + "Finley", + "Flavio Poletti", + "Francis Whittle" + ] } } -- cgit