From f6c4c5c206fd08f144985e6f16004e26640b13e0 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 27 Apr 2019 10:43:36 +0100 Subject: - Added solutions by Adam Russell and Joelle Maslak. --- stats/pwc-current.json | 258 ++++++++++++--------- stats/pwc-language-breakdown.json | 128 +++++----- stats/pwc-leaders.json | 476 +++++++++++++++++++------------------- stats/pwc-summary-1-30.json | 96 ++++---- stats/pwc-summary-31-60.json | 114 ++++----- stats/pwc-summary-61-90.json | 86 +++---- stats/pwc-summary.json | 196 ++++++++-------- 7 files changed, 694 insertions(+), 660 deletions(-) (limited to 'stats') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 39ec687377..670df9174a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,15 +1,127 @@ { + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge - 005" + }, + "series" : [ + { + "name" : "Champions", + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Adam Russell", + "y" : 2, + "name" : "Adam Russell" + }, + { + "name" : "Andrezgz", + "y" : 2, + "drilldown" : "Andrezgz" + }, + { + "name" : "Daniel Mantovani", + "y" : 2, + "drilldown" : "Daniel Mantovani" + }, + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "drilldown" : "Francis Whittle", + "name" : "Francis Whittle", + "y" : 2 + }, + { + "drilldown" : "Gustavo Chaves", + "name" : "Gustavo Chaves", + "y" : 2 + }, + { + "y" : 2, + "name" : "Dr James A. Smith", + "drilldown" : "Dr James A. Smith" + }, + { + "y" : 4, + "name" : "Joelle Maslak", + "drilldown" : "Joelle Maslak" + }, + { + "y" : 2, + "name" : "John Barrett", + "drilldown" : "John Barrett" + }, + { + "y" : 2, + "name" : "Lars Balker", + "drilldown" : "Lars Balker" + }, + { + "y" : 2, + "name" : "Mark Senn", + "drilldown" : "Mark Senn" + }, + { + "drilldown" : "Robert Gratza", + "name" : "Robert Gratza", + "y" : 2 + }, + { + "drilldown" : "Simon Proctor", + "name" : "Simon Proctor", + "y" : 2 + } + ] + } + ], + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "subtitle" : { + "text" : "[Champions: 13] Last updated at 2019-04-27 09:42:49 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : 0 + }, "drilldown" : { "series" : [ { + "name" : "Adam Russell", + "id" : "Adam Russell", "data" : [ [ "Perl 5", 2 ] - ], + ] + }, + { "name" : "Andrezgz", - "id" : "Andrezgz" + "id" : "Andrezgz", + "data" : [ + [ + "Perl 5", + 2 + ] + ] }, { "data" : [ @@ -18,47 +130,47 @@ 2 ] ], - "name" : "Daniel Mantovani", - "id" : "Daniel Mantovani" + "id" : "Daniel Mantovani", + "name" : "Daniel Mantovani" }, { - "id" : "E. Choroba", "data" : [ [ "Perl 5", 2 ] ], + "id" : "E. Choroba", "name" : "E. Choroba" }, { + "name" : "Francis Whittle", + "id" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] - ], - "name" : "Francis Whittle", - "id" : "Francis Whittle" + ] }, { - "id" : "Gustavo Chaves", "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Gustavo Chaves" }, { - "id" : "Dr James A. Smith", "data" : [ [ "Perl 5", 2 ] ], + "id" : "Dr James A. Smith", "name" : "Dr James A. Smith" }, { @@ -66,10 +178,24 @@ [ "Perl 5", 2 + ], + [ + "Perl 6", + 2 ] ], - "name" : "John Barrett", - "id" : "John Barrett" + "id" : "Joelle Maslak", + "name" : "Joelle Maslak" + }, + { + "id" : "John Barrett", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "name" : "John Barrett" }, { "name" : "Lars Balker", @@ -83,131 +209,39 @@ }, { "id" : "Mark Senn", - "name" : "Mark Senn", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Mark Senn" }, { - "name" : "Robert Gratza", + "id" : "Robert Gratza", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Robert Gratza" + "name" : "Robert Gratza" }, { "name" : "Simon Proctor", + "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ], - "id" : "Simon Proctor" + ] } ] }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "tooltip" : { - "pointerFormat" : "{point.name}: {point.y:f}
", "headerFormat" : "{series.name}
", + "pointerFormat" : "{point.name}: {point.y:f}
", "followPointer" : 1 - }, - "xAxis" : { - "type" : "category" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, - "chart" : { - "type" : "column" - }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "y" : 2, - "drilldown" : "Andrezgz", - "name" : "Andrezgz" - }, - { - "name" : "Daniel Mantovani", - "drilldown" : "Daniel Mantovani", - "y" : 2 - }, - { - "y" : 2, - "drilldown" : "E. Choroba", - "name" : "E. Choroba" - }, - { - "y" : 2, - "drilldown" : "Francis Whittle", - "name" : "Francis Whittle" - }, - { - "drilldown" : "Gustavo Chaves", - "y" : 2, - "name" : "Gustavo Chaves" - }, - { - "name" : "Dr James A. Smith", - "drilldown" : "Dr James A. Smith", - "y" : 2 - }, - { - "name" : "John Barrett", - "drilldown" : "John Barrett", - "y" : 2 - }, - { - "name" : "Lars Balker", - "y" : 2, - "drilldown" : "Lars Balker" - }, - { - "name" : "Mark Senn", - "drilldown" : "Mark Senn", - "y" : 2 - }, - { - "name" : "Robert Gratza", - "y" : 2, - "drilldown" : "Robert Gratza" - }, - { - "name" : "Simon Proctor", - "y" : 2, - "drilldown" : "Simon Proctor" - } - ], - "name" : "Champions" - } - ], - "subtitle" : { - "text" : "[Champions: 11] Last updated at 2019-04-26 17:51:12 GMT" - }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 005" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 4feaf3d491..0d84c5c225 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,47 +1,21 @@ { - "series" : [ - { - "data" : [ - { - "y" : 113, - "name" : "#001 [P5=76 P6=37]", - "drilldown" : "001" - }, - { - "name" : "#002 [P5=63 P6=32]", - "y" : 95, - "drilldown" : "002" - }, - { - "y" : 58, - "name" : "#003 [P5=32 P6=26]", - "drilldown" : "003" - }, - { - "drilldown" : "004", - "y" : 75, - "name" : "#004 [P5=46 P6=29]" - }, - { - "drilldown" : "005", - "name" : "#005 [P5=14 P6=8]", - "y" : 22 - } - ], - "colorByPoint" : "true", - "name" : "Perl Weekly Challenge Languages" - } - ], - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-04-26 17:51:37 GMT" + "title" : { + "text" : "Perl Weekly Challenge Language" }, - "legend" : { - "enabled" : "false" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } }, "drilldown" : { "series" : [ { "name" : "001", + "id" : "001", "data" : [ [ "Perl 5", @@ -51,11 +25,10 @@ "Perl 6", 37 ] - ], - "id" : "001" + ] }, { - "id" : "002", + "name" : "002", "data" : [ [ "Perl 5", @@ -66,9 +39,10 @@ 32 ] ], - "name" : "002" + "id" : "002" }, { + "id" : "003", "data" : [ [ "Perl 5", @@ -79,10 +53,10 @@ 26 ] ], - "id" : "003", "name" : "003" }, { + "name" : "004", "data" : [ [ "Perl 5", @@ -93,51 +67,77 @@ 29 ] ], - "id" : "004", - "name" : "004" + "id" : "004" }, { - "name" : "005", - "id" : "005", "data" : [ [ "Perl 5", - 14 + 18 ], [ "Perl 6", - 8 + 10 ] - ] + ], + "id" : "005", + "name" : "005" } ] }, + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-04-27 09:43:02 GMT" + }, + "xAxis" : { + "type" : "category" + }, "tooltip" : { - "followPointer" : "true", "headerFormat" : "", + "followPointer" : "true", "pointFormat" : "{point.name}: {point.y:f}
" }, + "legend" : { + "enabled" : "false" + }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "title" : { - "text" : "Perl Weekly Challenge Language" - }, "chart" : { "type" : "column" }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 + "series" : [ + { + "data" : [ + { + "name" : "#001 [P5=76 P6=37]", + "y" : 113, + "drilldown" : "001" + }, + { + "name" : "#002 [P5=63 P6=32]", + "drilldown" : "002", + "y" : 95 + }, + { + "drilldown" : "003", + "y" : 58, + "name" : "#003 [P5=32 P6=26]" + }, + { + "drilldown" : "004", + "y" : 75, + "name" : "#004 [P5=46 P6=29]" + }, + { + "name" : "#005 [P5=18 P6=10]", + "drilldown" : "005", + "y" : 28 + } + ], + "colorByPoint" : "true", + "name" : "Perl Weekly Challenge Languages" } - }, - "xAxis" : { - "type" : "category" - } + ] } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index cacc337d29..0fd1016e0e 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,79 +1,74 @@ { - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-04-26 17:51:26 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Score" - } + "chart" : { + "type" : "column" }, "series" : [ { "data" : [ { + "y" : 40, + "drilldown" : "Joelle Maslak", + "name" : "#1: Joelle Maslak" + }, + { + "name" : "#2: Laurent Rosenfeld", "y" : 38, - "drilldown" : "Laurent Rosenfeld", - "name" : "#1: Laurent Rosenfeld" + "drilldown" : "Laurent Rosenfeld" }, { - "name" : "#2: Dr James A. Smith", "drilldown" : "Dr James A. Smith", - "y" : 36 + "y" : 36, + "name" : "#3: Dr James A. Smith" }, { - "name" : "#3: Simon Proctor", + "y" : 34, "drilldown" : "Simon Proctor", - "y" : 34 + "name" : "#4: Simon Proctor" }, { - "name" : "#4: Jaldhar H. Vyas", + "name" : "#5: Jaldhar H. Vyas", "y" : 32, "drilldown" : "Jaldhar H. Vyas" }, { - "name" : "#5: Jo Christian Oterhals", + "drilldown" : "Jo Christian Oterhals", "y" : 32, - "drilldown" : "Jo Christian Oterhals" + "name" : "#6: Jo Christian Oterhals" }, { - "name" : "#6: Joelle Maslak", - "drilldown" : "Joelle Maslak", + "name" : "#7: Nick Logan", + "drilldown" : "Nick Logan", "y" : 32 }, { - "name" : "#7: Nick Logan", - "y" : 32, - "drilldown" : "Nick Logan" + "name" : "#8: Adam Russell", + "drilldown" : "Adam Russell", + "y" : 30 }, { - "name" : "#8: Lars Balker", + "name" : "#9: Lars Balker", "drilldown" : "Lars Balker", "y" : 28 }, { - "name" : "#9: Mark Senn", + "drilldown" : "Mark Senn", "y" : 26, - "drilldown" : "Mark Senn" - }, - { - "name" : "#10: Adam Russell", - "drilldown" : "Adam Russell", - "y" : 24 + "name" : "#10: Mark Senn" }, { + "name" : "#11: Ruben Westerberg", "y" : 24, - "drilldown" : "Ruben Westerberg", - "name" : "#11: Ruben Westerberg" + "drilldown" : "Ruben Westerberg" }, { + "name" : "#12: Gustavo Chaves", "y" : 22, - "drilldown" : "Gustavo Chaves", - "name" : "#12: Gustavo Chaves" + "drilldown" : "Gustavo Chaves" }, { - "drilldown" : "Kian-Meng Ang", + "name" : "#13: Kian-Meng Ang", "y" : 22, - "name" : "#13: Kian-Meng Ang" + "drilldown" : "Kian-Meng Ang" }, { "name" : "#14: Andrezgz", @@ -82,8 +77,8 @@ }, { "name" : "#15: Arne Sommer", - "y" : 18, - "drilldown" : "Arne Sommer" + "drilldown" : "Arne Sommer", + "y" : 18 }, { "name" : "#16: Francis Whittle", @@ -91,9 +86,9 @@ "y" : 18 }, { + "name" : "#17: Athanasius", "y" : 16, - "drilldown" : "Athanasius", - "name" : "#17: Athanasius" + "drilldown" : "Athanasius" }, { "name" : "#18: Doug Schrag", @@ -101,33 +96,33 @@ "y" : 16 }, { - "y" : 16, "drilldown" : "Robert Gratza", + "y" : 16, "name" : "#19: Robert Gratza" }, { - "y" : 14, + "name" : "#20: John Barrett", "drilldown" : "John Barrett", - "name" : "#20: John Barrett" + "y" : 14 }, { - "name" : "#21: Daniel Mantovani", + "drilldown" : "Daniel Mantovani", "y" : 12, - "drilldown" : "Daniel Mantovani" + "name" : "#21: Daniel Mantovani" }, { + "name" : "#22: Duncan C. White", "y" : 12, - "drilldown" : "Duncan C. White", - "name" : "#22: Duncan C. White" + "drilldown" : "Duncan C. White" }, { - "name" : "#23: Philippe Bruhat", + "y" : 12, "drilldown" : "Philippe Bruhat", - "y" : 12 + "name" : "#23: Philippe Bruhat" }, { - "y" : 12, "drilldown" : "Sergio Iglesias", + "y" : 12, "name" : "#24: Sergio Iglesias" }, { @@ -136,13 +131,13 @@ "drilldown" : "Khalid" }, { - "name" : "#26: Steve Rogerson", "drilldown" : "Steve Rogerson", - "y" : 10 + "y" : 10, + "name" : "#26: Steve Rogerson" }, { - "y" : 10, "drilldown" : "Veesh Goldman", + "y" : 10, "name" : "#27: Veesh Goldman" }, { @@ -151,19 +146,19 @@ "name" : "#28: Alex Daniel" }, { - "name" : "#29: Arpad Toth", "drilldown" : "Arpad Toth", - "y" : 8 + "y" : 8, + "name" : "#29: Arpad Toth" }, { - "drilldown" : "Bob Kleemann", "y" : 8, + "drilldown" : "Bob Kleemann", "name" : "#30: Bob Kleemann" }, { "name" : "#31: Chenyf", - "y" : 8, - "drilldown" : "Chenyf" + "drilldown" : "Chenyf", + "y" : 8 }, { "drilldown" : "David Kayal", @@ -177,38 +172,38 @@ }, { "name" : "#34: Maxim Kolodyazhny", - "y" : 8, - "drilldown" : "Maxim Kolodyazhny" + "drilldown" : "Maxim Kolodyazhny", + "y" : 8 }, { - "y" : 8, "drilldown" : "Ozzy", + "y" : 8, "name" : "#35: Ozzy" }, { "name" : "#36: Simon Reinhardt", - "drilldown" : "Simon Reinhardt", - "y" : 8 + "y" : 8, + "drilldown" : "Simon Reinhardt" }, { - "name" : "#37: Steven Wilson", + "drilldown" : "Steven Wilson", "y" : 8, - "drilldown" : "Steven Wilson" + "name" : "#37: Steven Wilson" }, { - "name" : "#38: Ailbhe Tweedie", "drilldown" : "Ailbhe Tweedie", - "y" : 6 + "y" : 6, + "name" : "#38: Ailbhe Tweedie" }, { - "name" : "#39: Dave Cross", + "drilldown" : "Dave Cross", "y" : 6, - "drilldown" : "Dave Cross" + "name" : "#39: Dave Cross" }, { + "name" : "#40: Dave Jacoby", "drilldown" : "Dave Jacoby", - "y" : 6, - "name" : "#40: Dave Jacoby" + "y" : 6 }, { "name" : "#41: E. Choroba", @@ -221,34 +216,34 @@ "drilldown" : "Freddie B" }, { + "name" : "#43: Jeremy Carman", "drilldown" : "Jeremy Carman", - "y" : 6, - "name" : "#43: Jeremy Carman" + "y" : 6 }, { - "name" : "#44: Kivanc Yazan", + "drilldown" : "Kivanc Yazan", "y" : 6, - "drilldown" : "Kivanc Yazan" + "name" : "#44: Kivanc Yazan" }, { - "drilldown" : "Neil Bowers", "y" : 6, + "drilldown" : "Neil Bowers", "name" : "#45: Neil Bowers" }, { + "name" : "#46: Pete Houston", "drilldown" : "Pete Houston", - "y" : 6, - "name" : "#46: Pete Houston" + "y" : 6 }, { - "name" : "#47: Sean Meininger", + "drilldown" : "Sean Meininger", "y" : 6, - "drilldown" : "Sean Meininger" + "name" : "#47: Sean Meininger" }, { "name" : "#48: Abigail", - "y" : 4, - "drilldown" : "Abigail" + "drilldown" : "Abigail", + "y" : 4 }, { "name" : "#49: Alicia Bielsa", @@ -265,50 +260,42 @@ "colorByPoint" : "true" } ], - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "", - "followPointer" : "true" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, "drilldown" : { "series" : [ { - "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld", + "name" : "Joelle Maslak", + "id" : "Joelle Maslak", "data" : [ [ "Perl 5", - 8 + 10 ], [ - "Blog", - 4 + "Perl 6", + 10 + ] + ] + }, + { + "name" : "Laurent Rosenfeld", + "id" : "Laurent Rosenfeld", + "data" : [ + [ + "Perl 5", + 8 ], [ "Perl 6", 7 + ], + [ + "Blog", + 4 ] ] }, { + "name" : "Dr James A. Smith", "data" : [ [ "Perl 5", @@ -319,30 +306,28 @@ 8 ] ], - "name" : "Dr James A. Smith", "id" : "Dr James A. Smith" }, { - "id" : "Simon Proctor", "name" : "Simon Proctor", "data" : [ - [ - "Perl 6", - 10 - ], [ "Blog", 3 ], + [ + "Perl 6", + 10 + ], [ "Perl 5", 4 ] - ] + ], + "id" : "Simon Proctor" }, { "name" : "Jaldhar H. Vyas", - "id" : "Jaldhar H. Vyas", "data" : [ [ "Perl 6", @@ -352,57 +337,56 @@ "Perl 5", 8 ] - ] + ], + "id" : "Jaldhar H. Vyas" }, { + "id" : "Jo Christian Oterhals", "data" : [ [ - "Blog", - 4 + "Perl 6", + 6 ], [ "Perl 5", 6 ], [ - "Perl 6", - 6 + "Blog", + 4 ] ], - "id" : "Jo Christian Oterhals", "name" : "Jo Christian Oterhals" }, { + "id" : "Nick Logan", "data" : [ [ - "Perl 5", + "Perl 6", 8 ], [ - "Perl 6", + "Perl 5", 8 ] ], - "id" : "Joelle Maslak", - "name" : "Joelle Maslak" + "name" : "Nick Logan" }, { - "id" : "Nick Logan", - "name" : "Nick Logan", "data" : [ [ - "Perl 6", - 8 + "Perl 5", + 10 ], [ - "Perl 5", - 8 + "Blog", + 5 ] - ] + ], + "id" : "Adam Russell", + "name" : "Adam Russell" }, { - "id" : "Lars Balker", - "name" : "Lars Balker", "data" : [ [ "Perl 6", @@ -412,11 +396,11 @@ "Perl 5", 10 ] - ] + ], + "id" : "Lars Balker", + "name" : "Lars Balker" }, { - "name" : "Mark Senn", - "id" : "Mark Senn", "data" : [ [ "Perl 6", @@ -426,39 +410,27 @@ "Blog", 3 ] - ] - }, - { - "name" : "Adam Russell", - "id" : "Adam Russell", - "data" : [ - [ - "Perl 5", - 8 - ], - [ - "Blog", - 4 - ] - ] + ], + "id" : "Mark Senn", + "name" : "Mark Senn" }, { - "name" : "Ruben Westerberg", "id" : "Ruben Westerberg", "data" : [ [ - "Perl 6", + "Perl 5", 6 ], [ - "Perl 5", + "Perl 6", 6 ] - ] + ], + "name" : "Ruben Westerberg" }, { - "id" : "Gustavo Chaves", "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves", "data" : [ [ "Perl 5", @@ -481,8 +453,8 @@ 8 ] ], - "name" : "Kian-Meng Ang", - "id" : "Kian-Meng Ang" + "id" : "Kian-Meng Ang", + "name" : "Kian-Meng Ang" }, { "name" : "Andrezgz", @@ -505,44 +477,45 @@ 6 ] ], - "name" : "Arne Sommer", - "id" : "Arne Sommer" + "id" : "Arne Sommer", + "name" : "Arne Sommer" }, { "data" : [ - [ - "Blog", - 3 - ], [ "Perl 6", 6 + ], + [ + "Blog", + 3 ] ], "id" : "Francis Whittle", "name" : "Francis Whittle" }, { - "name" : "Athanasius", - "id" : "Athanasius", "data" : [ [ "Perl 5", 8 ] - ] + ], + "id" : "Athanasius", + "name" : "Athanasius" }, { "name" : "Doug Schrag", - "id" : "Doug Schrag", "data" : [ [ "Perl 6", 8 ] - ] + ], + "id" : "Doug Schrag" }, { + "name" : "Robert Gratza", "data" : [ [ "Perl 6", @@ -553,18 +526,17 @@ 2 ] ], - "id" : "Robert Gratza", - "name" : "Robert Gratza" + "id" : "Robert Gratza" }, { - "id" : "John Barrett", - "name" : "John Barrett", "data" : [ [ "Perl 5", 7 ] - ] + ], + "id" : "John Barrett", + "name" : "John Barrett" }, { "data" : [ @@ -573,56 +545,56 @@ 6 ] ], - "name" : "Daniel Mantovani", - "id" : "Daniel Mantovani" + "id" : "Daniel Mantovani", + "name" : "Daniel Mantovani" }, { "id" : "Duncan C. White", - "name" : "Duncan C. White", "data" : [ [ "Perl 5", 6 ] - ] + ], + "name" : "Duncan C. White" }, { - "id" : "Philippe Bruhat", - "name" : "Philippe Bruhat", "data" : [ - [ - "Perl 5", - 4 - ], [ "Blog", 2 + ], + [ + "Perl 5", + 4 ] - ] + ], + "id" : "Philippe Bruhat", + "name" : "Philippe Bruhat" }, { + "name" : "Sergio Iglesias", + "id" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] - ], - "name" : "Sergio Iglesias", - "id" : "Sergio Iglesias" + ] }, { + "name" : "Khalid", "data" : [ - [ - "Blog", - 1 - ], [ "Perl 5", 4 + ], + [ + "Blog", + 1 ] ], - "id" : "Khalid", - "name" : "Khalid" + "id" : "Khalid" }, { "data" : [ @@ -640,17 +612,17 @@ }, { "id" : "Veesh Goldman", - "name" : "Veesh Goldman", "data" : [ [ "Perl 5", 5 ] - ] + ], + "name" : "Veesh Goldman" }, { - "id" : "Alex Daniel", "name" : "Alex Daniel", + "id" : "Alex Daniel", "data" : [ [ "Perl 6", @@ -669,54 +641,54 @@ ] }, { + "name" : "Bob Kleemann", "data" : [ [ "Perl 5", 4 ] ], - "name" : "Bob Kleemann", "id" : "Bob Kleemann" }, { "name" : "Chenyf", - "id" : "Chenyf", "data" : [ [ "Perl 6", 4 ] - ] + ], + "id" : "Chenyf" }, { + "name" : "David Kayal", + "id" : "David Kayal", "data" : [ [ "Perl 5", 4 ] - ], - "name" : "David Kayal", - "id" : "David Kayal" + ] }, { + "id" : "Matt Latusek", "data" : [ [ "Perl 5", 4 ] ], - "name" : "Matt Latusek", - "id" : "Matt Latusek" + "name" : "Matt Latusek" }, { "name" : "Maxim Kolodyazhny", - "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 4 ] - ] + ], + "id" : "Maxim Kolodyazhny" }, { "name" : "Ozzy", @@ -729,36 +701,37 @@ ] }, { + "name" : "Simon Reinhardt", "data" : [ [ "Perl 5", 4 ] ], - "id" : "Simon Reinhardt", - "name" : "Simon Reinhardt" + "id" : "Simon Reinhardt" }, { "id" : "Steven Wilson", - "name" : "Steven Wilson", "data" : [ [ "Perl 5", 4 ] - ] + ], + "name" : "Steven Wilson" }, { - "id" : "Ailbhe Tweedie", - "name" : "Ailbhe Tweedie", "data" : [ [ "Perl 5", 3 ] - ] + ], + "id" : "Ailbhe Tweedie", + "name" : "Ailbhe Tweedie" }, { + "name" : "Dave Cross", "data" : [ [ "Perl 5", @@ -769,26 +742,24 @@ 1 ] ], - "name" : "Dave Cross", "id" : "Dave Cross" }, { + "id" : "Dave Jacoby", "data" : [ - [ - "Blog", - 2 - ], [ "Perl 5", 1 + ], + [ + "Blog", + 2 ] ], - "name" : "Dave Jacoby", - "id" : "Dave Jacoby" + "name" : "Dave Jacoby" }, { "name" : "E. Choroba", - "id" : "E. Choroba", "data" : [ [ "Blog", @@ -798,19 +769,21 @@ "Perl 5", 2 ] - ] + ], + "id" : "E. Choroba" }, { + "id" : "Freddie B", "data" : [ [ "Perl 5", 3 ] ], - "id" : "Freddie B", "name" : "Freddie B" }, { + "id" : "Jeremy Carman", "data" : [ [ "Perl 6", @@ -821,7 +794,6 @@ 2 ] ], - "id" : "Jeremy Carman", "name" : "Jeremy Carman" }, { @@ -835,34 +807,34 @@ ] }, { - "name" : "Neil Bowers", "id" : "Neil Bowers", "data" : [ [ "Perl 5", 3 ] - ] + ], + "name" : "Neil Bowers" }, { - "name" : "Pete Houston", "id" : "Pete Houston", "data" : [ [ "Perl 5", 3 ] - ] + ], + "name" : "Pete Houston" }, { + "name" : "Sean Meininger", + "id" : "Sean Meininger", "data" : [ [ "Perl 6", 3 ] - ], - "id" : "Sean Meininger", - "name" : "Sean Meininger" + ] }, { "data" : [ @@ -871,12 +843,12 @@ 2 ] ], - "name" : "Abigail", - "id" : "Abigail" + "id" : "Abigail", + "name" : "Abigail" }, { - "id" : "Alicia Bielsa", "name" : "Alicia Bielsa", + "id" : "Alicia Bielsa", "data" : [ [ "Perl 5", @@ -896,7 +868,35 @@ } ] }, + "tooltip" : { + "followPointer" : "true", + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "" + }, "legend" : { "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "xAxis" : { + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : "Total Score" + } + }, + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-04-27 09:43:00 GMT" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 331ac214d4..358025199a 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,30 +1,65 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "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", + "E. Choroba", + "Eddy HS", + "Finley", + "Francis Whittle", + "Fred Zinn", + "Freddie B", + "Gustavo Chaves", + "Jacques Guinnebault" + ] + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-26 17:51:12 GMT" + "text" : "[Champions: 30] Last updated at 2019-04-27 09:42:50 GMT" }, "chart" : { "type" : "column" }, "series" : [ { + "name" : "Perl 5", "data" : [ 2, - 8, + 10, 3, 0, 0, @@ -53,10 +88,10 @@ 3, 7, 0 - ], - "name" : "Perl 5" + ] }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -88,44 +123,9 @@ 0, 0, 0 - ], - "name" : "Perl 6" + ] } ], - "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", - "E. Choroba", - "Eddy HS", - "Finley", - "Francis Whittle", - "Fred Zinn", - "Freddie B", - "Gustavo Chaves", - "Jacques Guinnebault" - ] - }, "title" : { "text" : "Perl Weekly Challenge - 2019" } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index aeb48e3ca0..cdf93594f7 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,4 +1,59 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "xAxis" : { + "categories" : [ + "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" + ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-04-27 09:42:50 GMT" + }, + "chart" : { + "type" : "column" + }, "series" : [ { "name" : "Perl 5", @@ -11,7 +66,7 @@ 1, 0, 6, - 8, + 10, 7, 2, 4, @@ -46,7 +101,7 @@ 0, 1, 6, - 8, + 10, 0, 0, 0, @@ -71,62 +126,7 @@ ] } ], - "chart" : { - "type" : "column" - }, - "xAxis" : { - "categories" : [ - "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" - ] - }, "title" : { "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-04-26 17:51:12 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 85cffb7ebd..5a65461a19 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,48 +1,6 @@ { - "subtitle" : { - "text" : "[Champions: 16] Last updated at 2019-04-26 17:51:12 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "xAxis" : { - "categories" : [ - "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", - "Veesh Goldman", - "William Gilmore", - "Yary H" - ] - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "series" : [ { - "name" : "Perl 5", "data" : [ 2, 2, @@ -60,7 +18,8 @@ 5, 1, 1 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -84,7 +43,48 @@ ] } ], + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "chart" : { "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 16] Last updated at 2019-04-27 09:42:50 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "xAxis" : { + "categories" : [ + "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", + "Veesh Goldman", + "William Gilmore", + "Yary H" + ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 42cf7c00f5..65b7a699c0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,114 +1,28 @@ { + "subtitle" : { + "text" : "[Champions: 76] Last updated at 2019-04-27 09:42:49 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, - "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", - "E. Choroba", - "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", - "Tim Smith", - "Tore Andersson", - "Veesh Goldman", - "William Gilmore", - "Yary H" - ] - }, "tooltip" : { "pointFormat" : "{series.name}: {point.y}
", "shared" : 1 }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 76] Last updated at 2019-04-26 17:51:12 GMT" - }, "series" : [ { "name" : "Perl 5", "data" : [ 2, - 8, + 10, 3, 0, 0, @@ -145,7 +59,7 @@ 1, 0, 6, - 8, + 10, 7, 2, 4, @@ -226,7 +140,7 @@ 0, 1, 6, - 8, + 10, 0, 0, 0, @@ -266,5 +180,91 @@ 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", + "E. Choroba", + "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", + "Tim Smith", + "Tore Andersson", + "Veesh Goldman", + "William Gilmore", + "Yary H" + ] + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + } } -- cgit From a8961ecd8cdffcac899c1152fd40d8dd919743f2 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 28 Apr 2019 09:25:03 +0100 Subject: - Updated chart stats. --- stats/pwc-current.json | 141 ++++--- stats/pwc-language-breakdown.json | 88 ++-- stats/pwc-leaders.json | 850 +++++++++++++++++++------------------- stats/pwc-summary-1-30.json | 94 ++--- stats/pwc-summary-31-60.json | 38 +- stats/pwc-summary-61-90.json | 62 +-- stats/pwc-summary.json | 190 ++++----- 7 files changed, 741 insertions(+), 722 deletions(-) (limited to 'stats') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 670df9174a..8161441f54 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,32 +1,28 @@ { - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge - 005" - }, "series" : [ { - "name" : "Champions", "colorByPoint" : 1, + "name" : "Champions", "data" : [ { + "name" : "Adam Russell", "drilldown" : "Adam Russell", + "y" : 2 + }, + { "y" : 2, - "name" : "Adam Russell" + "drilldown" : "Andrezgz", + "name" : "Andrezgz" }, { - "name" : "Andrezgz", + "name" : "Athanasius", "y" : 2, - "drilldown" : "Andrezgz" + "drilldown" : "Athanasius" }, { - "name" : "Daniel Mantovani", + "drilldown" : "Daniel Mantovani", "y" : 2, - "drilldown" : "Daniel Mantovani" + "name" : "Daniel Mantovani" }, { "drilldown" : "E. Choroba", @@ -35,47 +31,47 @@ }, { "drilldown" : "Francis Whittle", - "name" : "Francis Whittle", - "y" : 2 + "y" : 2, + "name" : "Francis Whittle" }, { - "drilldown" : "Gustavo Chaves", "name" : "Gustavo Chaves", - "y" : 2 + "y" : 2, + "drilldown" : "Gustavo Chaves" }, { "y" : 2, - "name" : "Dr James A. Smith", - "drilldown" : "Dr James A. Smith" + "drilldown" : "Dr James A. Smith", + "name" : "Dr James A. Smith" }, { "y" : 4, - "name" : "Joelle Maslak", - "drilldown" : "Joelle Maslak" + "drilldown" : "Joelle Maslak", + "name" : "Joelle Maslak" }, { + "drilldown" : "John Barrett", "y" : 2, - "name" : "John Barrett", - "drilldown" : "John Barrett" + "name" : "John Barrett" }, { - "y" : 2, "name" : "Lars Balker", - "drilldown" : "Lars Balker" + "drilldown" : "Lars Balker", + "y" : 2 }, { - "y" : 2, "name" : "Mark Senn", + "y" : 2, "drilldown" : "Mark Senn" }, { "drilldown" : "Robert Gratza", - "name" : "Robert Gratza", - "y" : 2 + "y" : 2, + "name" : "Robert Gratza" }, { - "drilldown" : "Simon Proctor", "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", "y" : 2 } ] @@ -85,33 +81,41 @@ "series" : { "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" } } }, - "subtitle" : { - "text" : "[Champions: 13] Last updated at 2019-04-27 09:42:49 GMT" + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge - 005" }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "legend" : { - "enabled" : 0 + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "{series.name}
", + "pointerFormat" : "{point.name}: {point.y:f}
" + }, + "chart" : { + "type" : "column" }, "drilldown" : { "series" : [ { - "name" : "Adam Russell", - "id" : "Adam Russell", "data" : [ [ "Perl 5", 2 ] - ] + ], + "id" : "Adam Russell", + "name" : "Adam Russell" }, { "name" : "Andrezgz", @@ -124,56 +128,67 @@ ] }, { + "name" : "Athanasius", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Daniel Mantovani", - "name" : "Daniel Mantovani" + "id" : "Athanasius" }, { + "name" : "Daniel Mantovani", "data" : [ [ "Perl 5", 2 ] ], - "id" : "E. Choroba", - "name" : "E. Choroba" + "id" : "Daniel Mantovani" + }, + { + "name" : "E. Choroba", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "E. Choroba" }, { - "name" : "Francis Whittle", "id" : "Francis Whittle", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Francis Whittle" }, { - "name" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Gustavo Chaves" + "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves" }, { + "name" : "Dr James A. Smith", + "id" : "Dr James A. Smith", "data" : [ [ "Perl 5", 2 ] - ], - "id" : "Dr James A. Smith", - "name" : "Dr James A. Smith" + ] }, { + "id" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -184,18 +199,17 @@ 2 ] ], - "id" : "Joelle Maslak", "name" : "Joelle Maslak" }, { + "name" : "John Barrett", "id" : "John Barrett", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "John Barrett" + ] }, { "name" : "Lars Balker", @@ -208,40 +222,41 @@ "id" : "Lars Balker" }, { - "id" : "Mark Senn", "data" : [ [ "Perl 6", 2 ] ], + "id" : "Mark Senn", "name" : "Mark Senn" }, { - "id" : "Robert Gratza", "data" : [ [ "Perl 6", 2 ] ], + "id" : "Robert Gratza", "name" : "Robert Gratza" }, { - "name" : "Simon Proctor", - "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Simon Proctor", + "name" : "Simon Proctor" } ] }, - "tooltip" : { - "headerFormat" : "{series.name}
", - "pointerFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1 + "subtitle" : { + "text" : "[Champions: 14] Last updated at 2019-04-28 08:22:07 GMT" + }, + "legend" : { + "enabled" : 0 } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 0d84c5c225..a336a2c2e7 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -2,20 +2,34 @@ "ti