diff options
| -rw-r--r-- | stats/pwc-current.json | 116 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 104 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 90 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 64 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 180 |
5 files changed, 277 insertions, 277 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index b831c46207..5c1df0a936 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,38 +1,23 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 004" - }, - "xAxis" : { - "type" : "category" - }, - "tooltip" : { - "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/>" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "series" : [ { + "name" : "Champions", "colorByPoint" : 1, "data" : [ { - "y" : 2, "drilldown" : "Abigail", - "name" : "Abigail" + "name" : "Abigail", + "y" : 2 }, { + "name" : "Athanasius", "y" : 2, - "drilldown" : "Athanasius", - "name" : "Athanasius" + "drilldown" : "Athanasius" }, { - "drilldown" : "Francis Whittle", + "y" : 2, "name" : "Francis Whittle", - "y" : 1 + "drilldown" : "Francis Whittle" }, { "drilldown" : "Dr James A. Smith", @@ -40,45 +25,64 @@ "y" : 4 }, { - "y" : 4, "name" : "Jo Christian Oterhals", + "y" : 4, "drilldown" : "Jo Christian Oterhals" }, { - "y" : 2, "drilldown" : "John Barrett", + "y" : 2, "name" : "John Barrett" }, { - "name" : "Kivanc Yazan", "drilldown" : "Kivanc Yazan", - "y" : 1 + "y" : 1, + "name" : "Kivanc Yazan" }, { - "name" : "Matt Latusek", "drilldown" : "Matt Latusek", + "name" : "Matt Latusek", "y" : 2 }, { - "name" : "Maxim Kolodyazhny", "drilldown" : "Maxim Kolodyazhny", - "y" : 1 + "y" : 1, + "name" : "Maxim Kolodyazhny" } - ], - "name" : "Champions" + ] } ], - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2019-04-16 12:00:23 GMT" + "xAxis" : { + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2019-04-16 16:26:05 GMT" + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { - "id" : "Abigail", "name" : "Abigail", + "id" : "Abigail", "data" : [ [ "Perl 5", @@ -87,8 +91,8 @@ ] }, { - "id" : "Athanasius", "name" : "Athanasius", + "id" : "Athanasius", "data" : [ [ "Perl 5", @@ -97,18 +101,18 @@ ] }, { - "id" : "Francis Whittle", "name" : "Francis Whittle", "data" : [ [ "Perl 6", - 1 + 2 ] - ] + ], + "id" : "Francis Whittle" }, { - "id" : "Dr James A. Smith", "name" : "Dr James A. Smith", + "id" : "Dr James A. Smith", "data" : [ [ "Perl 5", @@ -121,7 +125,6 @@ ] }, { - "id" : "Jo Christian Oterhals", "data" : [ [ "Perl 5", @@ -132,31 +135,32 @@ 2 ] ], + "id" : "Jo Christian Oterhals", "name" : "Jo Christian Oterhals" }, { "id" : "John Barrett", - "name" : "John Barrett", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "John Barrett" }, { - "id" : "Kivanc Yazan", + "name" : "Kivanc Yazan", "data" : [ [ "Perl 5", 1 ] ], - "name" : "Kivanc Yazan" + "id" : "Kivanc Yazan" }, { - "id" : "Matt Latusek", "name" : "Matt Latusek", + "id" : "Matt Latusek", "data" : [ [ "Perl 5", @@ -165,27 +169,23 @@ ] }, { - "id" : "Maxim Kolodyazhny", - "name" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 1 ] - ] + ], + "id" : "Maxim Kolodyazhny", + "name" : "Maxim Kolodyazhny" } ] }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "tooltip" : { + "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/>" }, - "legend" : { - "enabled" : 0 + "title" : { + "text" : "Perl Weekly Challenge - 004" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 79adb57845..07aebcff05 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,30 +1,57 @@ { - "chart" : { - "type" : "column" - }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-16 12:00:24 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 }, "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/>" + }, + "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" + ] }, "series" : [ { + "name" : "Perl 5", "data" : [ 2, 6, @@ -56,10 +83,10 @@ 0, 2, 6 - ], - "name" : "Perl 5" + ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -84,49 +111,22 @@ 0, 0, 2, - 3, + 4, 0, 0, 0, 0, 0, 6 - ], - "name" : "Perl 6" + ] } ], - "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" - ] + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-16 16:26:06 GMT" } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 75c5f7e9b5..9cc30d454d 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,18 +1,50 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-16 12:00:24 GMT" + "text" : "[Champions: 30] Last updated at 2019-04-16 16:26:06 GMT" }, - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "xAxis" : { + "categories" : [ + "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" + ] + }, "series" : [ { "data" : [ @@ -50,7 +82,6 @@ "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 8, 0, @@ -82,51 +113,20 @@ 0, 0, 2 - ] + ], + "name" : "Perl 6" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "xAxis" : { - "categories" : [ - "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" - ] + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 + }, + "chart" : { + "type" : "column" } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 76687bc68e..526c694ead 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,43 +1,18 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 12] Last updated at 2019-04-16 12:00:24 GMT" - }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "xAxis" : { - "categories" : [ - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias", - "Simon Proctor", - "Simon Reinhardt", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Tiago Stock", - "Tore Andersson", - "Veesh Goldman", - "William Gilmore" - ] - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 12] Last updated at 2019-04-16 16:26:06 GMT" }, "series" : [ { @@ -74,5 +49,30 @@ 0 ] } - ] + ], + "xAxis" : { + "categories" : [ + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Simon Proctor", + "Simon Reinhardt", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Tiago Stock", + "Tore Andersson", + "Veesh Goldman", + "William Gilmore" + ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2e4dcc36c7..b750ccdad2 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,90 @@ { - "subtitle" : { - "text" : "[Champions: 72] Last updated at 2019-04-16 12:00:23 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", + "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" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -106,7 +190,7 @@ 0, 0, 2, - 3, + 4, 0, 0, 0, @@ -158,101 +242,17 @@ ] } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "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" - ] - }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "chart" : { "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 72] Last updated at 2019-04-16 16:26:05 GMT" } } |
