diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-28 04:39:28 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-07-28 04:39:28 +0100 |
| commit | ecccc1fa171f749fd70b1ef60e8a63d79cf6e652 (patch) | |
| tree | 72d7e8e37e9ab6e43bc583920427af0eaa07b7f8 /stats/pwc-summary-1-30.json | |
| parent | 5d674c8eca8bb086dbe08fd75dc257f3b2b28142 (diff) | |
| download | perlweeklychallenge-club-ecccc1fa171f749fd70b1ef60e8a63d79cf6e652.tar.gz perlweeklychallenge-club-ecccc1fa171f749fd70b1ef60e8a63d79cf6e652.tar.bz2 perlweeklychallenge-club-ecccc1fa171f749fd70b1ef60e8a63d79cf6e652.zip | |
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 90 |
1 files changed, 45 insertions, 45 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 63eac41c35..7525d7006d 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -3,20 +3,49 @@ "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", + "Clive Holloway", + "Daniel Mantovani", + "Daniel Mita", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Denis Yurashku", + "Donald Hunter", + "Doug Schrag", + "Duane Powell", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Feng Chang" + ] + }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-07-28 03:23:13 GMT" + "text" : "[Champions: 30] Last updated at 2019-07-28 03:39:12 GMT" }, "chart" : { "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "yAxis" : { "min" : 0, "title" : { @@ -25,7 +54,6 @@ }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -39,7 +67,7 @@ 0, 0, 5, - 37, + 39, 0, 0, 4, @@ -57,7 +85,8 @@ 28, 2, 15 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -74,7 +103,7 @@ 2, 33, 0, - 13, + 15, 0, 0, 0, @@ -95,7 +124,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -127,41 +155,13 @@ 14, 0, 0 - ] + ], + "name" : "Blog" } ], - "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", - "Clive Holloway", - "Daniel Mantovani", - "Daniel Mita", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Denis Yurashku", - "Donald Hunter", - "Doug Schrag", - "Duane Powell", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Feng Chang" - ] + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
