diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-14 17:50:19 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-04-14 17:50:19 +0100 |
| commit | 3790ab15b9867e01b545faaad6eec32d990b4b0c (patch) | |
| tree | cba6db342d6e1940ec1b7a0c01ed4160c9c49d37 /stats | |
| parent | 0c0b05fb7c8783f550d44d19c0582021dc7e02db (diff) | |
| download | perlweeklychallenge-club-3790ab15b9867e01b545faaad6eec32d990b4b0c.tar.gz perlweeklychallenge-club-3790ab15b9867e01b545faaad6eec32d990b4b0c.tar.bz2 perlweeklychallenge-club-3790ab15b9867e01b545faaad6eec32d990b4b0c.zip | |
- Updated chart stats.
Diffstat (limited to 'stats')
| -rw-r--r-- | stats/pwc-current.json | 205 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 102 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 42 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 36 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 196 |
5 files changed, 298 insertions, 283 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 87656d2877..ae115e7090 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,61 +1,69 @@ { + "subtitle" : { + "text" : "[Champions: 21] Last updated at 2019-04-14 16:50:03 GMT" + }, "xAxis" : { "type" : "category" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 003" }, "series" : [ { - "name" : "Champions", "colorByPoint" : 1, "data" : [ { + "name" : "Adam Russell", "drilldown" : "Adam Russell", - "y" : 2, - "name" : "Adam Russell" + "y" : 2 }, { - "name" : "Andrezgz", + "y" : 2, "drilldown" : "Andrezgz", - "y" : 2 + "name" : "Andrezgz" }, { + "name" : "Athanasius", "drilldown" : "Athanasius", - "y" : 2, - "name" : "Athanasius" + "y" : 2 }, { "name" : "Clive Holloway", - "drilldown" : "Clive Holloway", - "y" : 1 + "y" : 1, + "drilldown" : "Clive Holloway" }, { - "drilldown" : "Daniel Mantovani", "y" : 1, + "drilldown" : "Daniel Mantovani", "name" : "Daniel Mantovani" }, { - "drilldown" : "Duncan C. White", "y" : 2, + "drilldown" : "Duncan C. White", "name" : "Duncan C. White" }, { - "drilldown" : "Francis Whittle", "name" : "Francis Whittle", + "drilldown" : "Francis Whittle", "y" : 2 }, { - "name" : "Gustavo Chaves", + "y" : 1, "drilldown" : "Gustavo Chaves", - "y" : 1 + "name" : "Gustavo Chaves" }, { - "drilldown" : "Dr James A. Smith", + "name" : "Dr James A. Smith", "y" : 4, - "name" : "Dr James A. Smith" + "drilldown" : "Dr James A. Smith" + }, + { + "name" : "Joelle Maslak", + "y" : 2, + "drilldown" : "Joelle Maslak" }, { "name" : "Khalid", @@ -68,43 +76,43 @@ "y" : 2 }, { - "drilldown" : "Lars Balker", "name" : "Lars Balker", + "drilldown" : "Lars Balker", "y" : 2 }, { + "name" : "Mark Senn", "drilldown" : "Mark Senn", - "y" : 2, - "name" : "Mark Senn" + "y" : 2 }, { - "drilldown" : "Nick Logan", "name" : "Nick Logan", + "drilldown" : "Nick Logan", "y" : 4 }, { "drilldown" : "Chenyf", - "name" : "Chenyf", - "y" : 2 + "y" : 2, + "name" : "Chenyf" }, { + "name" : "Robert Gratza", "y" : 2, - "drilldown" : "Robert Gratza", - "name" : "Robert Gratza" + "drilldown" : "Robert Gratza" }, { - "name" : "Ruben Westerberg", "drilldown" : "Ruben Westerberg", - "y" : 4 + "y" : 4, + "name" : "Ruben Westerberg" }, { - "name" : "Sergio Iglesias", "drilldown" : "Sergio Iglesias", - "y" : 2 + "y" : 2, + "name" : "Sergio Iglesias" }, { - "drilldown" : "Simon Proctor", "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", "y" : 2 }, { @@ -112,90 +120,79 @@ "drilldown" : "Steve Rogerson", "y" : 1 } - ] + ], + "name" : "Champions" } ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "subtitle" : { - "text" : "[Champions: 20] Last updated at 2019-04-14 15:55:05 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 003" - }, "tooltip" : { - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", "followPointer" : 1, + "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>" }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : 0 + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } }, "drilldown" : { "series" : [ { "name" : "Adam Russell", - "id" : "Adam Russell", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Adam Russell" }, { - "id" : "Andrezgz", + "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Andrezgz" + "id" : "Andrezgz" }, { - "name" : "Athanasius", - "id" : "Athanasius", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Athanasius", + "id" : "Athanasius" }, { - "id" : "Clive Holloway", + "name" : "Clive Holloway", "data" : [ [ "Perl 5", 1 ] ], - "name" : "Clive Holloway" + "id" : "Clive Holloway" }, { "name" : "Daniel Mantovani", - "id" : "Daniel Mantovani", "data" : [ [ "Perl 5", 1 ] - ] + ], + "id" : "Daniel Mantovani" }, { - "name" : "Duncan C. White", "id" : "Duncan C. White", + "name" : "Duncan C. White", "data" : [ [ "Perl 5", @@ -210,22 +207,21 @@ 2 ] ], - "id" : "Francis Whittle", - "name" : "Francis Whittle" + "name" : "Francis Whittle", + "id" : "Francis Whittle" }, { - "id" : "Gustavo Chaves", "data" : [ [ "Perl 5", 1 ] ], - "name" : "Gustavo Chaves" + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves" }, { "name" : "Dr James A. Smith", - "id" : "Dr James A. Smith", "data" : [ [ "Perl 5", @@ -235,7 +231,18 @@ "Perl 6", 2 ] - ] + ], + "id" : "Dr James A. Smith" + }, + { + "name" : "Joelle Maslak", + "data" : [ + [ + "Perl 6", + 2 + ] + ], + "id" : "Joelle Maslak" }, { "data" : [ @@ -244,40 +251,41 @@ 2 ] ], - "id" : "Khalid", - "name" : "Khalid" + "name" : "Khalid", + "id" : "Khalid" }, { - "name" : "Kian-Meng Ang", - "id" : "Kian-Meng Ang", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Kian-Meng Ang", + "id" : "Kian-Meng Ang" }, { - "name" : "Lars Balker", + "id" : "Lars Balker", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Lars Balker" + "name" : "Lars Balker" }, { + "id" : "Mark Senn", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Mark Senn", "name" : "Mark Senn" }, { + "id" : "Nick Logan", "name" : "Nick Logan", "data" : [ [ @@ -288,28 +296,27 @@ "Perl 6", 2 ] - ], - "id" : "Nick Logan" + ] }, { + "id" : "Chenyf", + "name" : "Chenyf", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Chenyf", - "name" : "Chenyf" + ] }, { + "id" : "Robert Gratza", "name" : "Robert Gratza", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Robert Gratza" + ] }, { "name" : "Ruben Westerberg", @@ -326,35 +333,43 @@ "id" : "Ruben Westerberg" }, { + "id" : "Sergio Iglesias", + "name" : "Sergio Iglesias", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Sergio Iglesias", - "name" : "Sergio Iglesias" + ] }, { + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Simon Proctor", "name" : "Simon Proctor" }, { - "name" : "Steve Rogerson", - "id" : "Steve Rogerson", "data" : [ [ "Perl 5", 1 ] - ] + ], + "name" : "Steve Rogerson", + "id" : "Steve Rogerson" } ] + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 8f06faecc7..2ee80a22a8 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -2,23 +2,60 @@ "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "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 + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-14 16:50:03 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "series" : [ { @@ -57,7 +94,6 @@ "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 0, 0, @@ -89,44 +125,8 @@ 0, 0, 4 - ] + ], + "name" : "Perl 6" } - ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-14 15:55:06 GMT" - }, - "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" - ] - } + ] } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index ab8aa23402..f69c04c003 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -4,21 +4,9 @@ "stacking" : "percent" } }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { + "name" : "Perl 5", "data" : [ 6, 2, @@ -50,11 +38,9 @@ 4, 2, 2 - ], - "name" : "Perl 5" + ] }, { - "name" : "Perl 6", "data" : [ 6, 0, @@ -62,7 +48,7 @@ 0, 1, 4, - 4, + 6, 0, 0, 0, @@ -86,14 +72,21 @@ 0, 0, 2 - ] + ], + "name" : "Perl 6" } ], - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-14 15:55:06 GMT" + "text" : "[Champions: 30] Last updated at 2019-04-14 16:50:03 GMT" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -128,5 +121,12 @@ "Prajith P", "Robert Gratza" ] + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 4229d75d8b..fd9845e1d7 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,4 +1,10 @@ { + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 12] Last updated at 2019-04-14 16:50:03 GMT" + }, "xAxis" : { "categories" : [ "Ruben Westerberg", @@ -15,11 +21,17 @@ "William Gilmore" ] }, - "subtitle" : { - "text" : "[Champions: 12] Last updated at 2019-04-14 15:55:06 GMT" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -40,6 +52,7 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 4, 3, @@ -53,22 +66,9 @@ 0, 0, 0 - ], - "name" : "Perl 6" + ] } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "yAxis" : { "min" : 0, "title" : { diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 332afce68b..1f3ce6ee68 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,20 +1,106 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "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", + "Dr James A. Smith", + "Jeff", + "Jeremy Carman", + "Jim Bacon", + "JJ Merelo", + "Jo Christian Oterhals", + "Joelle Maslak", + "John Barrett", + "Juan Caballero", + "Khalid", + "Kian-Meng Ang", + "Kivanc Yazan", + "Lars Balker", + "Laurent Rosenfeld", + "Magnus Woldrich", + "Mark Senn", + "Martin Mugeni", + "Matt Latusek", + "Maxim Kolodyazhny", + "Michael Schaap", + "Neil Bowers", + "Nick Logan", + "Chenyf", + "Oleskii Tsvitenov", + "Ozzy", + "Pavel Jurca", + "Pete Houston", + "Philippe Bruhat", + "Prajith P", + "Robert Gratza", + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Simon Proctor", + "Simon Reinhardt", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Tiago Stock", + "Tore Andersson", + "Veesh Goldman", + "William Gilmore" + ] + }, + "subtitle" : { + "text" : "[Champions: 72] Last updated at 2019-04-14 16:50:03 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 72] Last updated at 2019-04-14 15:55:05 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 6, @@ -88,7 +174,8 @@ 2, 3, 1 - ] + ], + "name" : "Perl 5" }, { "data" : [ @@ -128,7 +215,7 @@ 0, 1, 4, - 4, + 6, 0, 0, 0, @@ -167,92 +254,5 @@ ], "name" : "Perl 6" } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "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", - "Dr James A. Smith", - "Jeff", - "Jeremy Carman", - "Jim Bacon", - "JJ Merelo", - "Jo Christian Oterhals", - "Joelle Maslak", - "John Barrett", - "Juan Caballero", - "Khalid", - "Kian-Meng Ang", - "Kivanc Yazan", - "Lars Balker", - "Laurent Rosenfeld", - "Magnus Woldrich", - "Mark Senn", - "Martin Mugeni", - "Matt Latusek", - "Maxim Kolodyazhny", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Chenyf", - "Oleskii Tsvitenov", - "Ozzy", - "Pavel Jurca", - "Pete Houston", - "Philippe Bruhat", - "Prajith P", - "Robert Gratza", - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias", - "Simon Proctor", - "Simon Reinhardt", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Tiago Stock", - "Tore Andersson", - "Veesh Goldman", - "William Gilmore" - ] - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - } + ] } |
