From e2906991cabbe70178f9991ef50a74ef0babd662 Mon Sep 17 00:00:00 2001 From: Oleksii Tsvietnov Date: Wed, 17 Apr 2019 07:18:26 +0200 Subject: Fix typo in my name --- stats/pwc-challenge-001.json | 8 ++++---- stats/pwc-master-stats.json | 2 +- stats/pwc-summary-31-60.json | 2 +- stats/pwc-summary.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'stats') diff --git a/stats/pwc-challenge-001.json b/stats/pwc-challenge-001.json index d1058e24cd..3bc6a147cd 100644 --- a/stats/pwc-challenge-001.json +++ b/stats/pwc-challenge-001.json @@ -428,8 +428,8 @@ ] }, { - "name" : "Oleskii Tsvitenov", - "id" : "Oleskii Tsvitenov", + "name" : "Oleksii Tsvietnov", + "id" : "Oleksii Tsvietnov", "data" : [ [ "Perl 5", @@ -790,8 +790,8 @@ }, { "y" : 2, - "drilldown" : "Oleskii Tsvitenov", - "name" : "Oleskii Tsvitenov" + "drilldown" : "Oleksii Tsvietnov", + "name" : "Oleksii Tsvietnov" }, { "y" : 2, diff --git a/stats/pwc-master-stats.json b/stats/pwc-master-stats.json index 2870449522..1221780f1b 100644 --- a/stats/pwc-master-stats.json +++ b/stats/pwc-master-stats.json @@ -234,7 +234,7 @@ "Neil Bowers", "Nick Logan", "Chenyf", - "Oleskii Tsvitenov", + "Oleksii Tsvietnov", "Ozzy", "Pavel Jurca", "Pete Houston", diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 9cc30d454d..ce454e96e2 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -36,7 +36,7 @@ "Neil Bowers", "Nick Logan", "Chenyf", - "Oleskii Tsvitenov", + "Oleksii Tsvietnov", "Ozzy", "Pavel Jurca", "Pete Houston", diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index b750ccdad2..278c9da37b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -54,7 +54,7 @@ "Neil Bowers", "Nick Logan", "Chenyf", - "Oleskii Tsvitenov", + "Oleksii Tsvietnov", "Ozzy", "Pavel Jurca", "Pete Houston", -- cgit From 897710568e03b17be3b088767783e50bd9991c7f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 17 Apr 2019 12:06:46 +0100 Subject: - Updated chart stats. --- stats/pwc-current.json | 142 ++++++++++++++++++++------------- stats/pwc-summary-1-30.json | 118 +++++++++++++-------------- stats/pwc-summary-31-60.json | 56 ++++++------- stats/pwc-summary-61-90.json | 55 +++++++------ stats/pwc-summary.json | 185 ++++++++++++++++++++++--------------------- 5 files changed, 296 insertions(+), 260 deletions(-) (limited to 'stats') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 5c1df0a936..1850fdbd1f 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,32 +1,57 @@ { + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, "series" : [ { - "name" : "Champions", "colorByPoint" : 1, + "name" : "Champions", "data" : [ { - "drilldown" : "Abigail", "name" : "Abigail", - "y" : 2 + "y" : 2, + "drilldown" : "Abigail" }, { - "name" : "Athanasius", "y" : 2, - "drilldown" : "Athanasius" + "name" : "Adam Russell", + "drilldown" : "Adam Russell" }, { + "drilldown" : "Arne Sommer", "y" : 2, + "name" : "Arne Sommer" + }, + { + "drilldown" : "Athanasius", + "name" : "Athanasius", + "y" : 2 + }, + { "name" : "Francis Whittle", + "y" : 2, "drilldown" : "Francis Whittle" }, { "drilldown" : "Dr James A. Smith", - "name" : "Dr James A. Smith", - "y" : 4 + "y" : 4, + "name" : "Dr James A. Smith" }, { - "name" : "Jo Christian Oterhals", "y" : 4, + "name" : "Jo Christian Oterhals", "drilldown" : "Jo Christian Oterhals" }, { @@ -40,49 +65,42 @@ "name" : "Kivanc Yazan" }, { - "drilldown" : "Matt Latusek", + "y" : 2, "name" : "Matt Latusek", - "y" : 2 + "drilldown" : "Matt Latusek" }, { "drilldown" : "Maxim Kolodyazhny", - "y" : 1, - "name" : "Maxim Kolodyazhny" + "name" : "Maxim Kolodyazhny", + "y" : 1 } ] } ], - "xAxis" : { - "type" : "category" + "title" : { + "text" : "Perl Weekly Challenge - 004" + }, + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 11] Last updated at 2019-04-17 11:05:33 GMT" }, "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 + "tooltip" : { + "headerFormat" : "{series.name}
", + "followPointer" : 1, + "pointerFormat" : "{point.name}: {point.y:f}
" }, "drilldown" : { "series" : [ { - "name" : "Abigail", "id" : "Abigail", + "name" : "Abigail", "data" : [ [ "Perl 5", @@ -91,8 +109,8 @@ ] }, { - "name" : "Athanasius", - "id" : "Athanasius", + "id" : "Adam Russell", + "name" : "Adam Russell", "data" : [ [ "Perl 5", @@ -101,17 +119,36 @@ ] }, { - "name" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Francis Whittle" + "name" : "Arne Sommer", + "id" : "Arne Sommer" + }, + { + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "Athanasius", + "id" : "Athanasius" + }, + { + "id" : "Francis Whittle", + "data" : [ + [ + "Perl 6", + 2 + ] + ], + "name" : "Francis Whittle" }, { - "name" : "Dr James A. Smith", "id" : "Dr James A. Smith", "data" : [ [ @@ -122,7 +159,8 @@ "Perl 6", 2 ] - ] + ], + "name" : "Dr James A. Smith" }, { "data" : [ @@ -135,57 +173,49 @@ 2 ] ], - "id" : "Jo Christian Oterhals", - "name" : "Jo Christian Oterhals" + "name" : "Jo Christian Oterhals", + "id" : "Jo Christian Oterhals" }, { - "id" : "John Barrett", "data" : [ [ "Perl 5", 2 ] ], - "name" : "John Barrett" + "name" : "John Barrett", + "id" : "John Barrett" }, { + "id" : "Kivanc Yazan", "name" : "Kivanc Yazan", "data" : [ [ "Perl 5", 1 ] - ], - "id" : "Kivanc Yazan" + ] }, { "name" : "Matt Latusek", - "id" : "Matt Latusek", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Matt Latusek" }, { + "name" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Maxim Kolodyazhny", - "name" : "Maxim Kolodyazhny" + "id" : "Maxim Kolodyazhny" } ] - }, - "tooltip" : { - "followPointer" : 1, - "pointerFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
" - }, - "title" : { - "text" : "Perl Weekly Challenge - 004" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 07aebcff05..b7f1f6160c 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,64 +1,17 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "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" - ] + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-17 11:05:33 GMT" }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, - 6, + 8, 3, 0, 0, 0, + 0, 6, 0, 0, @@ -81,9 +34,9 @@ 3, 3, 0, - 2, - 6 - ] + 2 + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -95,8 +48,9 @@ 0, 0, 0, + 0, 2, - 4, + 6, 0, 0, 0, @@ -116,8 +70,7 @@ 0, 0, 0, - 0, - 6 + 0 ] } ], @@ -126,7 +79,54 @@ "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-16 16:26:06 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "categories" : [ + "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", + "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" + ] } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index ce454e96e2..35456d999c 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,18 +1,7 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-16 16:26:06 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ + "Jaldhar H. Vyas", "Dr James A. Smith", "Jeff", "Jeremy Carman", @@ -41,13 +30,32 @@ "Pavel Jurca", "Pete Houston", "Philippe Bruhat", - "Prajith P", - "Robert Gratza" + "Prajith P" ] }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-17 11:05:33 GMT" + }, "series" : [ { "data" : [ + 6, 8, 2, 2, @@ -76,13 +84,13 @@ 2, 3, 4, - 2, 2 ], "name" : "Perl 5" }, { "data" : [ + 6, 8, 0, 1, @@ -111,22 +119,14 @@ 0, 0, 0, - 0, - 2 + 0 ], "name" : "Perl 6" } ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 526c694ead..773b526ae8 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,22 +1,28 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "subtitle" : { - "text" : "[Champions: 12] Last updated at 2019-04-16 16:26:06 GMT" + "xAxis" : { + "categories" : [ + "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" + ] }, "series" : [ { "data" : [ + 2, 4, 0, 4, @@ -35,6 +41,7 @@ { "name" : "Perl 6", "data" : [ + 2, 4, 3, 0, @@ -50,29 +57,25 @@ ] } ], - "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" - ] + "subtitle" : { + "text" : "[Champions: 13] Last updated at 2019-04-17 11:05:33 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "tooltip" : { "shared" : 1, "pointFormat" : "{series.name}: {point.y}
" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 278c9da37b..bacd39d365 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,79 +1,10 @@ { - "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", - "Oleksii Tsvietnov", - "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" - ] + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 73] Last updated at 2019-04-17 11:05:33 GMT" }, "yAxis" : { "title" : { @@ -81,20 +12,17 @@ }, "min" : 0 }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { + "name" : "Perl 5", "data" : [ 2, - 6, + 8, 3, 0, 0, 0, + 0, 6, 0, 0, @@ -161,11 +89,9 @@ 2, 3, 1 - ], - "name" : "Perl 5" + ] }, { - "name" : "Perl 6", "data" : [ 0, 0, @@ -174,8 +100,9 @@ 0, 0, 0, + 0, 2, - 4, + 6, 0, 0, 0, @@ -239,12 +166,86 @@ 0, 0, 0 - ] + ], + "name" : "Perl 6" } ], - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "xAxis" : { + "categories" : [ + "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", + "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", + "Oleksii Tsvietnov", + "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" @@ -252,7 +253,9 @@ "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 72] Last updated at 2019-04-16 16:26:05 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } -- cgit From f20c4295dd66a80e38c2b4e594b630935b896614 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 17 Apr 2019 14:50:51 +0100 Subject: - Updated chart stats. --- stats/pwc-current.json | 235 +++++++++++++++++++++++-------------------- stats/pwc-summary-1-30.json | 110 ++++++++++---------- stats/pwc-summary-31-60.json | 94 ++++++++--------- stats/pwc-summary-61-90.json | 20 ++-- stats/pwc-summary.json | 46 ++++----- 5 files changed, 260 insertions(+), 245 deletions(-) (limited to 'stats') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 1850fdbd1f..1b8d648b7b 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,106 +1,12 @@ { - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "Champions", - "data" : [ - { - "name" : "Abigail", - "y" : 2, - "drilldown" : "Abigail" - }, - { - "y" : 2, - "name" : "Adam Russell", - "drilldown" : "Adam Russell" - }, - { - "drilldown" : "Arne Sommer", - "y" : 2, - "name" : "Arne Sommer" - }, - { - "drilldown" : "Athanasius", - "name" : "Athanasius", - "y" : 2 - }, - { - "name" : "Francis Whittle", - "y" : 2, - "drilldown" : "Francis Whittle" - }, - { - "drilldown" : "Dr James A. Smith", - "y" : 4, - "name" : "Dr James A. Smith" - }, - { - "y" : 4, - "name" : "Jo Christian Oterhals", - "drilldown" : "Jo Christian Oterhals" - }, - { - "drilldown" : "John Barrett", - "y" : 2, - "name" : "John Barrett" - }, - { - "drilldown" : "Kivanc Yazan", - "y" : 1, - "name" : "Kivanc Yazan" - }, - { - "y" : 2, - "name" : "Matt Latusek", - "drilldown" : "Matt Latusek" - }, - { - "drilldown" : "Maxim Kolodyazhny", - "name" : "Maxim Kolodyazhny", - "y" : 1 - } - ] - } - ], "title" : { "text" : "Perl Weekly Challenge - 004" }, - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 11] Last updated at 2019-04-17 11:05:33 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "tooltip" : { - "headerFormat" : "{series.name}
", - "followPointer" : 1, - "pointerFormat" : "{point.name}: {point.y:f}
" - }, "drilldown" : { "series" : [ { - "id" : "Abigail", "name" : "Abigail", + "id" : "Abigail", "data" : [ [ "Perl 5", @@ -109,8 +15,8 @@ ] }, { - "id" : "Adam Russell", "name" : "Adam Russell", + "id" : "Adam Russell", "data" : [ [ "Perl 5", @@ -125,8 +31,8 @@ 2 ] ], - "name" : "Arne Sommer", - "id" : "Arne Sommer" + "id" : "Arne Sommer", + "name" : "Arne Sommer" }, { "data" : [ @@ -135,21 +41,20 @@ 2 ] ], - "name" : "Athanasius", - "id" : "Athanasius" + "id" : "Athanasius", + "name" : "Athanasius" }, { "id" : "Francis Whittle", + "name" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] - ], - "name" : "Francis Whittle" + ] }, { - "id" : "Dr James A. Smith", "data" : [ [ "Perl 5", @@ -160,7 +65,8 @@ 2 ] ], - "name" : "Dr James A. Smith" + "name" : "Dr James A. Smith", + "id" : "Dr James A. Smith" }, { "data" : [ @@ -176,6 +82,16 @@ "name" : "Jo Christian Oterhals", "id" : "Jo Christian Oterhals" }, + { + "name" : "Joelle Maslak", + "id" : "Joelle Maslak", + "data" : [ + [ + "Perl 6", + 1 + ] + ] + }, { "data" : [ [ @@ -187,35 +103,134 @@ "id" : "John Barrett" }, { - "id" : "Kivanc Yazan", - "name" : "Kivanc Yazan", "data" : [ [ "Perl 5", 1 ] - ] + ], + "name" : "Kivanc Yazan", + "id" : "Kivanc Yazan" }, { - "name" : "Matt Latusek", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Matt Latusek" + "id" : "Matt Latusek", + "name" : "Matt Latusek" }, { - "name" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 1 ] ], + "name" : "Maxim Kolodyazhny", "id" : "Maxim Kolodyazhny" } ] + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "xAxis" : { + "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 12] Last updated at 2019-04-17 13:50:10 GMT" + }, + "tooltip" : { + "headerFormat" : "{series.name}
", + "pointerFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1 + }, + "series" : [ + { + "data" : [ + { + "y" : 2, + "name" : "Abigail", + "drilldown" : "Abigail" + }, + { + "y" : 2, + "name" : "Adam Russell", + "drilldown" : "Adam Russell" + }, + { + "drilldown" : "Arne Sommer", + "name" : "Arne Sommer", + "y" : 2 + }, + { + "drilldown" : "Athanasius", + "name" : "Athanasius", + "y" : 2 + }, + { + "y" : 2, + "name" : "Francis Whittle", + "drilldown" : "Francis Whittle" + }, + { + "name" : "Dr James A. Smith", + "drilldown" : "Dr James A. Smith", + "y" : 4 + }, + { + "name" : "Jo Christian Oterhals", + "drilldown" : "Jo Christian Oterhals", + "y" : 4 + }, + { + "drilldown" : "Joelle Maslak", + "name" : "Joelle Maslak", + "y" : 1 + }, + { + "name" : "John Barrett", + "drilldown" : "John Barrett", + "y" : 2 + }, + { + "name" : "Kivanc Yazan", + "drilldown" : "Kivanc Yazan", + "y" : 1 + }, + { + "name" : "Matt Latusek", + "drilldown" : "Matt Latusek", + "y" : 2 + }, + { + "y" : 1, + "name" : "Maxim Kolodyazhny", + "drilldown" : "Maxim Kolodyazhny" + } + ], + "colorByPoint" : 1, + "name" : "Champions" + } + ], + "legend" : { + "enabled" : 0 + }, + "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 b7f1f6160c..05f8df589a 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,6 +1,58 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-17 11:05:33 GMT" + "text" : "[Champions: 30] Last updated at 2019-04-17 13:50:10 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "xAxis" : { + "categories" : [ + "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", + "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" + ] }, "series" : [ { @@ -39,7 +91,6 @@ "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 0, 0, @@ -71,62 +122,11 @@ 0, 0, 0 - ] + ], + "name" : "Perl 6" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, "chart" : { "type" : "column" - }, - "xAxis" : { - "categories" : [ - "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", - "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" - ] } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 35456d999c..ec4bd42020 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,40 +1,6 @@ { - "xAxis" : { - "categories" : [ - "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", - "Oleksii Tsvietnov", - "Ozzy", - "Pavel Jurca", - "Pete Houston", - "Philippe Bruhat", - "Prajith P" - ] - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "yAxis" : { "min" : 0, @@ -42,15 +8,20 @@ "text" : "" } }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-17 13:50:10 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-17 11:05:33 GMT" + "chart" : { + "type" : "column" }, "series" : [ { @@ -97,7 +68,7 @@ 0, 1, 6, - 6, + 7, 0, 0, 0, @@ -124,9 +95,38 @@ "name" : "Perl 6" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "xAxis" : { + "categories" : [ + "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", + "Oleksii Tsvietnov", + "Ozzy", + "Pavel Jurca", + "Pete Houston", + "Philippe Bruhat", + "Prajith P" + ] } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 773b526ae8..e75205a96d 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,7 +1,4 @@ { - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Robert Gratza", @@ -19,8 +16,12 @@ "William Gilmore" ] }, + "chart" : { + "type" : "column" + }, "series" : [ { + "name" : "Perl 5", "data" : [ 2, 4, @@ -35,8 +36,7 @@ 2, 3, 1 - ], - "name" : "Perl 5" + ] }, { "name" : "Perl 6", @@ -58,20 +58,20 @@ } ], "subtitle" : { - "text" : "[Champions: 13] Last updated at 2019-04-17 11:05:33 GMT" + "text" : "[Champions: 13] Last updated at 2019-04-17 13:50:10 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, "yAxis" : { "title" : { "text" : "" diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index bacd39d365..ac1f0f336f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,20 +1,6 @@ { - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 73] Last updated at 2019-04-17 11:05:33 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 8, @@ -89,9 +75,11 @@ 2, 3, 1 - ] + ], + "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -130,7 +118,7 @@ 0, 1, 6, - 6, + 7, 0, 0, 0, @@ -166,10 +154,25 @@ 0, 0, 0 - ], - "name" : "Perl 6" + ] } ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "xAxis" : { "categories" : [ "Abigail", @@ -247,11 +250,8 @@ "William Gilmore" ] }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 73] Last updated at 2019-04-17 13:50:10 GMT" }, "plotOptions" : { "column" : { -- cgit From b7ade3b4aa6074c4023fb46db047be1f1b8a900a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 17 Apr 2019 15:50:59 +0100 Subject: - Updated solutions by Arne Sommer. --- stats/pwc-current.json | 118 +++++++++++++++++++++---------------------- stats/pwc-summary-1-30.json | 50 +++++++++--------- stats/pwc-summary-31-60.json | 94 +++++++++++++++++----------------- stats/pwc-summary-61-90.json | 64 +++++++++++------------ stats/pwc-summary.json | 42 +++++++-------- 5 files changed, 184 insertions(+), 184 deletions(-) (limited to 'stats') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 1b8d648b7b..d77a8cda71 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,60 +1,64 @@ { - "title" : { - "text" : "Perl Weekly Challenge - 004" + "tooltip" : { + "pointerFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1, + "headerFormat" : "{series.name}
" }, "drilldown" : { "series" : [ { - "name" : "Abigail", "id" : "Abigail", "data" : [ [ "Perl 5", 2 ] - ] + ], + "name" : "Abigail" }, { "name" : "Adam Russell", - "id" : "Adam Russell", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Adam Russell" }, { + "id" : "Arne Sommer", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Arne Sommer", "name" : "Arne Sommer" }, { + "name" : "Athanasius", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Athanasius", - "name" : "Athanasius" + "id" : "Athanasius" }, { - "id" : "Francis Whittle", "name" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Francis Whittle" }, { + "id" : "Dr James A. Smith", + "name" : "Dr James A. Smith", "data" : [ [ "Perl 5", @@ -64,11 +68,10 @@ "Perl 6", 2 ] - ], - "name" : "Dr James A. Smith", - "id" : "Dr James A. Smith" + ] }, { + "name" : "Jo Christian Oterhals", "data" : [ [ "Perl 5", @@ -79,12 +82,11 @@ 2 ] ], - "name" : "Jo Christian Oterhals", "id" : "Jo Christian Oterhals" }, { - "name" : "Joelle Maslak", "id" : "Joelle Maslak", + "name" : "Joelle Maslak", "data" : [ [ "Perl 6", @@ -93,94 +95,90 @@ ] }, { + "id" : "John Barrett", "data" : [ [ "Perl 5", 2 ] ], - "name" : "John Barrett", - "id" : "John Barrett" + "name" : "John Barrett" }, { + "name" : "Kivanc Yazan", "data" : [ [ "Perl 5", 1 ] ], - "name" : "Kivanc Yazan", "id" : "Kivanc Yazan" }, { + "id" : "Matt Latusek", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Matt Latusek", "name" : "Matt Latusek" }, { + "name" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 1 ] ], - "name" : "Maxim Kolodyazhny", "id" : "Maxim Kolodyazhny" } ] }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 } } }, - "xAxis" : { - "type" : "category" - }, - "subtitle" : { - "text" : "[Champions: 12] Last updated at 2019-04-17 13:50:10 GMT" - }, - "tooltip" : { - "headerFormat" : "{series.name}
", - "pointerFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1 - }, "series" : [ { + "colorByPoint" : 1, + "name" : "Champions", "data" : [ { - "y" : 2, "name" : "Abigail", + "y" : 2, "drilldown" : "Abigail" }, { "y" : 2, - "name" : "Adam Russell", - "drilldown" : "Adam Russell" + "drilldown" : "Adam Russell", + "name" : "Adam Russell" }, { - "drilldown" : "Arne Sommer", "name" : "Arne Sommer", + "drilldown" : "Arne Sommer", "y" : 2 }, { "drilldown" : "Athanasius", - "name" : "Athanasius", - "y" : 2 + "y" : 2, + "name" : "Athanasius" }, { - "y" : 2, "name" : "Francis Whittle", - "drilldown" : "Francis Whittle" + "drilldown" : "Francis Whittle", + "y" : 2 }, { "name" : "Dr James A. Smith", @@ -193,44 +191,46 @@ "y" : 4 }, { + "y" : 1, "drilldown" : "Joelle Maslak", - "name" : "Joelle Maslak", - "y" : 1 + "name" : "Joelle Maslak" }, { "name" : "John Barrett", - "drilldown" : "John Barrett", - "y" : 2 + "y" : 2, + "drilldown" : "John Barrett" }, { "name" : "Kivanc Yazan", - "drilldown" : "Kivanc Yazan", - "y" : 1 + "y" : 1, + "drilldown" : "Kivanc Yazan" }, { - "name" : "Matt Latusek", "drilldown" : "Matt Latusek", - "y" : 2 + "y" : 2, + "name" : "Matt Latusek" }, { "y" : 1, - "name" : "Maxim Kolodyazhny", - "drilldown" : "Maxim Kolodyazhny" + "drilldown" : "Maxim Kolodyazhny", + "name" : "Maxim Kolodyazhny" } - ], - "colorByPoint" : 1, - "name" : "Champions" + ] } ], "legend" : { "enabled" : 0 }, + "title" : { + "text" : "Perl Weekly Challenge - 004" + }, + "subtitle" : { + "text" : "[Champions: 12] Last updated at 2019-04-17 14:50:37 GMT" + }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "xAxis" : { + "type" : "category" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 05f8df589a..50ae9e7ec8 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,25 +1,4 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-17 13:50:10 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "xAxis" : { "categories" : [ "Abigail", @@ -54,8 +33,28 @@ "Jaime Corchado" ] }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-17 14:50:38 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "series" : [ { + "name" : "Perl 5", "data" : [ 2, 8, @@ -87,8 +86,7 @@ 3, 0, 2 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -126,7 +124,9 @@ "name" : "Perl 6" } ], - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index ec4bd42020..e0b5d6d14d 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,27 +1,61 @@ { + "xAxis" : { + "categories" : [ + "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", + "Oleksii Tsvietnov", + "Ozzy", + "Pavel Jurca", + "Pete Houston", + "Philippe Bruhat", + "Prajith P" + ] + }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-17 13:50:10 GMT" + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-17 14:50:38 GMT" }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "series" : [ { @@ -94,39 +128,5 @@ ], "name" : "Perl 6" } - ], - "xAxis" : { - "categories" : [ - "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", - "Oleksii Tsvietnov", - "Ozzy", - "Pavel Jurca", - "Pete Houston", - "Philippe Bruhat", - "Prajith P" - ] - } + ] } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index e75205a96d..c4afc33b43 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,27 +1,16 @@ { - "xAxis" : { - "categories" : [ - "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" - ] + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 4, @@ -36,10 +25,10 @@ 2, 3, 1 - ] + ], + "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 2, 4, @@ -54,28 +43,39 @@ 0, 0, 0 - ] + ], + "name" : "Perl 6" } ], "subtitle" : { - "text" : "[Champions: 13] Last updated at 2019-04-17 13:50:10 GMT" + "text" : "[Champions: 13] Last updated at 2019-04-17 14:50:38 GMT" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "xAxis" : { + "categories" : [ + "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" + ] + }, + "chart" : { + "type" : "column" }, "title" : { "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ac1f0f336f..4bfd183730 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,22 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { + "name" : "Perl 5", "data" : [ 2, 8, @@ -75,8 +91,7 @@ 2, 3, 1 - ], - "name" : "Perl 5" + ] }, { "name" : "Perl 6", @@ -157,22 +172,9 @@ ] } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "xAxis" : { "categories" : [ "Abigail", @@ -250,12 +252,10 @@ "William Gilmore" ] }, - "subtitle" : { - "text" : "[Champions: 73] Last updated at 2019-04-17 13:50:10 GMT" + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 73] Last updated at 2019-04-17 14:50:37 GMT" } } -- cgit From 3a064726397cf74b0513e71c237b2321c7cebd67 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 17 Apr 2019 19:37:32 +0100 Subject: - Updated chart stats. --- stats/pwc-current.json | 141 +++++++++++++++++-------------- stats/pwc-summary-1-30.json | 38 ++++----- stats/pwc-summary-31-60.json | 108 ++++++++++++------------ stats/pwc-summary-61-90.json | 40 ++++----- stats/pwc-summary.json | 196 +++++++++++++++++++++---------------------- 5 files changed, 269 insertions(+), 254 deletions(-) (limited to 'stats') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index d77a8cda71..1415c6010f 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,30 +1,28 @@ { - "tooltip" : { - "pointerFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" + "legend" : { + "enabled" : 0 }, "drilldown" : { "series" : [ { - "id" : "Abigail", "data" : [ [ "Perl 5", 2 ] ], + "id" : "Abigail", "name" : "Abigail" }, { "name" : "Adam Russell", + "id" : "Adam Russell", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Adam Russell" + ] }, { "id" : "Arne Sommer", @@ -38,27 +36,26 @@ }, { "name" : "Athanasius", + "id" : "Athanasius", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Athanasius" + ] }, { - "name" : "Francis Whittle", + "id" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Francis Whittle" + "name" : "Francis Whittle" }, { "id" : "Dr James A. Smith", - "name" : "Dr James A. Smith", "data" : [ [ "Perl 5", @@ -68,10 +65,12 @@ "Perl 6", 2 ] - ] + ], + "name" : "Dr James A. Smith" }, { "name" : "Jo Christian Oterhals", + "id" : "Jo Christian Oterhals", "data" : [ [ "Perl 5", @@ -81,79 +80,72 @@ "Perl 6", 2 ] - ], - "id" : "Jo Christian Oterhals" + ] }, { "id" : "Joelle Maslak", - "name" : "Joelle Maslak", "data" : [ [ "Perl 6", - 1 + 2 ] - ] + ], + "name" : "Joelle Maslak" }, { - "id" : "John Barrett", + "name" : "John Barrett", "data" : [ [ "Perl 5", 2 ] ], - "name" : "John Barrett" + "id" : "John Barrett" }, { - "name" : "Kivanc Yazan", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Kivanc Yazan" + "id" : "Kivanc Yazan", + "name" : "Kivanc Yazan" }, { + "name" : "Matt Latusek", "id" : "Matt Latusek", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Matt Latusek" + ] }, { - "name" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 1 ] ], - "id" : "Maxim Kolodyazhny" + "id" : "Maxim Kolodyazhny", + "name" : "Maxim Kolodyazhny" + }, + { + "name" : "Robert Gratza", + "id" : "Robert Gratza", + "data" : [ + [ + "Perl 6", + 2 + ] + ] } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, "series" : [ { - "colorByPoint" : 1, - "name" : "Champions", "data" : [ { "name" : "Abigail", @@ -161,14 +153,14 @@ "drilldown" : "Abigail" }, { - "y" : 2, "drilldown" : "Adam Russell", + "y" : 2, "name" : "Adam Russell" }, { - "name" : "Arne Sommer", + "y" : 2, "drilldown" : "Arne Sommer", - "y" : 2 + "name" : "Arne Sommer" }, { "drilldown" : "Athanasius", @@ -186,51 +178,74 @@ "y" : 4 }, { - "name" : "Jo Christian Oterhals", + "y" : 4, "drilldown" : "Jo Christian Oterhals", - "y" : 4 + "name" : "Jo Christian Oterhals" }, { - "y" : 1, + "y" : 2, "drilldown" : "Joelle Maslak", "name" : "Joelle Maslak" }, { - "name" : "John Barrett", + "drilldown" : "John Barrett", "y" : 2, - "drilldown" : "John Barrett" + "name" : "John Barrett" }, { - "name" : "Kivanc Yazan", + "drilldown" : "Kivanc Yazan", "