diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-03-21 17:59:15 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2024-03-21 17:59:15 +0000 |
| commit | 8e95e94de527f8344f979dbb45b935139b1ddeb7 (patch) | |
| tree | 02f051923040a88ab2524f1cb0bccc84b9e32818 /stats/pwc-summary-61-90.json | |
| parent | 8324f1a32086d3c296f2cc1aa2e2d36456213810 (diff) | |
| download | perlweeklychallenge-club-8e95e94de527f8344f979dbb45b935139b1ddeb7.tar.gz perlweeklychallenge-club-8e95e94de527f8344f979dbb45b935139b1ddeb7.tar.bz2 perlweeklychallenge-club-8e95e94de527f8344f979dbb45b935139b1ddeb7.zip | |
- Added solutions by Arne Sommer.
- Added solutions by Athanasius.
- Added solutions by PokGoPun.
- Added solutions by Laurent Rosenfeld.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 108 |
1 files changed, 54 insertions, 54 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 1d69de4070..53d749f999 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,4 +1,51 @@ { + "xAxis" : { + "categories" : [ + "Daniel Bowling", + "Daniel Mantovani", + "Daniel Mita", + "Daniel Pfeiffer", + "Dario Mazzeo", + "Darren Bottin", + "Dave Cross", + "Dave Jacoby", + "David Ferrone", + "David Kayal", + "David Santiago", + "David Schwartz", + "Denis Yurashku", + "Dieter Dobbelaere", + "Dimitar Dimitrov", + "Donald Hunter", + "Doug Schrag", + "Duane Powell", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Fabrizio Poggi", + "Feng Chang", + "Finley", + "Flavio Poletti", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Garrett Goebel", + "Giuseppe Di Terlizzi" + ] + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { "name" : "Perl", @@ -36,7 +83,6 @@ ] }, { - "name" : "Raku", "data" : [ 2, 0, @@ -68,10 +114,10 @@ 0, 2, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 1, 2, @@ -103,59 +149,10 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "xAxis" : { - "categories" : [ - "Daniel Bowling", - "Daniel Mantovani", - "Daniel Mita", - "Daniel Pfeiffer", - "Dario Mazzeo", - "Darren Bottin", - "Dave Cross", - "Dave Jacoby", - "David Ferrone", - "David Kayal", - "David Santiago", - "David Schwartz", - "Denis Yurashku", - "Dieter Dobbelaere", - "Dimitar Dimitrov", - "Donald Hunter", - "Doug Schrag", - "Duane Powell", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Fabrizio Poggi", - "Feng Chang", - "Finley", - "Flavio Poletti", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Garrett Goebel", - "Giuseppe Di Terlizzi" - ] - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-03-20 20:00:19 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "title" : { "text" : "The Weekly Challenge [2019 - 2024]" }, @@ -163,5 +160,8 @@ "column" : { "stacking" : "percent" } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-03-21 17:49:22 GMT" } } |
