From d47108fb2faeb3b23f6ad108fc6685586d87b88c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 17 Jun 2019 15:04:07 +0100 Subject: - Added solution by Joe Tym. --- stats/pwc-current.json | 98 ++-- stats/pwc-language-breakdown-summary.json | 70 +-- stats/pwc-language-breakdown.json | 132 ++--- stats/pwc-leaders.json | 856 +++++++++++++++--------------- stats/pwc-summary-1-30.json | 110 ++-- stats/pwc-summary-31-60.json | 18 +- stats/pwc-summary-61-90.json | 96 ++-- stats/pwc-summary-91-120.json | 64 +-- stats/pwc-summary.json | 244 ++++----- 9 files changed, 844 insertions(+), 844 deletions(-) diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 10c4cc26f5..6ced4bba5e 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,93 +1,93 @@ { - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 013" - }, - "legend" : { - "enabled" : 0 - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-06-17 13:43:59 GMT" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "{series.name}
", - "pointFormat" : "{point.name}: {point.y:f}
" - }, "drilldown" : { "series" : [ { "name" : "Joelle Maslak", - "id" : "Joelle Maslak", "data" : [ [ "Perl 6", 1 ] - ] + ], + "id" : "Joelle Maslak" }, { - "name" : "Kevin Colyer", + "id" : "Kevin Colyer", "data" : [ [ "Perl 6", 2 ] ], - "id" : "Kevin Colyer" + "name" : "Kevin Colyer" }, { - "id" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] ], - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "id" : "Simon Proctor" } ] }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge - 013" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1, + "headerFormat" : "{series.name}
" + }, + "xAxis" : { + "type" : "category" + }, "series" : [ { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 013", "data" : [ { "name" : "Joelle Maslak", - "drilldown" : "Joelle Maslak", - "y" : 1 + "y" : 1, + "drilldown" : "Joelle Maslak" }, { - "name" : "Kevin Colyer", + "drilldown" : "Kevin Colyer", "y" : 2, - "drilldown" : "Kevin Colyer" + "name" : "Kevin Colyer" }, { - "y" : 1, "drilldown" : "Simon Proctor", + "y" : 1, "name" : "Simon Proctor" } - ], - "name" : "Perl Weekly Challenge - 013", - "colorByPoint" : 1 + ] } - ] + ], + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2019-06-17 14:03:09 GMT" + } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index abf25c79ab..61528e7709 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,7 +1,4 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "xAxis" : { "type" : "category", "labels" : { @@ -11,20 +8,29 @@ } } }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2019-06-17 14:03:17 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "align" : "right", - "rotation" : -90, - "y" : 10, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF" - }, "data" : [ [ "Blog", @@ -39,25 +45,19 @@ 293 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90, + "enabled" : "true" + } } - ], - "subtitle" : { - "text" : "Last updated at 2019-06-17 13:44:12 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - } + ] } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index e17becad65..187d796baa 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,23 +1,32 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "followPointer" : "true", - "headerFormat" : "", - "pointFormat" : "Challenge {point.name}: {point.y:f}
" - }, "chart" : { "type" : "column" }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-17 14:03:17 GMT" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "xAxis" : { + "type" : "category" + }, "series" : [ { - "colorByPoint" : "true", "name" : "Perl Weekly Challenge Languages", "data" : [ { @@ -26,54 +35,54 @@ "y" : 123 }, { - "y" : 104, + "drilldown" : "002", "name" : "#002", - "drilldown" : "002" + "y" : 104 }, { - "y" : 66, + "drilldown" : "003", "name" : "#003", - "drilldown" : "003" + "y" : 66 }, { - "y" : 84, + "drilldown" : "004", "name" : "#004", - "drilldown" : "004" + "y" : 84 }, { - "drilldown" : "005", + "y" : 66, "name" : "#005", - "y" : 66 + "drilldown" : "005" }, { - "name" : "#006", "drilldown" : "006", + "name" : "#006", "y" : 47 }, { - "y" : 54, "name" : "#007", - "drilldown" : "007" + "drilldown" : "007", + "y" : 54 }, { - "y" : 67, + "name" : "#008", "drilldown" : "008", - "name" : "#008" + "y" : 67 }, { - "y" : 62, + "drilldown" : "009", "name" : "#009", - "drilldown" : "009" + "y" : 62 }, { - "y" : 58, + "name" : "#010", "drilldown" : "010", - "name" : "#010" + "y" : 58 }, { "y" : 75, - "name" : "#011", - "drilldown" : "011" + "drilldown" : "011", + "name" : "#011" }, { "y" : 80, @@ -82,21 +91,18 @@ }, { "y" : 4, - "drilldown" : "013", - "name" : "#013" + "name" : "#013", + "drilldown" : "013" } - ] + ], + "colorByPoint" : "true" } ], - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-17 13:44:12 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Language" - }, "drilldown" : { "series" : [ { + "id" : "001", + "name" : "001", "data" : [ [ "Perl 5", @@ -110,11 +116,10 @@ "Blog", 10 ] - ], - "name" : "001", - "id" : "001" + ] }, { + "id" : "002", "name" : "002", "data" : [ [ @@ -129,12 +134,10 @@ "Blog", 9 ] - ], - "id" : "002" + ] }, { "id" : "003", - "name" : "003", "data" : [ [ "Perl 5", @@ -148,10 +151,12 @@ "Blog", 8 ] - ] + ], + "name" : "003" }, { "id" : "004", + "name" : "004", "data" : [ [ "Perl 5", @@ -165,8 +170,7 @@ "Blog", 9 ] - ], - "name" : "004" + ] }, { "data" : [ @@ -187,7 +191,6 @@ "id" : "005" }, { - "name" : "006", "data" : [ [ "Perl 5", @@ -202,6 +205,7 @@ 6 ] ], + "name" : "006", "id" : "006" }, { @@ -241,6 +245,7 @@ ] }, { + "name" : "009", "data" : [ [ "Perl 5", @@ -255,11 +260,11 @@ 11 ] ], - "name" : "009", "id" : "009" }, { "id" : "010", + "name" : "010", "data" : [ [ "Perl 5", @@ -273,8 +278,7 @@ "Blog", 9 ] - ], - "name" : "010" + ] }, { "data" : [ @@ -295,8 +299,6 @@ "id" : "011" }, { - "id" : "012", - "name" : "012", "data" : [ [ "Perl 5", @@ -310,10 +312,11 @@ "Blog", 9 ] - ] + ], + "name" : "012", + "id" : "012" }, { - "name" : "013", "data" : [ [ "Perl 5", @@ -328,20 +331,17 @@ 0 ] ], + "name" : "013", "id" : "013" } ] }, - "xAxis" : { - "type" : "category" + "title" : { + "text" : "Perl Weekly Challenge Language" }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "tooltip" : { + "followPointer" : "true", + "pointFormat" : "Challenge {point.name}: {point.y:f}
", + "headerFormat" : "" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index e9910985e6..d4ef119f07 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,319 +1,26 @@ { - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, - "series" : [ - { - "data" : [ - { - "name" : "#1: Joelle Maslak", - "y" : 126, - "drilldown" : "Joelle Maslak" - }, - { - "y" : 122, - "name" : "#2: Laurent Rosenfeld", - "drilldown" : "Laurent Rosenfeld" - }, - { - "y" : 96, - "name" : "#3: Jaldhar H. Vyas", - "drilldown" : "Jaldhar H. Vyas" - }, - { - "drilldown" : "Ruben Westerberg", - "name" : "#4: Ruben Westerberg", - "y" : 84 - }, - { - "drilldown" : "Adam Russell", - "y" : 72, - "name" : "#5: Adam Russell" - }, - { - "y" : 64, - "name" : "#6: Arne Sommer", - "drilldown" : "Arne Sommer" - }, - { - "drilldown" : "Kian-Meng Ang", - "y" : 64, - "name" : "#7: Kian-Meng Ang" - }, - { - "name" : "#8: Simon Proctor", - "y" : 62, - "drilldown" : "Simon Proctor" - }, - { - "drilldown" : "Athanasius", - "y" : 56, - "name" : "#9: Athanasius" - }, - { - "drilldown" : "Francis Whittle", - "name" : "#10: Francis Whittle", - "y" : 50 - }, - { - "drilldown" : "Gustavo Chaves", - "y" : 50, - "name" : "#11: Gustavo Chaves" - }, - { - "y" : 48, - "name" : "#12: E. Choroba", - "drilldown" : "E. Choroba" - }, - { - "y" : 48, - "name" : "#13: Jo Christian Oterhals", - "drilldown" : "Jo Christian Oterhals" - }, - { - "drilldown" : "Andrezgz", - "name" : "#14: Andrezgz", - "y" : 46 - }, - { - "y" : 44, - "name" : "#15: Dave Jacoby", - "drilldown" : "Dave Jacoby" - }, - { - "y" : 44, - "name" : "#16: Dr James A. Smith", - "drilldown" : "Dr James A. Smith" - }, - { - "name" : "#17: Daniel Mantovani", - "y" : 36, - "drilldown" : "Daniel Mantovani" - }, - { - "name" : "#18: Duncan C. White", - "y" : 36, - "drilldown" : "Duncan C. White" - }, - { - "name" : "#19: Mark Senn", - "y" : 32, - "drilldown" : "Mark Senn" - }, - { - "drilldown" : "Nick Logan", - "y" : 32, - "name" : "#20: Nick Logan" - }, - { - "y" : 28, - "name" : "#21: Lars Balker", - "drilldown" : "Lars Balker" - }, - { - "y" : 28, - "name" : "#22: Yozen Hernandez", - "drilldown" : "Yozen Hernandez" - }, - { - "drilldown" : "Steven Wilson", - "name" : "#23: Steven Wilson", - "y" : 26 - }, - { - "drilldown" : "Alicia Bielsa", - "y" : 22, - "name" : "#24: Alicia Bielsa" - }, - { - "drilldown" : "Feng Chang", - "name" : "#25: Feng Chang", - "y" : 22 - }, - { - "y" : 22, - "name" : "#26: Ozzy", - "drilldown" : "Ozzy" - }, - { - "drilldown" : "Doug Schrag", - "name" : "#27: Doug Schrag", - "y" : 20 - }, - { - "y" : 20, - "name" : "#28: Maxim Nechaev", - "drilldown" : "Maxim Nechaev" - }, - { - "y" : 18, - "name" : "#29: Guillermo Ramos", - "drilldown" : "Guillermo Ramos" - }, - { - "name" : "#30: Robert Gratza", - "y" : 16, - "drilldown" : "Robert Gratza" - }, - { - "name" : "#31: John Barrett", - "y" : 14, - "drilldown" : "John Barrett" - }, - { - "y" : 14, - "name" : "#32: Khalid", - "drilldown" : "Khalid" - }, - { - "y" : 12, - "name" : "#33: Jaime Corchado", - "drilldown" : "Jaime Corchado" - }, - { - "drilldown" : "Kevin Colyer", - "name" : "#34: Kevin Colyer", - "y" : 12 - }, - { - "drilldown" : "Kivanc Yazan", - "name" : "#35: Kivanc Yazan", - "y" : 12 - }, - { - "y" : 12, - "name" : "#36: Maxim Kolodyazhny", - "drilldown" : "Maxim Kolodyazhny" - }, - { - "drilldown" : "Philippe Bruhat", - "y" : 12, - "name" : "#37: Philippe Bruhat" - }, - { - "drilldown" : "Sergio Iglesias", - "y" : 12, - "name" : "#38: Sergio Iglesias" - }, - { - "drilldown" : "Arpad Toth", - "y" : 10, - "name" : "#39: Arpad Toth" - }, - { - "name" : "#40: Steve Rogerson", - "y" : 10, - "drilldown" : "Steve Rogerson" - }, - { - "name" : "#41: Veesh Goldman", - "y" : 10, - "drilldown" : "Veesh Goldman" - }, - { - "drilldown" : "Aaron Sherman", - "y" : 8, - "name" : "#42: Aaron Sherman" - }, - { - "y" : 8, - "name" : "#43: Alex Daniel", - "drilldown" : "Alex Daniel" - }, - { - "y" : 8, - "name" : "#44: Bob Kleemann", - "drilldown" : "Bob Kleemann" - }, - { - "drilldown" : "Chenyf", - "y" : 8, - "name" : "#45: Chenyf" - }, - { - "y" : 8, - "name" : "#46: David Kayal", - "drilldown" : "David Kayal" - }, - { - "drilldown" : "Finley", - "name" : "#47: Finley", - "y" : 8 - }, - { - "name" : "#48: Luis F. Uceta", - "y" : 8, - "drilldown" : "Luis F. Uceta" - }, - { - "drilldown" : "Matt Latusek", - "name" : "#49: Matt Latusek", - "y" : 8 - }, - { - "name" : "#50: Neil Bowers", - "y" : 8, - "drilldown" : "Neil Bowers" - } - ], - "name" : "Perl Weekly Challenge Leaders", - "colorByPoint" : "true" - } - ], - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" - }, - "xAxis" : { - "type" : "category" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : "true", - "headerFormat" : "" - }, - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-17 13:44:08 GMT" - }, "drilldown" : { "series" : [ { + "name" : "Joelle Maslak", "data" : [ [ - "Perl 5", - 29 + "Blog", + 4 ], [ "Perl 6", 30 ], [ - "Blog", - 4 + "Perl 5", + 29 ] ], - "id" : "Joelle Maslak", - "name" : "Joelle Maslak" + "id" : "Joelle Maslak" }, { - "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld", "data" : [ - [ - "Perl 5", - 24 - ], [ "Perl 6", 23 @@ -321,10 +28,17 @@ [ "Blog", 14 + ], + [ + "Perl 5", + 24 ] - ] + ], + "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld" }, { + "id" : "Jaldhar H. Vyas", "data" : [ [ "Perl 5", @@ -335,26 +49,23 @@ 24 ] ], - "name" : "Jaldhar H. Vyas", - "id" : "Jaldhar H. Vyas" + "name" : "Jaldhar H. Vyas" }, { + "name" : "Ruben Westerberg", "data" : [ [ - "Perl 5", + "Perl 6", 21 ], [ - "Perl 6", + "Perl 5", 21 ] ], - "name" : "Ruben Westerberg", "id" : "Ruben Westerberg" }, { - "id" : "Adam Russell", - "name" : "Adam Russell", "data" : [ [ "Perl 5", @@ -364,44 +75,41 @@ "Blog", 12 ] - ] + ], + "id" : "Adam Russell", + "name" : "Adam Russell" }, { "data" : [ - [ - "Blog", - 11 - ], [ "Perl 6", 21 + ], + [ + "Blog", + 11 ] ], - "name" : "Arne Sommer", - "id" : "Arne Sommer" + "id" : "Arne Sommer", + "name" : "Arne Sommer" }, { "name" : "Kian-Meng Ang", - "id" : "Kian-Meng Ang", "data" : [ - [ - "Blog", - 11 - ], [ "Perl 5", 21 + ], + [ + "Blog", + 11 ] - ] + ], + "id" : "Kian-Meng Ang" }, { - "id" : "Simon Proctor", "name" : "Simon Proctor", "data" : [ - [ - "Perl 6", - 21 - ], [ "Perl 5", 4 @@ -409,12 +117,16 @@ [ "Blog", 6 + ], + [ + "Perl 6", + 21 ] - ] + ], + "id" : "Simon Proctor" }, { "id" : "Athanasius", - "name" : "Athanasius", "data" : [ [ "Perl 6", @@ -424,95 +136,94 @@ "Perl 5", 26 ] - ] + ], + "name" : "Athanasius" }, { + "id" : "Francis Whittle", "data" : [ - [ - "Blog", - 6 - ], [ "Perl 6", 19 + ], + [ + "Blog", + 6 ] ], - "id" : "Francis Whittle", "name" : "Francis Whittle" }, { + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves", "data" : [ - [ - "Perl 5", - 21 - ], [ "Blog", 4 + ], + [ + "Perl 5", + 21 ] - ], - "name" : "Gustavo Chaves", - "id" : "Gustavo Chaves" + ] }, { - "name" : "E. Choroba", "id" : "E. Choroba", "data" : [ - [ - "Perl 5", - 16 - ], [ "Blog", 8 + ], + [ + "Perl 5", + 16 ] - ] + ], + "name" : "E. Choroba" }, { "id" : "Jo Christian Oterhals", - "name" : "Jo Christian Oterhals", "data" : [ [ "Perl 6", 12 ], [ - "Perl 5", + "Blog", 6 ], [ - "Blog", + "Perl 5", 6 ] - ] + ], + "name" : "Jo Christian Oterhals" }, { "id" : "Andrezgz", - "name" : "Andrezgz", "data" : [ [ "Perl 5", 23 ] - ] + ], + "name" : "Andrezgz" }, { + "id" : "Dave Jacoby", "data" : [ [ - "Perl 5", + "Blog", 11 ], [ - "Blog", + "Perl 5", 11 ] ], - "name" : "Dave Jacoby", - "id" : "Dave Jacoby" + "name" : "Dave Jacoby" }, { - "name" : "Dr James A. Smith", - "id" : "Dr James A. Smith", "data" : [ [ "Perl 5", @@ -522,29 +233,32 @@ "Perl 6", 10 ] - ] + ], + "id" : "Dr James A. Smith", + "name" : "Dr James A. Smith" }, { - "id" : "Daniel Mantovani", - "name" : "Daniel Mantovani", "data" : [ [ "Perl 5", 18 ] - ] + ], + "id" : "Daniel Mantovani", + "name" : "Daniel Mantovani" }, { - "id" : "Duncan C. White", "name" : "Duncan C. White", "data" : [ [ "Perl 5", 18 ] - ] + ], + "id" : "Duncan C. White" }, { + "name" : "Mark Senn", "data" : [ [ "Perl 6", @@ -555,8 +269,7 @@ 4 ] ], - "id" : "Mark Senn", - "name" : "Mark Senn" + "id" : "Mark Senn" }, { "data" : [ @@ -569,10 +282,11 @@ 8 ] ], - "name" : "Nick Logan", - "id" : "Nick Logan" + "id" : "Nick Logan", + "name" : "Nick Logan" }, { + "id" : "Lars Balker", "data" : [ [ "Perl 6", @@ -583,10 +297,10 @@ 10 ] ], - "id" : "Lars Balker", "name" : "Lars Balker" }, { + "id" : "Yozen Hernandez", "data" : [ [ "Perl 5", @@ -597,84 +311,84 @@ 4 ] ], - "name" : "Yozen Hernandez", - "id" : "Yozen Hernandez" + "name" : "Yozen Hernandez" }, { + "name" : "Steven Wilson", "data" : [ [ "Perl 5", 13 ] ], - "id" : "Steven Wilson", - "name" : "Steven Wilson" + "id" : "Steven Wilson" }, { + "name" : "Alicia Bielsa", + "id" : "Alicia Bielsa", "data" : [ [ "Perl 5", 11 ] - ], - "id" : "Alicia Bielsa", - "name" : "Alicia Bielsa" + ] }, { - "id" : "Feng Chang", - "name" : "Feng Chang", "data" : [ - [ - "Perl 6", - 7 - ], [ "Perl 5", 4 + ], + [ + "Perl 6", + 7 ] - ] + ], + "id" : "Feng Chang", + "name" : "Feng Chang" }, { + "name" : "Ozzy", "data" : [ [ "Perl 6", 11 ] ], - "name" : "Ozzy", "id" : "Ozzy" }, { - "name" : "Doug Schrag", "id" : "Doug Schrag", "data" : [ [ "Perl 6", 10 ] - ] + ], + "name" : "Doug Schrag" }, { "name" : "Maxim Nechaev", - "id" : "Maxim Nechaev", "data" : [ [ "Perl 5", 10 ] - ] + ], + "id" : "Maxim Nechaev" }, { + "name" : "Guillermo Ramos", "data" : [ [ "Perl 5", 9 ] ], - "name" : "Guillermo Ramos", "id" : "Guillermo Ramos" }, { + "id" : "Robert Gratza", "data" : [ [ "Perl 5", @@ -685,31 +399,30 @@ 6 ] ], - "id" : "Robert Gratza", "name" : "Robert Gratza" }, { - "id" : "John Barrett", "name" : "John Barrett", "data" : [ [ "Perl 5", 7 ] - ] + ], + "id" : "John Barrett" }, { - "id" : "Khalid", "name" : "Khalid", + "id" : "Khalid", "data" : [ - [ - "Blog", - 1 - ], [ "Perl 5", 4 ], + [ + "Blog", + 1 + ], [ "Perl 6", 2 @@ -718,47 +431,46 @@ }, { "id" : "Jaime Corchado", - "name" : "Jaime Corchado", "data" : [ [ "Perl 5", 6 ] - ] + ], + "name" : "Jaime Corchado" }, { "id" : "Kevin Colyer", - "name" : "Kevin Colyer", "data" : [ [ "Perl 6", 6 ] - ] + ], + "name" : "Kevin Colyer" }, { "name" : "Kivanc Yazan", - "id" : "Kivanc Yazan", "data" : [ [ "Perl 5", 6 ] - ] + ], + "id" : "Kivanc Yazan" }, { - "name" : "Maxim Kolodyazhny", - "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 6 ] - ] + ], + "id" : "Maxim Kolodyazhny", + "name" : "Maxim Kolodyazhny" }, { "name" : "Philippe Bruhat", - "id" : "Philippe Bruhat", "data" : [ [ "Perl 5", @@ -768,17 +480,18 @@ "Blog", 2 ] - ] + ], + "id" : "Philippe Bruhat" }, { + "name" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] ], - "id" : "Sergio Iglesias", - "name" : "Sergio Iglesias" + "id" : "Sergio Iglesias" }, { "data" : [ @@ -811,8 +524,8 @@ 5 ] ], - "name" : "Veesh Goldman", - "id" : "Veesh Goldman" + "id" : "Veesh Goldman", + "name" : "Veesh Goldman" }, { "data" : [ @@ -821,38 +534,38 @@ 4 ] ], - "name" : "Aaron Sherman", - "id" : "Aaron Sherman" + "id" : "Aaron Sherman", + "name" : "Aaron Sherman" }, { + "name" : "Alex Daniel", + "id" : "Alex Daniel", "data" : [ [ "Perl 6", 4 ] - ], - "name" : "Alex Daniel", - "id" : "Alex Daniel" + ] }, { + "name" : "Bob Kleemann", + "id" : "Bob Kleemann", "data" : [ [ "Perl 5", 4 ] - ], - "name" : "Bob Kleemann", - "id" : "Bob Kleemann" + ] }, { "name" : "Chenyf", - "id" : "Chenyf", "data" : [ [ "Perl 6", 4 ] - ] + ], + "id" : "Chenyf" }, { "data" : [ @@ -865,14 +578,14 @@ "name" : "David Kayal" }, { + "name" : "Finley", + "id" : "Finley", "data" : [ [ "Perl 6", 4 ] - ], - "id" : "Finley", - "name" : "Finley" + ] }, { "name" : "Luis F. Uceta", @@ -885,13 +598,13 @@ ] }, { + "name" : "Matt Latusek", "data" : [ [ "Perl 5", 4 ] ], - "name" : "Matt Latusek", "id" : "Matt Latusek" }, { @@ -901,14 +614,301 @@ 4 ] ], - "name" : "Neil Bowers", - "id" : "Neil Bowers" + "id" : "Neil Bowers", + "name" : "Neil Bowers" } ] }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-17 14:03:15 GMT" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, + "tooltip" : { + "headerFormat" : "", + "followPointer" : "true", + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "series" : [ + { + "name" : "Perl Weekly Challenge Leaders", + "colorByPoint" : "true", + "data" : [ + { + "drilldown" : "Joelle Maslak", + "name" : "#1: Joelle Maslak", + "y" : 126 + }, + { + "drilldown" : "Laurent Rosenfeld", + "name" : "#2: Laurent Rosenfeld", + "y" : 122 + }, + { + "name" : "#3: Jaldhar H. Vyas", + "y" : 96, + "drilldown" : "Jaldhar H. Vyas" + }, + { + "drilldown" : "Ruben Westerberg", + "name" : "#4: Ruben Westerberg", + "y" : 84 + }, + { + "drilldown" : "Adam Russell", + "name" : "#5: Adam Russell", + "y" : 72 + }, + { + "drilldown" : "Arne Sommer", + "name" : "#6: Arne Sommer", + "y" : 64 + }, + { + "y" : 64, + "name" : "#7: Kian-Meng Ang", + "drilldown" : "Kian-Meng Ang" + }, + { + "y" : 62, + "name" : "#8: Simon Proctor", + "drilldown" : "Simon Proctor" + }, + { + "name" : "#9: Athanasius", + "y" : 56, + "drilldown" : "Athanasius" + }, + { + "y" : 50, + "name" : "#10: Francis Whittle", + "drilldown" : "Francis Whittle" + }, + { + "drilldown" : "Gustavo Chaves", + "y" : 50, + "name" : "#11: Gustavo Chaves" + }, + { + "y" : 48, + "name" : "#12: E. Choroba", + "drilldown" : "E. Choroba" + }, + { + "drilldown" : "Jo Christian Oterhals", + "name" : "#13: Jo Christian Oterhals", + "y" : 48 + }, + { + "drilldown" : "Andrezgz", + "y" : 46, + "name" : "#14: Andrezgz" + }, + { + "y" : 44, + "name" : "#15: Dave Jacoby", + "drilldown" : "Dave Jacoby" + }, + { + "name" : "#16: Dr James A. Smith", + "y" : 44, + "drilldown" : "Dr James A. Smith" + }, + { + "drilldown" : "Daniel Mantovani", + "y" : 36, + "name" : "#17: Daniel Mantovani" + }, + { + "y" : 36, + "name" : "#18: Duncan C. White", + "drilldown" : "Duncan C. White" + }, + { + "drilldown" : "Mark Senn", + "name" : "#19: Mark Senn", + "y" : 32 + }, + { + "drilldown" : "Nick Logan", + "name" : "#20: Nick Logan", + "y" : 32 + }, + { + "name" : "#21: Lars Balker", + "y" : 28, + "drilldown" : "Lars Balker" + }, + { + "drilldown" : "Yozen Hernandez", + "name" : "#22: Yozen Hernandez", + "y" : 28 + }, + { + "drilldown" : "Steven Wilson", + "name" : "#23: Steven Wilson", + "y" : 26 + }, + { + "drilldown" : "Alicia Bielsa", + "y" : 22, + "name" : "#24: Alicia Bielsa" + }, + { + "drilldown" : "Feng Chang", + "name" : "#25: Feng Chang", + "y" : 22 + }, + { + "drilldown" : "Ozzy", + "y" : 22, + "name" : "#26: Ozzy" + }, + { + "drilldown" : "Doug Schrag", + "name" : "#27: Doug Schrag", + "y" : 20 + }, + { + "drilldown" : "Maxim Nechaev", + "name" : "#28: Maxim Nechaev", + "y" : 20 + }, + { + "name" : "#29: Guillermo Ramos", + "y" : 18, + "drilldown" : "Guillermo Ramos" + }, + { + "y" : 16, + "name" : "#30: Robert Gratza", + "drilldown" : "Robert Gratza" + }, + { + "drilldown" : "John Barrett", + "y" : 14, + "name" : "#31: John Barrett" + }, + { + "drilldown" : "Khalid", + "y" : 14, + "name" : "#32: Khalid" + }, + { + "drilldown" : "Jaime Corchado", + "y" : 12, + "name" : "#33: Jaime Corchado" + }, + { + "y" : 12, + "name" : "#34: Kevin Colyer", + "drilldown" : "Kevin Colyer" + }, + { + "drilldown" : "Kivanc Yazan", + "y" : 12, + "name" : "#35: Kivanc Yazan" + }, + { + "y" : 12, + "name" : "#36: Maxim Kolodyazhny", + "drilldown" : "Maxim Kolodyazhny" + }, + { + "name" : "#37: Philippe Bruhat", + "y" : 12, + "drilldown" : "Philippe Bruhat" + }, + { + "y" : 12, + "name" : "#38: Sergio Iglesias", + "drilldown" : "Sergio Iglesias" + }, + { + "name" : "#39: Arpad Toth", + "y" : 10, + "drilldown" : "Arpad Toth" + }, + { + "drilldown" : "Steve Rogerson", + "y" : 10, + "name" : "#40: Steve Rogerson" + }, + { + "drilldown" : "Veesh Goldman", + "name" : "#41: Veesh Goldman", + "y" : 10 + }, + { + "y" : 8, + "name" : "#42: Aaron Sherman", + "drilldown" : "Aaron Sherman" + }, + { + "drilldown" : "Alex Daniel", + "y" : 8, + "name" : "#43: Alex Daniel" + }, + { + "drilldown" : "Bob Kleemann", + "y" : 8, + "name" : "#44: Bob Kleemann" + }, + { + "drilldown" : "Chenyf", + "y" : 8, + "name" : "#45: Chenyf" + }, + { + "name" : "#46: David Kayal", + "y" : 8, + "drilldown" : "David Kayal" + }, + { + "y" : 8, + "name" : "#47: Finley", + "drilldown" : "Finley" + }, + { + "name" : "#48: Luis F. Uceta", + "y" : 8, + "drilldown" : "Luis F. Uceta" + }, + { + "drilldown" : "Matt Latusek", + "y" : 8, + "name" : "#49: Matt Latusek" + }, + { + "name" : "#50: Neil Bowers", + "y" : 8, + "drilldown" : "Neil Bowers" + } + ] + } + ], "yAxis" : { "title" : { "text" : "Total Score" } + }, + "xAxis" : { + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index ff9ba02c5c..ada1ace4ba 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,40 +1,27 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "chart" : { "type" : "column" }, - "xAxis" : { - "categories" : [ - "Aaron Sherman", - "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", - "Daniel Mita", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Denis Yurashku", - "Donald Hunter", - "Doug Schrag", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Feng Chang", - "Finley" - ] + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-17 14:03:09 GMT" }, "series" : [ { @@ -108,7 +95,6 @@ "name" : "Perl 6" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -140,28 +126,42 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-17 13:44:00 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "xAxis" : { + "categories" : [ + "Aaron Sherman", + "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", + "Daniel Mita", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Denis Yurashku", + "Donald Hunter", + "Doug Schrag", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Feng Chang", + "Finley" + ] } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index de532fe961..2c57bca719 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -8,8 +8,8 @@ "pointFormat" : "{series.name}: {point.y}
", "shared" : 1 }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-17 13:44:00 GMT" + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "yAxis" : { "title" : { @@ -17,11 +17,12 @@ }, "min" : 0 }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, @@ -53,8 +54,7 @@ 0, 0, 4 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -127,6 +127,9 @@ "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-17 14:03:09 GMT" + }, "xAxis" : { "categories" : [ "Francis Whittle", @@ -160,8 +163,5 @@ "Martin Mugeni", "Matt Latusek" ] - }, - "chart" : { - "type" : "column" } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index beed4de91d..77f1081884 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -4,24 +4,59 @@ "stacking" : "percent" } }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "tooltip" : { "pointFormat" : "{series.name}: {point.y}
", "shared" : 1 }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-17 13:44:00 GMT" - }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" + }, + "xAxis" : { + "categories" : [ + "Matthew O. Persico", + "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", + "Rakesh Kumar Shardiwal", + "Simon Proctor", + "Simon Reinhardt", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Tiago Stock", + "Tim Smith", + "Tore Andersson", + "Luis F. Uceta", + "Veesh Goldman" + ] }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 6, @@ -53,8 +88,7 @@ 2, 0, 5 - ], - "name" : "Perl 5" + ] }, { "data" : [ @@ -92,6 +126,7 @@ "name" : "Perl 6" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -123,45 +158,10 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "xAxis" : { - "categories" : [ - "Matthew O. Persico", - "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", - "Rakesh Kumar Shardiwal", - "Simon Proctor", - "Simon Reinhardt", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Tiago Stock", - "Tim Smith", - "Tore Andersson", - "Luis F. Uceta", - "Veesh Goldman" - ] - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-17 14:03:09 GMT" } } diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 69d2019e6c..1c2fe72d14 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,34 +1,6 @@ { - "xAxis" : { - "categories" : [ - "William Gilmore", - "Yary H", - "Yozen Hernandez" - ] - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-06-17 13:44:00 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "text" : "[Champions: 3] Last updated at 2019-06-17 14:03:09 GMT" }, "series" : [ { @@ -48,12 +20,40 @@ "name" : "Perl 6" }, { - "name" : "Blog", "data" : [ 0, 0, 4 - ] + ], + "name" : "Blog" + } + ], + "xAxis" : { + "categories" : [ + "William Gilmore", + "Yary H", + "Yozen Hernandez" + ] + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } - ] + } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f5c79beb48..ce5569b406 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,128 +1,9 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "subtitle" : { - "text" : "[Champions: 93] Last updated at 2019-06-17 13:43:59 GMT" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "categories" : [ - "Aaron Sherman", - "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", - "Daniel Mita", - "Dave Cross", - "Dave Jacoby", - "David Kayal", - "Denis Yurashku", - "Donald Hunter", - "Doug Schrag", - "Duncan C. White", - "E. Choroba", - "Eddy HS", - "Feng Chang", - "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", - "Joe Tym", - "Joelle Maslak", - "John Barrett", - "Juan Caballero", - "Kevin Colyer", - "Khalid", - "Kian-Meng Ang", - "Kivanc Yazan", - "Lars Balker", - "Laurent Rosenfeld", - "Magnus Woldrich", - "Mano Chandar", - "Mark Senn", - "Martin Barth", - "Martin Mugeni", - "Matt Latusek", - "Matthew O. Persico", - "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", - "Rakesh Kumar Shardiwal", - "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" - ] - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "text" : "[Champions: 93] Last updated at 2019-06-17 14:03:09 GMT" }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -217,7 +98,8 @@ 1, 1, 10 - ] + ], + "name" : "Perl 5" }, { "name" : "Perl 6", @@ -415,5 +297,123 @@ 4 ] } - ] + ], + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "xAxis" : { + "categories" : [ + "Aaron Sherman", + "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", + "Daniel Mita", + "Dave Cross", + "Dave Jacoby", + "David Kayal", + "Denis Yurashku", + "Donald Hunter", + "Doug Schrag", + "Duncan C. White", + "E. Choroba", + "Eddy HS", + "Feng Chang", + "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", + "Joe Tym", + "Joelle Maslak", + "John Barrett", + "Juan Caballero", + "Kevin Colyer", + "Khalid", + "Kian-Meng Ang", + "Kivanc Yazan", + "Lars Balker", + "Laurent Rosenfeld", + "Magnus Woldrich", + "Mano Chandar", + "Mark Senn", + "Martin Barth", + "Martin Mugeni", + "Matt Latusek", + "Matthew O. Persico", + "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", + "Rakesh Kumar Shardiwal", + "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" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + } } -- cgit