diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-13 21:49:00 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-13 21:49:00 +0100 |
| commit | c04aa716368df1372f91a130d552d2ba46d34eff (patch) | |
| tree | 6fe48e33dbc1ffba85ab850595c5cfd5f977c3e9 /stats/pwc-summary-1-30.json | |
| parent | 711b08f6b2add49ff6b0ba8da68093dfc9211ad0 (diff) | |
| download | perlweeklychallenge-club-c04aa716368df1372f91a130d552d2ba46d34eff.tar.gz perlweeklychallenge-club-c04aa716368df1372f91a130d552d2ba46d34eff.tar.bz2 perlweeklychallenge-club-c04aa716368df1372f91a130d552d2ba46d34eff.zip | |
- Added solutions by Adam Russell.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 122 |
1 files changed, 61 insertions, 61 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 9b9de80177..0d4074c109 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,61 +1,6 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "xAxis" : { - "categories" : [ - "Aaron Sherman", - "Abigail", - "Adam Russell", - "Ailbhe Tweedie", - "Alex Daniel", - "Alexander Karelas", - "Alexey Melezhik", - "Alicia Bielsa", - "Andrezgz", - "Antonio Gamiz", - "Arne Sommer", - "Arpad Toth", - "Athanasius", - "Aubrey Quarcoo", - "Bill Palmer", - "Bob Kleemann", - "Bruno Ramos", - "Burkhard Nickels", - "Clive Holloway", - "Colin Crain", - "Daniel Mantovani", - "Daniel Mita", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Denis Yurashku", - "Donald Hunter", - "Doug Schrag", - "Duane Powell", - "Duncan C. White" - ] - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-10-13 20:33:55 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "text" : "[Champions: 30] Last updated at 2019-10-13 20:48:34 GMT" }, "series" : [ { @@ -63,7 +8,7 @@ "data" : [ 0, 2, - 57, + 59, 3, 0, 0, @@ -129,10 +74,11 @@ "name" : "Perl 6" }, { + "name" : "Blog", "data" : [ 0, 0, - 31, + 32, 0, 0, 0, @@ -160,8 +106,62 @@ 0, 0, 1 - ], - "name" : "Blog" + ] } - ] + ], + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "xAxis" : { + "categories" : [ + "Aaron Sherman", + "Abigail", + "Adam Russell", + "Ailbhe Tweedie", + "Alex Daniel", + "Alexander Karelas", + "Alexey Melezhik", + "Alicia Bielsa", + "Andrezgz", + "Antonio Gamiz", + "Arne Sommer", + "Arpad Toth", + "Athanasius", + "Aubrey Quarcoo", + "Bill Palmer", + "Bob Kleemann", + "Bruno Ramos", + "Burkhard Nickels", + "Clive Holloway", + "Colin Crain", + "Daniel Mantovani", + "Daniel Mita", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Denis Yurashku", + "Donald Hunter", + "Doug Schrag", + "Duane Powell", + "Duncan C. White" + ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + } } |
