diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-14 19:38:05 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-14 19:38:05 +0100 |
| commit | afbe70d6d43d71e51db8a034ca9ed6ab0d44bc53 (patch) | |
| tree | 3576ad55fc28400f92932292961aa62886fad9ef /stats/pwc-summary-1-30.json | |
| parent | 5b8f3461cc8a9e9431d22eeb31c9cf731cd3b016 (diff) | |
| download | perlweeklychallenge-club-afbe70d6d43d71e51db8a034ca9ed6ab0d44bc53.tar.gz perlweeklychallenge-club-afbe70d6d43d71e51db8a034ca9ed6ab0d44bc53.tar.bz2 perlweeklychallenge-club-afbe70d6d43d71e51db8a034ca9ed6ab0d44bc53.zip | |
- Updated chart stats.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 114 |
1 files changed, 57 insertions, 57 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 2ee80a22a8..936a5b9028 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,64 +1,14 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "xAxis" : { - "categories" : [ - "Abigail", - "Adam Russell", - "Ailbhe Tweedie", - "Alex Daniel", - "Alexander Karelas", - "Alexey Melezhik", - "Andrezgz", - "Antonio Gamiz", - "Arne Sommer", - "Arpad Toth", - "Athanasius", - "Aubrey Quarcoo", - "Bill Palmer", - "Bob Kleemann", - "Clive Holloway", - "Daniel Mantovani", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Doug Schrag", - "Duncan C. White", - "Eddy HS", - "Finley", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Gustavo Chaves", - "Jacques Guinnebault", - "Jaime Corchado", - "Jaldhar H. Vyas" - ] - }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-14 16:50:03 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 6, @@ -90,8 +40,7 @@ 0, 2, 4 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -103,7 +52,7 @@ 0, 0, 2, - 2, + 4, 0, 0, 0, @@ -128,5 +77,56 @@ ], "name" : "Perl 6" } - ] + ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-14 18:37:06 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "xAxis" : { + "categories" : [ + "Abigail", + "Adam Russell", + "Ailbhe Tweedie", + "Alex Daniel", + "Alexander Karelas", + "Alexey Melezhik", + "Andrezgz", + "Antonio Gamiz", + "Arne Sommer", + "Arpad Toth", + "Athanasius", + "Aubrey Quarcoo", + "Bill Palmer", + "Bob Kleemann", + "Clive Holloway", + "Daniel Mantovani", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Doug Schrag", + "Duncan C. White", + "Eddy HS", + "Finley", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Gustavo Chaves", + "Jacques Guinnebault", + "Jaime Corchado", + "Jaldhar H. Vyas" + ] + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + } } |
