diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-07 17:53:48 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-07 17:53:48 +0100 |
| commit | 61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59 (patch) | |
| tree | 168022fa9bd4a49ae259584ed32c38d06a659bd5 /stats/pwc-summary-31-60.json | |
| parent | 48e8552fdbed2986eb759f30a4e20accb351a230 (diff) | |
| download | perlweeklychallenge-club-61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59.tar.gz perlweeklychallenge-club-61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59.tar.bz2 perlweeklychallenge-club-61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59.zip | |
- Added solutions by Wanderdoc.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 126 |
1 files changed, 63 insertions, 63 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 4c441e0c40..6ea80a3c18 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,62 +1,4 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-07-07 15:17:35 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" - ] - }, "series" : [ { "name" : "Perl", @@ -94,6 +36,7 @@ ] }, { + "name" : "Raku", "data" : [ 2, 0, @@ -125,10 +68,10 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 1, 0, @@ -160,8 +103,65 @@ 0, 1, 52 - ], - "name" : "Blog" + ] + } + ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "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" + ] + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-07-07 16:52:23 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } - ] + } } |
