diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-16 00:02:23 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-06-16 00:02:23 +0100 |
| commit | 3183de3f76a3b2b140a1d2e58cc1bc447ab014ba (patch) | |
| tree | 784b8a2042f98322a3f56aafa1b632072915269d /stats/pwc-summary-1-30.json | |
| parent | 2686058c3714ebeeafb1fb8b3e203a372e9aae91 (diff) | |
| download | perlweeklychallenge-club-3183de3f76a3b2b140a1d2e58cc1bc447ab014ba.tar.gz perlweeklychallenge-club-3183de3f76a3b2b140a1d2e58cc1bc447ab014ba.tar.bz2 perlweeklychallenge-club-3183de3f76a3b2b140a1d2e58cc1bc447ab014ba.zip | |
- Added solutions by Feng Chang.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 104 |
1 files changed, 52 insertions, 52 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 65c488cedd..747c3f5441 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,56 +1,21 @@ { - "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", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Feng Chang", - "Finley" - ] - }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-15 22:02:55 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-15 22:51:58 GMT" }, "series" : [ { @@ -83,7 +48,7 @@ 16, 16, 2, - 2, + 4, 0 ], "name" : "Perl 5" @@ -119,12 +84,11 @@ 0, 0, 0, - 3, + 7, 4 ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -156,12 +120,48 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "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", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Feng Chang", + "Finley" + ] } } |
