From 338b6f5b4d52a670fc1cfd57d484231c970f5cad Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 21 May 2019 12:06:41 +0100 Subject: - Added solution by Joelle Maslak. --- stats/pwc-current.json | 79 ++-- stats/pwc-language-breakdown.json | 112 ++--- stats/pwc-leaders.json | 848 +++++++++++++++++++------------------- stats/pwc-summary-1-30.json | 122 +++--- stats/pwc-summary-31-60.json | 112 ++--- stats/pwc-summary-61-90.json | 92 ++--- stats/pwc-summary.json | 216 +++++----- 7 files changed, 798 insertions(+), 783 deletions(-) diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 99470e695d..9dfef2450f 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,63 +1,78 @@ { - "xAxis" : { - "type" : "category" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2019-05-21 11:06:01 GMT" + }, + "series" : [ + { + "name" : "Champions", + "data" : [ + { + "drilldown" : "Joelle Maslak", + "name" : "Joelle Maslak", + "y" : 1 + }, + { + "y" : 1, + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor" + } + ], + "colorByPoint" : 1 + } + ], + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" }, "drilldown" : { "series" : [ { + "id" : "Joelle Maslak", "data" : [ [ "Perl 6", 1 ] ], + "name" : "Joelle Maslak" + }, + { "id" : "Simon Proctor", + "data" : [ + [ + "Perl 6", + 1 + ] + ], "name" : "Simon Proctor" } ] }, - "title" : { - "text" : "Perl Weekly Challenge - 009" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "xAxis" : { + "type" : "category" }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - } + }, + "borderWidth" : 0 } }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "drilldown" : "Simon Proctor", - "y" : 1, - "name" : "Simon Proctor" - } - ], - "name" : "Champions" - } - ], - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-05-20 17:09:57 GMT" - }, "tooltip" : { "followPointer" : 1, "pointerFormat" : "{point.name}: {point.y:f}
", "headerFormat" : "{series.name}
" }, - "legend" : { - "enabled" : 0 + "title" : { + "text" : "Perl Weekly Challenge - 009" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index fdf5ba7bb2..0f9a112a79 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -2,6 +2,23 @@ "chart" : { "type" : "column" }, + "tooltip" : { + "followPointer" : "true", + "headerFormat" : "", + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "legend" : { + "enabled" : "false" + }, "drilldown" : { "series" : [ { @@ -19,8 +36,6 @@ "name" : "001" }, { - "id" : "002", - "name" : "002", "data" : [ [ "Perl 5", @@ -30,7 +45,9 @@ "Perl 6", 32 ] - ] + ], + "name" : "002", + "id" : "002" }, { "data" : [ @@ -43,12 +60,10 @@ 26 ] ], - "name" : "003", - "id" : "003" + "id" : "003", + "name" : "003" }, { - "id" : "004", - "name" : "004", "data" : [ [ "Perl 5", @@ -58,9 +73,13 @@ "Perl 6", 29 ] - ] + ], + "id" : "004", + "name" : "004" }, { + "id" : "005", + "name" : "005", "data" : [ [ "Perl 5", @@ -70,13 +89,11 @@ "Perl 6", 22 ] - ], - "name" : "005", - "id" : "005" + ] }, { - "id" : "006", "name" : "006", + "id" : "006", "data" : [ [ "Perl 5", @@ -103,8 +120,8 @@ ] }, { - "id" : "008", "name" : "008", + "id" : "008", "data" : [ [ "Perl 5", @@ -117,6 +134,8 @@ ] }, { + "id" : "009", + "name" : "009", "data" : [ [ "Perl 5", @@ -124,60 +143,36 @@ ], [ "Perl 6", - 1 + 2 ] - ], - "id" : "009", - "name" : "009" + ] } ] }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "", - "followPointer" : "true" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-20 17:10:18 GMT" + "xAxis" : { + "type" : "category" }, "series" : [ { "data" : [ { - "drilldown" : "001", "y" : 113, - "name" : "#001 [P5=76 P6=37]" + "name" : "#001 [P5=76 P6=37]", + "drilldown" : "001" }, { - "y" : 95, + "name" : "#002 [P5=63 P6=32]", "drilldown" : "002", - "name" : "#002 [P5=63 P6=32]" + "y" : 95 }, { "drilldown" : "003", - "y" : 58, - "name" : "#003 [P5=32 P6=26]" + "name" : "#003 [P5=32 P6=26]", + "y" : 58 }, { - "name" : "#004 [P5=46 P6=29]", "y" : 75, + "name" : "#004 [P5=46 P6=29]", "drilldown" : "004" }, { @@ -187,12 +182,12 @@ }, { "name" : "#006 [P5=27 P6=14]", - "y" : 41, - "drilldown" : "006" + "drilldown" : "006", + "y" : 41 }, { - "drilldown" : "007", "y" : 44, + "drilldown" : "007", "name" : "#007 [P5=24 P6=20]" }, { @@ -202,18 +197,23 @@ }, { "drilldown" : "009", - "y" : 1, - "name" : "#009 [P5=0 P6=1]" + "name" : "#009 [P5=0 P6=2]", + "y" : 2 } ], "colorByPoint" : "true", "name" : "Perl Weekly Challenge Languages" } ], + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-21 11:06:14 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "title" : { "text" : "Perl Weekly Challenge Language" - }, - "xAxis" : { - "type" : "category" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index d3bf1becb2..56406f474d 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,304 +1,46 @@ { - "yAxis" : { - "title" : { - "text" : "Total Score" - } - }, - "series" : [ - { - "data" : [ - { - "y" : 80, - "drilldown" : "Laurent Rosenfeld", - "name" : "#1: Laurent Rosenfeld" - }, - { - "name" : "#2: Joelle Maslak", - "drilldown" : "Joelle Maslak", - "y" : 70 - }, - { - "y" : 64, - "drilldown" : "Jaldhar H. Vyas", - "name" : "#3: Jaldhar H. Vyas" - }, - { - "name" : "#4: Ruben Westerberg", - "drilldown" : "Ruben Westerberg", - "y" : 56 - }, - { - "drilldown" : "Simon Proctor", - "y" : 50, - "name" : "#5: Simon Proctor" - }, - { - "name" : "#6: Adam Russell", - "y" : 48, - "drilldown" : "Adam Russell" - }, - { - "y" : 44, - "drilldown" : "Dr James A. Smith", - "name" : "#7: Dr James A. Smith" - }, - { - "name" : "#8: Arne Sommer", - "drilldown" : "Arne Sommer", - "y" : 42 - }, - { - "name" : "#9: Jo Christian Oterhals", - "y" : 42, - "drilldown" : "Jo Christian Oterhals" - }, - { - "y" : 42, - "drilldown" : "Kian-Meng Ang", - "name" : "#10: Kian-Meng Ang" - }, - { - "name" : "#11: Gustavo Chaves", - "y" : 34, - "drilldown" : "Gustavo Chaves" - }, - { - "drilldown" : "Athanasius", - "y" : 32, - "name" : "#12: Athanasius" - }, - { - "name" : "#13: Nick Logan", - "drilldown" : "Nick Logan", - "y" : 32 - }, - { - "y" : 30, - "drilldown" : "Andrezgz", - "name" : "#14: Andrezgz" - }, - { - "drilldown" : "Francis Whittle", - "y" : 28, - "name" : "#15: Francis Whittle" - }, - { - "name" : "#16: Lars Balker", - "y" : 28, - "drilldown" : "Lars Balker" - }, - { - "name" : "#17: Mark Senn", - "drilldown" : "Mark Senn", - "y" : 26 - }, - { - "name" : "#18: Daniel Mantovani", - "drilldown" : "Daniel Mantovani", - "y" : 22 - }, - { - "drilldown" : "Dave Jacoby", - "y" : 22, - "name" : "#19: Dave Jacoby" - }, - { - "y" : 20, - "drilldown" : "Doug Schrag", - "name" : "#20: Doug Schrag" - }, - { - "name" : "#21: Duncan C. White", - "y" : 20, - "drilldown" : "Duncan C. White" - }, - { - "name" : "#22: Robert Gratza", - "y" : 16, - "drilldown" : "Robert Gratza" - }, - { - "drilldown" : "E. Choroba", - "y" : 14, - "name" : "#23: E. Choroba" - }, - { - "drilldown" : "John Barrett", - "y" : 14, - "name" : "#24: John Barrett" - }, - { - "y" : 14, - "drilldown" : "Ozzy", - "name" : "#25: Ozzy" - }, - { - "name" : "#26: Alicia Bielsa", - "drilldown" : "Alicia Bielsa", - "y" : 12 - }, - { - "name" : "#27: Maxim Kolodyazhny", - "y" : 12, - "drilldown" : "Maxim Kolodyazhny" - }, - { - "name" : "#28: Philippe Bruhat", - "y" : 12, - "drilldown" : "Philippe Bruhat" - }, - { - "drilldown" : "Sergio Iglesias", - "y" : 12, - "name" : "#29: Sergio Iglesias" - }, - { - "drilldown" : "Arpad Toth", - "y" : 10, - "name" : "#30: Arpad Toth" - }, - { - "name" : "#31: Guillermo Ramos", - "drilldown" : "Guillermo Ramos", - "y" : 10 - }, - { - "name" : "#32: Khalid", - "drilldown" : "Khalid", - "y" : 10 - }, - { - "y" : 10, - "drilldown" : "Steve Rogerson", - "name" : "#33: Steve Rogerson" - }, - { - "name" : "#34: Veesh Goldman", - "drilldown" : "Veesh Goldman", - "y" : 10 - }, - { - "y" : 8, - "drilldown" : "Alex Daniel", - "name" : "#35: Alex Daniel" - }, - { - "y" : 8, - "drilldown" : "Bob Kleemann", - "name" : "#36: Bob Kleemann" - }, - { - "drilldown" : "Chenyf", - "y" : 8, - "name" : "#37: Chenyf" - }, - { - "drilldown" : "David Kayal", - "y" : 8, - "name" : "#38: David Kayal" - }, - { - "drilldown" : "Finley", - "y" : 8, - "name" : "#39: Finley" - }, - { - "name" : "#40: Jaime Corchado", - "y" : 8, - "drilldown" : "Jaime Corchado" - }, - { - "drilldown" : "Luis F. Uceta", - "y" : 8, - "name" : "#41: Luis F. Uceta" - }, - { - "name" : "#42: Matt Latusek", - "drilldown" : "Matt Latusek", - "y" : 8 - }, - { - "drilldown" : "Maxim Nechaev", - "y" : 8, - "name" : "#43: Maxim Nechaev" - }, - { - "name" : "#44: Neil Bowers", - "y" : 8, - "drilldown" : "Neil Bowers" - }, - { - "drilldown" : "Simon Reinhardt", - "y" : 8, - "name" : "#45: Simon Reinhardt" - }, - { - "name" : "#46: Steven Wilson", - "y" : 8, - "drilldown" : "Steven Wilson" - }, - { - "drilldown" : "Tim Smith", - "y" : 8, - "name" : "#47: Tim Smith" - }, - { - "y" : 6, - "drilldown" : "Ailbhe Tweedie", - "name" : "#48: Ailbhe Tweedie" - }, - { - "name" : "#49: Dave Cross", - "y" : 6, - "drilldown" : "Dave Cross" - }, - { - "name" : "#50: Freddie B", - "y" : 6, - "drilldown" : "Freddie B" - } - ], - "name" : "Perl Weekly Challenge Leaders", - "colorByPoint" : "true" - } - ], "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 + "format" : "{point.y}", + "enabled" : 1 + } } }, - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-05-20 17:10:15 GMT" + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" + }, + "yAxis" : { + "title" : { + "text" : "Total Score" + } }, "drilldown" : { "series" : [ { - "id" : "Laurent Rosenfeld", "name" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", 16 ], - [ - "Blog", - 9 - ], [ "Perl 6", 15 + ], + [ + "Blog", + 9 ] - ] + ], + "id" : "Laurent Rosenfeld" }, { "data" : [ [ "Perl 6", - 17 + 18 ], [ "Blog", @@ -309,68 +51,68 @@ 17 ] ], - "name" : "Joelle Maslak", - "id" : "Joelle Maslak" + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" }, { "data" : [ [ - "Perl 5", + "Perl 6", 16 ], [ - "Perl 6", + "Perl 5", 16 ] ], - "name" : "Jaldhar H. Vyas", - "id" : "Jaldhar H. Vyas" + "id" : "Jaldhar H. Vyas", + "name" : "Jaldhar H. Vyas" }, { - "id" : "Ruben Westerberg", - "name" : "Ruben Westerberg", "data" : [ [ - "Perl 5", + "Perl 6", 14 ], [ - "Perl 6", + "Perl 5", 14 ] - ] + ], + "id" : "Ruben Westerberg", + "name" : "Ruben Westerberg" }, { - "id" : "Simon Proctor", - "name" : "Simon Proctor", "data" : [ - [ - "Perl 6", - 15 - ], [ "Blog", 6 ], + [ + "Perl 6", + 15 + ], [ "Perl 5", 4 ] - ] + ], + "id" : "Simon Proctor", + "name" : "Simon Proctor" }, { - "id" : "Adam Russell", - "name" : "Adam Russell", "data" : [ - [ - "Perl 5", - 16 - ], [ "Blog", 8 + ], + [ + "Perl 5", + 16 ] - ] + ], + "id" : "Adam Russell", + "name" : "Adam Russell" }, { "name" : "Dr James A. Smith", @@ -401,11 +143,9 @@ "name" : "Arne Sommer" }, { + "name" : "Jo Christian Oterhals", + "id" : "Jo Christian Oterhals", "data" : [ - [ - "Perl 6", - 10 - ], [ "Perl 5", 6 @@ -413,12 +153,15 @@ [ "Blog", 5 + ], + [ + "Perl 6", + 10 ] - ], - "id" : "Jo Christian Oterhals", - "name" : "Jo Christian Oterhals" + ] }, { + "id" : "Kian-Meng Ang", "data" : [ [ "Blog", @@ -429,8 +172,7 @@ 14 ] ], - "name" : "Kian-Meng Ang", - "id" : "Kian-Meng Ang" + "name" : "Kian-Meng Ang" }, { "data" : [ @@ -443,88 +185,88 @@ 4 ] ], - "name" : "Gustavo Chaves", - "id" : "Gustavo Chaves" + "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves" }, { + "name" : "Athanasius", + "id" : "Athanasius", "data" : [ [ "Perl 5", 16 ] - ], - "name" : "Athanasius", - "id" : "Athanasius" + ] }, { "name" : "Nick Logan", - "id" : "Nick Logan", "data" : [ [ - "Perl 5", + "Perl 6", 8 ], [ - "Perl 6", + "Perl 5", 8 ] - ] + ], + "id" : "Nick Logan" }, { - "name" : "Andrezgz", - "id" : "Andrezgz", "data" : [ [ "Perl 5", 15 ] - ] + ], + "id" : "Andrezgz", + "name" : "Andrezgz" }, { + "id" : "Francis Whittle", "data" : [ - [ - "Perl 6", - 10 - ], [ "Blog", 4 + ], + [ + "Perl 6", + 10 ] ], - "name" : "Francis Whittle", - "id" : "Francis Whittle" + "name" : "Francis Whittle" }, { + "id" : "Lars Balker", "data" : [ - [ - "Perl 5", - 10 - ], [ "Perl 6", 4 + ], + [ + "Perl 5", + 10 ] ], - "id" : "Lars Balker", "name" : "Lars Balker" }, { "data" : [ - [ - "Blog", - 3 - ], [ "Perl 6", 10 + ], + [ + "Blog", + 3 ] ], "id" : "Mark Senn", "name" : "Mark Senn" }, { - "id" : "Daniel Mantovani", "name" : "Daniel Mantovani", + "id" : "Daniel Mantovani", "data" : [ [ "Perl 5", @@ -533,42 +275,41 @@ ] }, { + "name" : "Dave Jacoby", + "id" : "Dave Jacoby", "data" : [ - [ - "Blog", - 6 - ], [ "Perl 5", 5 + ], + [ + "Blog", + 6 ] - ], - "name" : "Dave Jacoby", - "id" : "Dave Jacoby" + ] }, { + "name" : "Doug Schrag", + "id" : "Doug Schrag", "data" : [ [ "Perl 6", 10 ] - ], - "id" : "Doug Schrag", - "name" : "Doug Schrag" + ] }, { - "name" : "Duncan C. White", - "id" : "Duncan C. White", "data" : [ [ "Perl 5", 10 ] - ] + ], + "id" : "Duncan C. White", + "name" : "Duncan C. White" }, { "name" : "Robert Gratza", - "id" : "Robert Gratza", "data" : [ [ "Perl 5", @@ -578,21 +319,22 @@ "Perl 6", 6 ] - ] + ], + "id" : "Robert Gratza" }, { + "name" : "E. Choroba", "data" : [ - [ - "Perl 5", - 4 - ], [ "Blog", 3 + ], + [ + "Perl 5", + 4 ] ], - "id" : "E. Choroba", - "name" : "E. Choroba" + "id" : "E. Choroba" }, { "data" : [ @@ -601,8 +343,8 @@ 7 ] ], - "name" : "John Barrett", - "id" : "John Barrett" + "id" : "John Barrett", + "name" : "John Barrett" }, { "data" : [ @@ -615,18 +357,18 @@ "name" : "Ozzy" }, { - "name" : "Alicia Bielsa", - "id" : "Alicia Bielsa", "data" : [ [ "Perl 5", 6 ] - ] + ], + "id" : "Alicia Bielsa", + "name" : "Alicia Bielsa" }, { - "id" : "Maxim Kolodyazhny", "name" : "Maxim Kolodyazhny", + "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", @@ -635,64 +377,65 @@ ] }, { + "name" : "Philippe Bruhat", "data" : [ - [ - "Perl 5", - 4 - ], [ "Blog", 2 + ], + [ + "Perl 5", + 4 ] ], - "id" : "Philippe Bruhat", - "name" : "Philippe Bruhat" + "id" : "Philippe Bruhat" }, { - "name" : "Sergio Iglesias", "id" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] - ] + ], + "name" : "Sergio Iglesias" }, { - "name" : "Arpad Toth", "id" : "Arpad Toth", "data" : [ [ "Perl 5", 5 ] - ] + ], + "name" : "Arpad Toth" }, { - "id" : "Guillermo Ramos", "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", 5 ] - ] + ], + "id" : "Guillermo Ramos" }, { + "id" : "Khalid", "data" : [ - [ - "Blog", - 1 - ], [ "Perl 5", 4 + ], + [ + "Blog", + 1 ] ], - "id" : "Khalid", "name" : "Khalid" }, { + "name" : "Steve Rogerson", "data" : [ [ "Perl 6", @@ -703,37 +446,36 @@ 3 ] ], - "name" : "Steve Rogerson", "id" : "Steve Rogerson" }, { "name" : "Veesh Goldman", - "id" : "Veesh Goldman", "data" : [ [ "Perl 5", 5 ] - ] + ], + "id" : "Veesh Goldman" }, { "name" : "Alex Daniel", - "id" : "Alex Daniel", "data" : [ [ "Perl 6", 4 ] - ] + ], + "id" : "Alex Daniel" }, { + "name" : "Bob Kleemann", "data" : [ [ "Perl 5", 4 ] ], - "name" : "Bob Kleemann", "id" : "Bob Kleemann" }, { @@ -747,104 +489,104 @@ "name" : "Chenyf" }, { - "id" : "David Kayal", - "name" : "David Kayal", "data" : [ [ "Perl 5", 4 ] - ] + ], + "id" : "David Kayal", + "name" : "David Kayal" }, { "id" : "Finley", - "name" : "Finley", "data" : [ [ "Perl 6", 4 ] - ] + ], + "name" : "Finley" }, { - "id" : "Jaime Corchado", - "name" : "Jaime Corchado", "data" : [ [ "Perl 5", 4 ] - ] + ], + "id" : "Jaime Corchado", + "name" : "Jaime Corchado" }, { + "id" : "Luis F. Uceta", "data" : [ [ "Perl 6", 4 ] ], - "name" : "Luis F. Uceta", - "id" : "Luis F. Uceta" + "name" : "Luis F. Uceta" }, { + "name" : "Matt Latusek", + "id" : "Matt Latusek", "data" : [ [ "Perl 5", 4 ] - ], - "id" : "Matt Latusek", - "name" : "Matt Latusek" + ] }, { - "name" : "Maxim Nechaev", - "id" : "Maxim Nechaev", "data" : [ [ "Perl 5", 4 ] - ] + ], + "id" : "Maxim Nechaev", + "name" : "Maxim Nechaev" }, { - "name" : "Neil Bowers", "id" : "Neil Bowers", "data" : [ [ "Perl 5", 4 ] - ] + ], + "name" : "Neil Bowers" }, { "name" : "Simon Reinhardt", - "id" : "Simon Reinhardt", "data" : [ [ "Perl 5", 4 ] - ] + ], + "id" : "Simon Reinhardt" }, { + "name" : "Steven Wilson", "data" : [ [ "Perl 5", 4 ] ], - "id" : "Steven Wilson", - "name" : "Steven Wilson" + "id" : "Steven Wilson" }, { + "id" : "Tim Smith", "data" : [ [ "Perl 6", 4 ] ], - "name" : "Tim Smith", - "id" : "Tim Smith" + "name" : "Tim Smith" }, { "name" : "Ailbhe Tweedie", @@ -857,7 +599,6 @@ ] }, { - "id" : "Dave Cross", "name" : "Dave Cross", "data" : [ [ @@ -868,7 +609,8 @@ "Blog", 1 ] - ] + ], + "id" : "Dave Cross" }, { "name" : "Freddie B", @@ -882,21 +624,279 @@ } ] }, - "chart" : { - "type" : "column" - }, "tooltip" : { - "headerFormat" : "", "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : "true" + "followPointer" : "true", + "headerFormat" : "" + }, + "legend" : { + "enabled" : "false" }, "xAxis" : { "type" : "category" }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" - } + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-05-21 11:06:10 GMT" + }, + "series" : [ + { + "colorByPoint" : "true", + "data" : [ + { + "name" : "#1: Laurent Rosenfeld", + "y" : 80, + "drilldown" : "Laurent Rosenfeld" + }, + { + "drilldown" : "Joelle Maslak", + "name" : "#2: Joelle Maslak", + "y" : 72 + }, + { + "y" : 64, + "name" : "#3: Jaldhar H. Vyas", + "drilldown" : "Jaldhar H. Vyas" + }, + { + "drilldown" : "Ruben Westerberg", + "y" : 56, + "name" : "#4: Ruben Westerberg" + }, + { + "drilldown" : "Simon Proctor", + "name" : "#5: Simon Proctor", + "y" : 50 + }, + { + "y" : 48, + "name" : "#6: Adam Russell", + "drilldown" : "Adam Russell" + }, + { + "drilldown" : "Dr James A. Smith", + "name" : "#7: Dr James A. Smith", + "y" : 44 + }, + { + "drilldown" : "Arne Sommer", + "y" : 42, + "name" : "#8: Arne Sommer" + }, + { + "drilldown" : "Jo Christian Oterhals", + "name" : "#9: Jo Christian Oterhals", + "y" : 42 + }, + { + "name" : "#10: Kian-Meng Ang", + "y" : 42, + "drilldown" : "Kian-Meng Ang" + }, + { + "y" : 34, + "name" : "#11: Gustavo Chaves", + "drilldown" : "Gustavo Chaves" + }, + { + "drilldown" : "Athanasius", + "name" : "#12: Athanasius", + "y" : 32 + }, + { + "drilldown" : "Nick Logan", + "y" : 32, + "name" : "#13: Nick Logan" + }, + { + "drilldown" : "Andrezgz", + "name" : "#14: Andrezgz", + "y" : 30 + }, + { + "drilldown" : "Francis Whittle", + "name" : "#15: Francis Whittle", + "y" : 28 + }, + { + "drilldown" : "Lars Balker", + "y" : 28, + "name" : "#16: Lars Balker" + }, + { + "drilldown" : "Mark Senn", + "y" : 26, + "name" : "#17: Mark Senn" + }, + { + "drilldown" : "Daniel Mantovani", + "name" : "#18: Daniel Mantovani", + "y" : 22 + }, + { + "drilldown" : "Dave Jacoby", + "y" : 22, + "name" : "#19: Dave Jacoby" + }, + { + "y" : 20, + "name" : "#20: Doug Schrag", + "drilldown" : "Doug Schrag" + }, + { + "y" : 20, + "name" : "#21: Duncan C. White", + "drilldown" : "Duncan C. White" + }, + { + "name" : "#22: Robert Gratza", + "y" : 16, + "drilldown" : "Robert Gratza" + }, + { + "y" : 14, + "name" : "#23: E. Choroba", + "drilldown" : "E. Choroba" + }, + { + "y" : 14, + "name" : "#24: John Barrett", + "drilldown" : "John Barrett" + }, + { + "name" : "#25: Ozzy", + "y" : 14, + "drilldown" : "Ozzy" + }, + { + "drilldown" : "Alicia Bielsa", + "name" : "#26: Alicia Bielsa", + "y" : 12 + }, + { + "name" : "#27: Maxim Kolodyazhny", + "y" : 12, + "drilldown" : "Maxim Kolodyazhny" + }, + { + "drilldown" : "Philippe Bruhat", + "name" : "#28: Philippe Bruhat", + "y" : 12 + }, + { + "y" : 12, + "name" : "#29: Sergio Iglesias", + "drilldown" : "Sergio Iglesias" + }, + { + "drilldown" : "Arpad Toth", + "name" : "#30: Arpad Toth", + "y" : 10 + }, + { + "name" : "#31: Guillermo Ramos", + "y" : 10, + "drilldown" : "Guillermo Ramos" + }, + { + "drilldown" : "Khalid", + "name" : "#32: Khalid", + "y" : 10 + }, + { + "name" : "#33: Steve Rogerson", + "y" : 10, + "drilldown" : "Steve Rogerson" + }, + { + "name" : "#34: Veesh Goldman", + "y" : 10, + "drilldown" : "Veesh Goldman" + }, + { + "y" : 8, + "name" : "#35: Alex Daniel", + "drilldown" : "Alex Daniel" + }, + { + "y" : 8, + "name" : "#36: Bob Kleemann", + "drilldown" : "Bob Kleemann" + }, + { + "name" : "#37: Chenyf", + "y" : 8, + "drilldown" : "Chenyf" + }, + { + "drilldown" : "David Kayal", + "y" : 8, + "name" : "#38: David Kayal" + }, + { + "drilldown" : "Finley", + "name" : "#39: Finley", + "y" : 8 + }, + { + "drilldown" : "Jaime Corchado", + "y" : 8, + "name" : "#40: Jaime Corchado" + }, + { + "name" : "#41: Luis F. Uceta", + "y" : 8, + "drilldown" : "Luis F. Uceta" + }, + { + "drilldown" : "Matt Latusek", + "name" : "#42: Matt Latusek", + "y" : 8 + }, + { + "y" : 8, + "name" : "#43: Maxim Nechaev", + "drilldown" : "Maxim Nechaev" + }, + { + "name" : "#44: Neil Bowers", + "y" : 8, + "drilldown" : "Neil Bowers" + }, + { + "drilldown" : "Simon Reinhardt", + "y" : 8, + "name" : "#45: Simon Reinhardt" + }, + { + "name" : "#46: Steven Wilson", + "y" : 8, + "drilldown" : "Steven Wilson" + }, + { + "name" : "#47: Tim Smith", + "y" : 8, + "drilldown" : "Tim Smith" + }, + { + "drilldown" : "Ailbhe Tweedie", + "y" : 6, + "name" : "#48: Ailbhe Tweedie" + }, + { + "y" : 6, + "name" : "#49: Dave Cross", + "drilldown" : "Dave Cross" + }, + { + "name" : "#50: Freddie B", + "y" : 6, + "drilldown" : "Freddie B" + } + ], + "name" : "Perl Weekly Challenge Leaders" + } + ] } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 8b2c2b8552..25454bcf45 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,6 +1,65 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "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", + "Denis Yurashku", + "Doug Schrag", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Finley", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Guillermo Ramos" + ] + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-05-21 11:06:02 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "series" : [ { + "name" : "Perl 5", "data" : [ 2, 16, @@ -32,8 +91,7 @@ 2, 3, 5 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -70,63 +128,5 @@ ], "name" : "Perl 6" } - ], - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-05-20 17:09:58 GMT" - }, - "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", - "Denis Yurashku", - "Doug Schrag", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Finley", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Guillermo Ramos" - ] - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - } + ] } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index cb6179341f..ec5c01e2f4 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,50 +1,6 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-05-20 17:09:58 GMT" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "categories" : [ - "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", - "Maxim Nechaev", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Chenyf", - "Oleksii Tsvietnov", - "Ozzy" - ] - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "series" : [ { - "name" : "Perl 5", "data" : [ 13, 0, @@ -76,9 +32,11 @@ 0, 2, 0 - ] + ], + "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -90,7 +48,7 @@ 0, 1, 10, - 17, + 18, 0, 0, 0, @@ -110,23 +68,65 @@ 4, 0, 7 - ], - "name" : "Perl 6" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-05-21 11:06:02 GMT" + }, + "xAxis" : { + "categories" : [ + "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", + "Maxim Nechaev", + "Michael Schaap", + "Neil Bowers", + "Nick Logan", + "Chenyf", + "Oleksii Tsvietnov", + "Ozzy" + ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 9e7e0778f1..0ed9dd3f02 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,43 +1,6 @@ { - "subtitle" : { - "text" : "[Champions: 23] Last updated at 2019-05-20 17:09:58 GMT" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "categories" : [ - "Pavel Jurca", - "Pavel Starikov", - "Pete Houston", - "Pete Sergeant", - "Philippe Bruhat", - "Prajith P", - "Robert Gratza", - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias", - "Simon Proctor", - "Simon Reinhardt", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Tiago Stock", - "Tim Smith", - "Tore Andersson", - "Luis F. Uceta", - "Veesh Goldman", - "William Gilmore", - "Yary H", - "Yozen Hernandez" - ] - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 0, @@ -62,10 +25,10 @@ 1, 1, 2 - ] + ], + "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 0, 0, @@ -90,13 +53,15 @@ 0, 1, 0 - ] + ], + "name" : "Perl 6" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "chart" : { + "type" : "column" }, "yAxis" : { "title" : { @@ -104,8 +69,43 @@ }, "min" : 0 }, + "subtitle" : { + "text" : "[Champions: 23] Last updated at 2019-05-21 11:06:02 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "xAxis" : { + "categories" : [ + "Pavel Jurca", + "Pavel Starikov", + "Pete Houston", + "Pete Sergeant", + "Philippe Bruhat", + "Prajith P", + "Robert Gratza", + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Simon Proctor", + "Simon Reinhardt", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Tiago Stock", + "Tim Smith", + "Tore Andersson", + "Luis F. Uceta", + "Veesh Goldman", + "William Gilmore", + "Yary H", + "Yozen Hernandez" + ] } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f24aad1552..0282285bca 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,115 +1,15 @@ { + "subtitle" : { + "text" : "[Champions: 83] Last updated at 2019-05-21 11:06:01 GMT" + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" } }, - "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", - "Denis Yurashku", - "Doug Schrag", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Finley", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Guillermo Ramos", - "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", - "Maxim Nechaev", - "Michael Schaap", - "Neil Bowers", - "Nick Logan", - "Chenyf", - "Oleksii Tsvietnov", - "Ozzy", - "Pavel Jurca", - "Pavel Starikov", - "Pete Houston", - "Pete Sergeant", - "Philippe Bruhat", - "Prajith P", - "Robert Gratza", - "Ruben Westerberg", - "Sean Meininger", - "Sergio Iglesias", - "Simon Proctor", - "Simon Reinhardt", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Tiago Stock", - "Tim Smith", - "Tore Andersson", - "Luis F. Uceta", - "Veesh Goldman", - "William Gilmore", - "Yary H", - "Yozen Hernandez" - ] - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "subtitle" : { - "text" : "[Champions: 83] Last updated at 2019-05-20 17:09:57 GMT" - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 16, @@ -194,10 +94,10 @@ 1, 1, 2 - ] + ], + "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 0, 0, @@ -239,7 +139,7 @@ 0, 1, 10, - 17, + 18, 0, 0, 0, @@ -282,9 +182,109 @@ 0, 1, 0 - ] + ], + "name" : "Perl 6" } ], + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "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", + "Denis Yurashku", + "Doug Schrag", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Finley", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Guillermo Ramos", + "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", + "Maxim Nechaev", + "Michael Schaap", + "Neil Bowers", + "Nick Logan", + "Chenyf", + "Oleksii Tsvietnov", + "Ozzy", + "Pavel Jurca", + "Pavel Starikov", + "Pete Houston", + "Pete Sergeant", + "Philippe Bruhat", + "Prajith P", + "Robert Gratza", + "Ruben Westerberg", + "Sean Meininger", + "Sergio Iglesias", + "Simon Proctor", + "Simon Reinhardt", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Tiago Stock", + "Tim Smith", + "Tore Andersson", + "Luis F. Uceta", + "Veesh Goldman", + "William Gilmore", + "Yary H", + "Yozen Hernandez" + ] + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "chart" : { "type" : "column" } -- cgit