diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-31 21:24:11 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-31 21:24:11 +0100 |
| commit | 79b7eb6b0f63bca4ed1a4e2cc9c367bbdd0c3ed1 (patch) | |
| tree | dc9cd36071ebad323aaf93dd92813c40da2eb72c /stats/pwc-summary-31-60.json | |
| parent | 23e117bffd0eda3524c1b0dc16f1eaa854ad3bbf (diff) | |
| download | perlweeklychallenge-club-79b7eb6b0f63bca4ed1a4e2cc9c367bbdd0c3ed1.tar.gz perlweeklychallenge-club-79b7eb6b0f63bca4ed1a4e2cc9c367bbdd0c3ed1.tar.bz2 perlweeklychallenge-club-79b7eb6b0f63bca4ed1a4e2cc9c367bbdd0c3ed1.zip | |
- Added solutions by Mark Anderson.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 102 |
1 files changed, 51 insertions, 51 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 6b0a966461..9e1205a69b 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,10 +1,54 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "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", + "Daniel Pfeiffer", + "Darren Bottin", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "David Santiago", + "David Schwartz", + "Denis Yurashku", + "Dieter Dobbelaere", + "Dimitar Dimitrov", + "Donald Hunter", + "Doug Schrag", + "Duane Powell" + ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-05-31 20:22:31 GMT" }, "series" : [ { - "name" : "Perl", "data" : [ 40, 2, @@ -36,7 +80,8 @@ 0, 0, 82 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -116,52 +161,7 @@ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-05-31 20:13:31 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "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", - "Daniel Pfeiffer", - "Darren Bottin", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "David Santiago", - "David Schwartz", - "Denis Yurashku", - "Dieter Dobbelaere", - "Dimitar Dimitrov", - "Donald Hunter", - "Doug Schrag", - "Duane Powell" - ] + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
