diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-21 22:48:31 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-21 22:48:31 +0000 |
| commit | 864fef4dd465d56f2fc5a0dcf5fd39c55c34fedf (patch) | |
| tree | 378c37b7597f7a5e41442a5416bad1efa6bf5e70 /stats/pwc-summary-31-60.json | |
| parent | 42d2dae36fd3545769fbb42a00c1a22642e55718 (diff) | |
| download | perlweeklychallenge-club-864fef4dd465d56f2fc5a0dcf5fd39c55c34fedf.tar.gz perlweeklychallenge-club-864fef4dd465d56f2fc5a0dcf5fd39c55c34fedf.tar.bz2 perlweeklychallenge-club-864fef4dd465d56f2fc5a0dcf5fd39c55c34fedf.zip | |
- Added solutions to weeks 20 and 21 by Paulo Custodio.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 120 |
1 files changed, 60 insertions, 60 deletions
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" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "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" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "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" + ] } } |
