From 9cc5dbad2e5fb5f0a15a951a955b89ea72e40bea Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 11 Jun 2019 11:06:37 +0100 Subject: - Added solutions by Kevin Colyer. --- stats/pwc-current.json | 99 ++++--- stats/pwc-language-breakdown-summary.json | 72 ++--- stats/pwc-language-breakdown.json | 202 +++++++------- stats/pwc-leaders.json | 450 +++++++++++++++--------------- stats/pwc-summary-1-30.json | 92 +++--- stats/pwc-summary-31-60.json | 104 +++---- stats/pwc-summary-61-90.json | 44 +-- stats/pwc-summary-91-120.json | 50 ++-- stats/pwc-summary.json | 216 +++++++------- 9 files changed, 672 insertions(+), 657 deletions(-) (limited to 'stats') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 5e0636d44c..115ea7adfb 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,78 +1,93 @@ { - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "Champions", - "data" : [ - { - "drilldown" : "Ozzy", - "y" : 1, - "name" : "Ozzy" - }, - { - "name" : "Simon Proctor", - "y" : 2, - "drilldown" : "Simon Proctor" - } - ] + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 } - ], - "subtitle" : { - "text" : "[Champions: 2] Last updated at 2019-06-10 12:32:36 GMT" }, "drilldown" : { "series" : [ { + "name" : "Kevin Colyer", + "id" : "Kevin Colyer", + "data" : [ + [ + "Perl 6", + 2 + ] + ] + }, + { + "id" : "Ozzy", "data" : [ [ "Perl 6", 1 ] ], - "name" : "Ozzy", - "id" : "Ozzy" + "name" : "Ozzy" }, { - "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] ], + "id" : "Simon Proctor", "name" : "Simon Proctor" } ] }, - "tooltip" : { - "headerFormat" : "{series.name}
", - "followPointer" : 1, - "pointerFormat" : "{point.name}: {point.y:f}
" - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } + "series" : [ + { + "name" : "Champions", + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Kevin Colyer", + "name" : "Kevin Colyer", + "y" : 2 + }, + { + "name" : "Ozzy", + "y" : 1, + "drilldown" : "Ozzy" + }, + { + "name" : "Simon Proctor", + "y" : 2, + "drilldown" : "Simon Proctor" + } + ] } + ], + "chart" : { + "type" : "column" }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, + "subtitle" : { + "text" : "[Champions: 3] Last updated at 2019-06-11 10:06:06 GMT" + }, + "tooltip" : { + "followPointer" : 1, + "pointerFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" + }, + "legend" : { + "enabled" : 0 + }, "title" : { "text" : "Perl Weekly Challenge - 012" }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category" } } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 7b45109344..efcc371c57 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,6 @@ { - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "subtitle" : { - "text" : "Last updated at 2019-06-10 12:32:50 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "text" : "Last updated at 2019-06-11 10:06:14 GMT" }, "series" : [ { @@ -42,22 +15,49 @@ ], [ "Perl 6", - 262 + 264 ] ], + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, "y" : 10, + "rotation" : -90, + "enabled" : "true", "align" : "right", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true" - }, - "name" : "Contributions" + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" + } + } + ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } } - ] + }, + "chart" : { + "type" : "column" + } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index a1c5f893ca..6b05294b4c 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,7 +1,80 @@ { - "title" : { - "text" : "Perl Weekly Challenge Language" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "legend" : { + "enabled" : "false" }, + "series" : [ + { + "data" : [ + { + "drilldown" : "001", + "y" : 113, + "name" : "#001 [P5=76 P6=37]" + }, + { + "y" : 95, + "name" : "#002 [P5=63 P6=32]", + "drilldown" : "002" + }, + { + "drilldown" : "003", + "y" : 58, + "name" : "#003 [P5=32 P6=26]" + }, + { + "name" : "#004 [P5=46 P6=29]", + "y" : 75, + "drilldown" : "004" + }, + { + "drilldown" : "005", + "name" : "#005 [P5=33 P6=22]", + "y" : 55 + }, + { + "drilldown" : "006", + "y" : 41, + "name" : "#006 [P5=27 P6=14]" + }, + { + "drilldown" : "007", + "name" : "#007 [P5=26 P6=20]", + "y" : 46 + }, + { + "name" : "#008 [P5=38 P6=20]", + "y" : 58, + "drilldown" : "008" + }, + { + "name" : "#009 [P5=33 P6=18]", + "y" : 51, + "drilldown" : "009" + }, + { + "name" : "#010 [P5=32 P6=15]", + "y" : 47, + "drilldown" : "010" + }, + { + "drilldown" : "011", + "name" : "#011 [P5=41 P6=26]", + "y" : 67 + }, + { + "name" : "#012 [P5=0 P6=5]", + "y" : 5, + "drilldown" : "012" + } + ], + "colorByPoint" : "true", + "name" : "Perl Weekly Challenge Languages" + } + ], "drilldown" : { "series" : [ { @@ -19,7 +92,6 @@ ] }, { - "name" : "002", "data" : [ [ "Perl 5", @@ -30,7 +102,8 @@ 32 ] ], - "id" : "002" + "id" : "002", + "name" : "002" }, { "data" : [ @@ -61,8 +134,8 @@ ] }, { - "name" : "005", "id" : "005", + "name" : "005", "data" : [ [ "Perl 5", @@ -75,6 +148,7 @@ ] }, { + "name" : "006", "id" : "006", "data" : [ [ @@ -85,10 +159,10 @@ "Perl 6", 14 ] - ], - "name" : "006" + ] }, { + "id" : "007", "name" : "007", "data" : [ [ @@ -99,8 +173,7 @@ "Perl 6", 20 ] - ], - "id" : "007" + ] }, { "name" : "008", @@ -118,6 +191,7 @@ }, { "id" : "009", + "name" : "009", "data" : [ [ "Perl 5", @@ -127,10 +201,10 @@ "Perl 6", 18 ] - ], - "name" : "009" + ] }, { + "name" : "010", "id" : "010", "data" : [ [ @@ -141,12 +215,11 @@ "Perl 6", 15 ] - ], - "name" : "010" + ] }, { - "name" : "011", "id" : "011", + "name" : "011", "data" : [ [ "Perl 5", @@ -159,8 +232,6 @@ ] }, { - "name" : "012", - "id" : "012", "data" : [ [ "Perl 5", @@ -168,109 +239,38 @@ ], [ "Perl 6", - 3 + 5 ] - ] + ], + "name" : "012", + "id" : "012" } ] }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-11 10:06:14 GMT" }, "xAxis" : { "type" : "category" }, + "chart" : { + "type" : "column" + }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "format" : "{point.y}", "enabled" : 1 - } + }, + "borderWidth" : 0 } }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-10 12:32:50 GMT" + "title" : { + "text" : "Perl Weekly Challenge Language" }, "tooltip" : { - "followPointer" : "true", "headerFormat" : "", + "followPointer" : "true", "pointFormat" : "{point.name}: {point.y:f}
" - }, - "series" : [ - { - "colorByPoint" : "true", - "data" : [ - { - "y" : 113, - "name" : "#001 [P5=76 P6=37]", - "drilldown" : "001" - }, - { - "drilldown" : "002", - "y" : 95, - "name" : "#002 [P5=63 P6=32]" - }, - { - "drilldown" : "003", - "name" : "#003 [P5=32 P6=26]", - "y" : 58 - }, - { - "drilldown" : "004", - "name" : "#004 [P5=46 P6=29]", - "y" : 75 - }, - { - "y" : 55, - "name" : "#005 [P5=33 P6=22]", - "drilldown" : "005" - }, - { - "drilldown" : "006", - "y" : 41, - "name" : "#006 [P5=27 P6=14]" - }, - { - "name" : "#007 [P5=26 P6=20]", - "y" : 46, - "drilldown" : "007" - }, - { - "name" : "#008 [P5=38 P6=20]", - "y" : 58, - "drilldown" : "008" - }, - { - "drilldown" : "009", - "name" : "#009 [P5=33 P6=18]", - "y" : 51 - }, - { - "drilldown" : "010", - "y" : 47, - "name" : "#010 [P5=32 P6=15]" - }, - { - "drilldown" : "011", - "y" : 67, - "name" : "#011 [P5=41 P6=26]" - }, - { - "drilldown" : "012", - "y" : 3, - "name" : "#012 [P5=0 P6=3]" - } - ], - "name" : "Perl Weekly Challenge Languages" - } - ], - "legend" : { - "enabled" : "false" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index c2a403eb5e..f870525333 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,32 +1,21 @@ { - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } - } - }, "series" : [ { - "name" : "Perl Weekly Challenge Leaders", - "colorByPoint" : "true", "data" : [ { - "name" : "#1: Laurent Rosenfeld", "drilldown" : "Laurent Rosenfeld", - "y" : 112 + "y" : 112, + "name" : "#1: Laurent Rosenfeld" }, { - "name" : "#2: Joelle Maslak", "drilldown" : "Joelle Maslak", - "y" : 110 + "y" : 110, + "name" : "#2: Joelle Maslak" }, { - "name" : "#3: Jaldhar H. Vyas", + "drilldown" : "Jaldhar H. Vyas", "y" : 88, - "drilldown" : "Jaldhar H. Vyas" + "name" : "#3: Jaldhar H. Vyas" }, { "y" : 76, @@ -34,9 +23,9 @@ "name" : "#4: Ruben Westerberg" }, { - "name" : "#5: Adam Russell", "y" : 66, - "drilldown" : "Adam Russell" + "drilldown" : "Adam Russell", + "name" : "#5: Adam Russell" }, { "drilldown" : "Simon Proctor", @@ -44,144 +33,144 @@ "name" : "#6: Simon Proctor" }, { - "name" : "#7: Arne Sommer", + "y" : 58, "drilldown" : "Arne Sommer", - "y" : 58 + "name" : "#7: Arne Sommer" }, { - "drilldown" : "Kian-Meng Ang", "y" : 58, + "drilldown" : "Kian-Meng Ang", "name" : "#8: Kian-Meng Ang" }, { - "name" : "#9: Jo Christian Oterhals", + "drilldown" : "Jo Christian Oterhals", "y" : 48, - "drilldown" : "Jo Christian Oterhals" + "name" : "#9: Jo Christian Oterhals" }, { + "name" : "#10: Athanasius", "drilldown" : "Athanasius", - "y" : 46, - "name" : "#10: Athanasius" + "y" : 46 }, { - "name" : "#11: Gustavo Chaves", "y" : 46, - "drilldown" : "Gustavo Chaves" + "drilldown" : "Gustavo Chaves", + "name" : "#11: Gustavo Chaves" }, { - "name" : "#12: Dr James A. Smith", "y" : 44, - "drilldown" : "Dr James A. Smith" + "drilldown" : "Dr James A. Smith", + "name" : "#12: Dr James A. Smith" }, { + "name" : "#13: Francis Whittle", "y" : 44, - "drilldown" : "Francis Whittle", - "name" : "#13: Francis Whittle" + "drilldown" : "Francis Whittle" }, { - "y" : 42, + "name" : "#14: Andrezgz", "drilldown" : "Andrezgz", - "name" : "#14: Andrezgz" + "y" : 42 }, { - "name" : "#15: E. Choroba", + "y" : 42, "drilldown" : "E. Choroba", - "y" : 42 + "name" : "#15: E. Choroba" }, { - "name" : "#16: Dave Jacoby", "drilldown" : "Dave Jacoby", - "y" : 36 + "y" : 36, + "name" : "#16: Dave Jacoby" }, { "name" : "#17: Daniel Mantovani", - "drilldown" : "Daniel Mantovani", - "y" : 32 + "y" : 32, + "drilldown" : "Daniel Mantovani" }, { - "y" : 32, "drilldown" : "Duncan C. White", + "y" : 32, "name" : "#18: Duncan C. White" }, { - "y" : 32, "drilldown" : "Nick Logan", + "y" : 32, "name" : "#19: Nick Logan" }, { - "drilldown" : "Lars Balker", "y" : 28, + "drilldown" : "Lars Balker", "name" : "#20: Lars Balker" }, { "name" : "#21: Mark Senn", - "y" : 26, - "drilldown" : "Mark Senn" + "drilldown" : "Mark Senn", + "y" : 26 }, { - "drilldown" : "Yozen Hernandez", "y" : 22, + "drilldown" : "Yozen Hernandez", "name" : "#22: Yozen Hernandez" }, { - "name" : "#23: Doug Schrag", + "drilldown" : "Doug Schrag", "y" : 20, - "drilldown" : "Doug Schrag" + "name" : "#23: Doug Schrag" }, { - "name" : "#24: Ozzy", + "y" : 20, "drilldown" : "Ozzy", - "y" : 20 + "name" : "#24: Ozzy" }, { "name" : "#25: Steven Wilson", - "drilldown" : "Steven Wilson", - "y" : 20 + "y" : 20, + "drilldown" : "Steven Wilson" }, { - "name" : "#26: Alicia Bielsa", "drilldown" : "Alicia Bielsa", - "y" : 18 + "y" : 18, + "name" : "#26: Alicia Bielsa" }, { - "name" : "#27: Guillermo Ramos", + "y" : 18, "drilldown" : "Guillermo Ramos", - "y" : 18 + "name" : "#27: Guillermo Ramos" }, { - "name" : "#28: Maxim Nechaev", "drilldown" : "Maxim Nechaev", - "y" : 18 + "y" : 18, + "name" : "#28: Maxim Nechaev" }, { - "drilldown" : "Robert Gratza", + "name" : "#29: Robert Gratza", "y" : 16, - "name" : "#29: Robert Gratza" + "drilldown" : "Robert Gratza" }, { - "y" : 14, + "name" : "#30: John Barrett", "drilldown" : "John Barrett", - "name" : "#30: John Barrett" + "y" : 14 }, { - "drilldown" : "Khalid", "y" : 14, + "drilldown" : "Khalid", "name" : "#31: Khalid" }, { - "y" : 12, + "name" : "#32: Kivanc Yazan", "drilldown" : "Kivanc Yazan", - "name" : "#32: Kivanc Yazan" + "y" : 12 }, { "name" : "#33: Maxim Kolodyazhny", - "drilldown" : "Maxim Kolodyazhny", - "y" : 12 + "y" : 12, + "drilldown" : "Maxim Kolodyazhny" }, { + "name" : "#34: Philippe Bruhat", "y" : 12, - "drilldown" : "Philippe Bruhat", - "name" : "#34: Philippe Bruhat" + "drilldown" : "Philippe Bruhat" }, { "name" : "#35: Sergio Iglesias", @@ -189,14 +178,14 @@ "y" : 12 }, { - "drilldown" : "Arpad Toth", + "name" : "#36: Arpad Toth", "y" : 10, - "name" : "#36: Arpad Toth" + "drilldown" : "Arpad Toth" }, { "name" : "#37: Feng Chang", - "drilldown" : "Feng Chang", - "y" : 10 + "y" : 10, + "drilldown" : "Feng Chang" }, { "drilldown" : "Steve Rogerson", @@ -210,8 +199,8 @@ }, { "name" : "#40: Alex Daniel", - "drilldown" : "Alex Daniel", - "y" : 8 + "y" : 8, + "drilldown" : "Alex Daniel" }, { "drilldown" : "Bob Kleemann", @@ -230,8 +219,8 @@ }, { "name" : "#44: Finley", - "y" : 8, - "drilldown" : "Finley" + "drilldown" : "Finley", + "y" : 8 }, { "name" : "#45: Jaime Corchado", @@ -239,51 +228,51 @@ "drilldown" : "Jaime Corchado" }, { - "name" : "#46: Luis F. Uceta", - "drilldown" : "Luis F. Uceta", - "y" : 8 + "y" : 8, + "drilldown" : "Kevin Colyer", + "name" : "#46: Kevin Colyer" }, { + "name" : "#47: Luis F. Uceta", "y" : 8, - "drilldown" : "Matt Latusek", - "name" : "#47: Matt Latusek" + "drilldown" : "Luis F. Uceta" }, { - "name" : "#48: Neil Bowers", - "drilldown" : "Neil Bowers", - "y" : 8 + "y" : 8, + "drilldown" : "Matt Latusek", + "name" : "#48: Matt Latusek" }, { + "name" : "#49: Neil Bowers", "y" : 8, - "drilldown" : "Pete Houston", - "name" : "#49: Pete Houston" + "drilldown" : "Neil Bowers" }, { - "y" : 8, - "drilldown" : "Simon Reinhardt", - "name" : "#50: Simon Reinhardt" + "name" : "#50: Pete Houston", + "drilldown" : "Pete Houston", + "y" : 8 } - ] + ], + "name" : "Perl Weekly Challenge Leaders", + "colorByPoint" : "true" } ], + "yAxis" : { + "title" : { + "text" : "Total Score" + } + }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, "tooltip" : { "headerFormat" : "", - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : "true" - }, - "xAxis" : { - "type" : "category" + "followPointer" : "true", + "pointFormat" : "{point.name}: {point.y:f}
" }, "drilldown" : { "series" : [ { - "name" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -298,9 +287,11 @@ 21 ] ], - "id" : "Laurent Rosenfeld" + "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld" }, { + "id" : "Joelle Maslak", "data" : [ [ "Blog", @@ -315,38 +306,39 @@ 26 ] ], - "id" : "Joelle Maslak", "name" : "Joelle Maslak" }, { - "id" : "Jaldhar H. Vyas", + "name" : "Jaldhar H. Vyas", "data" : [ [ - "Perl 6", + "Perl 5", 22 ], [ - "Perl 5", + "Perl 6", 22 ] ], - "name" : "Jaldhar H. Vyas" + "id" : "Jaldhar H. Vyas" }, { "id" : "Ruben Westerberg", "data" : [ [ - "Perl 5", + "Perl 6", 19 ], [ - "Perl 6", + "Perl 5", 19 ] ], "name" : "Ruben Westerberg" }, { + "name" : "Adam Russell", + "id" : "Adam Russell", "data" : [ [ "Blog", @@ -356,30 +348,27 @@ "Perl 5", 22 ] - ], - "id" : "Adam Russell", - "name" : "Adam Russell" + ] }, { "data" : [ [ - "Perl 6", - 20 + "Blog", + 6 ], [ "Perl 5", 4 ], [ - "Blog", - 6 + "Perl 6", + 20 ] ], "id" : "Simon Proctor", "name" : "Simon Proctor" }, { - "name" : "Arne Sommer", "data" : [ [ "Perl 6", @@ -390,7 +379,8 @@ 10 ] ], - "id" : "Arne Sommer" + "id" : "Arne Sommer", + "name" : "Arne Sommer" }, { "data" : [ @@ -407,60 +397,60 @@ "name" : "Kian-Meng Ang" }, { - "id" : "Jo Christian Oterhals", + "name" : "Jo Christian Oterhals", "data" : [ [ - "Perl 6", - 12 + "Perl 5", + 6 ], [ "Blog", 6 ], [ - "Perl 5", - 6 + "Perl 6", + 12 ] ], - "name" : "Jo Christian Oterhals" + "id" : "Jo Christian Oterhals" }, { - "name" : "Athanasius", + "id" : "Athanasius", "data" : [ [ "Perl 5", 23 ] ], - "id" : "Athanasius" + "name" : "Athanasius" }, { - "name" : "Gustavo Chaves", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 5", 19 + ], + [ + "Blog", + 4 ] ], - "id" : "Gustavo Chaves" + "id" : "Gustavo Chaves", + "name" : "Gustavo Chaves" }, { "name" : "Dr James A. Smith", + "id" : "Dr James A. Smith", "data" : [ - [ - "Perl 5", - 12 - ], [ "Perl 6", 10 + ], + [ + "Perl 5", + 12 ] - ], - "id" : "Dr James A. Smith" + ] }, { "name" : "Francis Whittle", @@ -477,18 +467,16 @@ "id" : "Francis Whittle" }, { - "name" : "Andrezgz", "id" : "Andrezgz", "data" : [ [ "Perl 5", 21 ] - ] + ], + "name" : "Andrezgz" }, { - "name" : "E. Choroba", - "id" : "E. Choroba", "data" : [ [ "Perl 5", @@ -498,21 +486,23 @@ "Blog", 7 ] - ] + ], + "id" : "E. Choroba", + "name" : "E. Choroba" }, { - "id" : "Dave Jacoby", + "name" : "Dave Jacoby", "data" : [ [ - "Perl 5", + "Blog", 9 ], [ - "Blog", + "Perl 5", 9 ] ], - "name" : "Dave Jacoby" + "id" : "Dave Jacoby" }, { "name" : "Daniel Mantovani", @@ -525,56 +515,56 @@ "id" : "Daniel Mantovani" }, { + "name" : "Duncan C. White", "id" : "Duncan C. White", "data" : [ [ "Perl 5", 16 ] - ], - "name" : "Duncan C. White" + ] }, { + "name" : "Nick Logan", "id" : "Nick Logan", "data" : [ [ - "Perl 5", + "Perl 6", 8 ], [ - "Perl 6", + "Perl 5", 8 ] - ], - "name" : "Nick Logan" + ] }, { "name" : "Lars Balker", "data" : [ - [ - "Perl 6", - 4 - ], [ "Perl 5", 10 + ], + [ + "Perl 6", + 4 ] ], "id" : "Lars Balker" }, { - "name" : "Mark Senn", "data" : [ - [ - "Blog", - 3 - ], [ "Perl 6", 10 + ], + [ + "Blog", + 3 ] ], - "id" : "Mark Senn" + "id" : "Mark Senn", + "name" : "Mark Senn" }, { "name" : "Yozen Hernandez", @@ -592,73 +582,73 @@ }, { "name" : "Doug Schrag", - "id" : "Doug Schrag", "data" : [ [ "Perl 6", 10 ] - ] + ], + "id" : "Doug Schrag" }, { - "id" : "Ozzy", + "name" : "Ozzy", "data" : [ [ "Perl 6", 10 ] ], - "name" : "Ozzy" + "id" : "Ozzy" }, { - "id" : "Steven Wilson", + "name" : "Steven Wilson", "data" : [ [ "Perl 5", 10 ] ], - "name" : "Steven Wilson" + "id" : "Steven Wilson" }, { - "name" : "Alicia Bielsa", "id" : "Alicia Bielsa", "data" : [ [ "Perl 5", 9 ] - ] + ], + "name" : "Alicia Bielsa" }, { + "name" : "Guillermo Ramos", "id" : "Guillermo Ramos", "data" : [ [ "Perl 5", 9 ] - ], - "name" : "Guillermo Ramos" + ] }, { + "name" : "Maxim Nechaev", "data" : [ [ "Perl 5", 9 ] ], - "id" : "Maxim Nechaev", - "name" : "Maxim Nechaev" + "id" : "Maxim Nechaev" }, { "data" : [ - [ - "Perl 5", - 2 - ], [ "Perl 6", 6 + ], + [ + "Perl 5", + 2 ] ], "id" : "Robert Gratza", @@ -675,22 +665,22 @@ "name" : "John Barrett" }, { + "name" : "Khalid", "id" : "Khalid", "data" : [ [ - "Perl 6", - 2 + "Blog", + 1 ], [ "Perl 5", 4 ], [ - "Blog", - 1 + "Perl 6", + 2 ] - ], - "name" : "Khalid" + ] }, { "name" : "Kivanc Yazan", @@ -703,14 +693,14 @@ ] }, { + "name" : "Maxim Kolodyazhny", + "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 6 ] - ], - "id" : "Maxim Kolodyazhny", - "name" : "Maxim Kolodyazhny" + ] }, { "name" : "Philippe Bruhat", @@ -737,32 +727,31 @@ "name" : "Sergio Iglesias" }, { + "name" : "Arpad Toth", "id" : "Arpad Toth", "data" : [ [ "Perl 5", 5 ] - ], - "name" : "Arpad Toth" + ] }, { - "name" : "Feng Chang", "data" : [ - [ - "Perl 5", - 2 - ], [ "Perl 6", 3 + ], + [ + "Perl 5", + 2 ] ], - "id" : "Feng Chang" + "id" : "Feng Chang", + "name" : "Feng Chang" }, { "name" : "Steve Rogerson", - "id" : "Steve Rogerson", "data" : [ [ "Perl 5", @@ -772,7 +761,8 @@ "Perl 6", 2 ] - ] + ], + "id" : "Steve Rogerson" }, { "name" : "Veesh Goldman", @@ -785,14 +775,14 @@ ] }, { + "name" : "Alex Daniel", "data" : [ [ "Perl 6", 4 ] ], - "id" : "Alex Daniel", - "name" : "Alex Daniel" + "id" : "Alex Daniel" }, { "name" : "Bob Kleemann", @@ -806,67 +796,67 @@ }, { "name" : "Chenyf", + "id" : "Chenyf", "data" : [ [ "Perl 6", 4 ] - ], - "id" : "Chenyf" + ] }, { + "name" : "David Kayal", + "id" : "David Kayal", "data" : [ [ "Perl 5", 4 ] - ], - "id" : "David Kayal", - "name" : "David Kayal" + ] }, { "name" : "Finley", - "id" : "Finley", "data" : [ [ "Perl 6", 4 ] - ] + ], + "id" : "Finley" }, { - "id" : "Jaime Corchado", + "name" : "Jaime Corchado", "data" : [ [ "Perl 5", 4 ] ], - "name" : "Jaime Corchado" + "id" : "Jaime Corchado" }, { - "name" : "Luis F. Uceta", + "id" : "Kevin Colyer", "data" : [ [ "Perl 6", 4 ] ], - "id" : "Luis F. Uceta" + "name" : "Kevin Colyer" }, { - "name" : "Matt Latusek", - "id" : "Matt Latusek", "data" : [ [ - "Perl 5", + "Perl 6", 4 ] - ] + ], + "id" : "Luis F. Uceta", + "name" : "Luis F. Uceta" }, { - "name" : "Neil Bowers", - "id" : "Neil Bowers", + "name" : "Matt Latusek", + "id" : "Matt Latusek", "data" : [ [ "Perl 5", @@ -875,36 +865,46 @@ ] }, { - "name" : "Pete Houston", + "name" : "Neil Bowers", "data" : [ [ "Perl 5", 4 ] ], - "id" : "Pete Houston" + "id" : "Neil Bowers" }, { - "name" : "Simon Reinhardt", + "id" : "Pete Houston", "data" : [ [ "Perl 5", 4 ] ], - "id" : "Simon Reinhardt" + "name" : "Pete Houston" } ] }, - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-10 12:32:45 GMT" + "xAxis" : { + "type" : "category" }, "title" : { "text" : "Perl Weekly Challenge Leaders (TOP 50)" }, - "yAxis" : { - "title" : { - "text" : "Total Score" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } } + }, + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-11 10:06:11 GMT" + }, + "chart" : { + "type" : "column" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 105262d8ee..8eac5d0683 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,14 +1,48 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" + "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" + ] }, "series" : [ { @@ -82,51 +116,17 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-10 12:32:36 GMT" - }, - "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" - ] + "title" : { + "text" : "Perl Weekly Challenge - 2019" }, "tooltip" : { "shared" : 1, "pointFormat" : "{series.name}: {point.y}
" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-11 10:06:06 GMT" + }, + "chart" : { + "type" : "column" } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 06ce2c1f41..633bcd6222 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,51 +1,9 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "xAxis" : { - "categories" : [ - "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", - "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" - ] + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Perl 5", "data" : [ 0, 2, @@ -77,10 +35,10 @@ 0, 4, 0 - ] + ], + "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 16, 0, @@ -99,7 +57,7 @@ 26, 0, 0, - 2, + 4, 2, 0, 0, @@ -112,21 +70,63 @@ 2, 0, 0 - ] + ], + "name" : "Perl 6" } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-10 12:32:36 GMT" + "xAxis" : { + "categories" : [ + "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", + "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" + ] + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-11 10:06:06 GMT" + }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, - "chart" : { - "type" : "column" + "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 44b2e6209a..9af74e5df5 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,6 +1,24 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-10 12:32:36 GMT" + "text" : "[Champions: 30] Last updated at 2019-06-11 10:06:06 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -74,27 +92,6 @@ ] } ], - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, "xAxis" : { "categories" : [ "Maxim Kolodyazhny", @@ -128,5 +125,8 @@ "William Gilmore", "Yary H" ] + }, + "chart" : { + "type" : "column" } } diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 24faa60182..e76649b3dd 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,35 +1,35 @@ { + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 1] Last updated at 2019-06-11 10:06:06 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, "series" : [ { - "name" : "Perl 5", "data" : [ 8 - ] + ], + "name" : "Perl 5" }, { - "name" : "Perl 6", "data" : [ 0 - ] + ], + "name" : "Perl 6" } ], - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2019-06-10 12:32:36 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "xAxis" : { + "categories" : [ + "Yozen Hernandez" + ] }, "yAxis" : { "title" : { @@ -37,9 +37,9 @@ }, "min" : 0 }, - "xAxis" : { - "categories" : [ - "Yozen Hernandez" - ] + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d55848f763..4e60c183d3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,101 +1,7 @@ { - "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", - "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", - "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" - ] - }, "series" : [ { + "name" : "Perl 5", "data" : [ 0, 2, @@ -188,10 +94,10 @@ 1, 1, 8 - ], - "name" : "Perl 5" + ] }, { + "name" : "Perl 6", "data" : [ 2, 0, @@ -240,7 +146,7 @@ 26, 0, 0, - 2, + 4, 2, 0, 0, @@ -284,30 +190,124 @@ 0, 1, 0 - ], - "name" : "Perl 6" + ] } ], - "subtitle" : { - "text" : "[Champions: 91] Last updated at 2019-06-10 12:32:36 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "chart" : { + "type" : "column" }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 91] Last updated at 2019-06-11 10:06:06 GMT" + }, + "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", + "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", + "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" -- cgit From f6cd8a572758d90ea9e55b23f66a723821ac6b22 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 11 Jun 2019 11:09:29 +0100 Subject: - Updated chart for Yozen Hernandez. --- stats/pwc-current.json | 107 ++++--- stats/pwc-language-breakdown-summary.json | 42 +-- stats/pwc-language-breakdown.json | 152 ++++----- stats/pwc-leaders.json | 496 +++++++++++++++--------------- stats/pwc-summary-1-30.json | 46 +-- stats/pwc-summary-31-60.json | 20 +- stats/pwc-summary-61-90.json | 94 +++--- stats/pwc-summary-91-120.json | 48 +-- stats/pwc-summary.json | 30 +- 9 files changed, 525 insertions(+), 510 deletions(-) (limited to 'stats') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 115ea7adfb..ac011173a9 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,33 +1,33 @@ { - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } + "legend" : { + "enabled" : 0 + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category" }, "drilldown" : { "series" : [ { - "name" : "Kevin Colyer", - "id" : "Kevin Colyer", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Kevin Colyer", + "name" : "Kevin Colyer" }, { - "id" : "Ozzy", "data" : [ [ "Perl 6", 1 ] ], + "id" : "Ozzy", "name" : "Ozzy" }, { @@ -39,55 +39,70 @@ ], "id" : "Simon Proctor", "name" : "Simon Proctor" + }, + { + "name" : "Yozen Hernandez", + "data" : [ + [ + "Perl 5", + 2 + ] + ], + "id" : "Yozen Hernandez" } ] }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "title" : { + "text" : "Perl Weekly Challenge - 012" + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2019-06-11 10:08:02 GMT" + }, + "tooltip" : { + "headerFormat" : "{series.name}
", + "pointerFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1 + }, "series" : [ { "name" : "Champions", - "colorByPoint" : 1, "data" : [ { - "drilldown" : "Kevin Colyer", + "y" : 2, "name" : "Kevin Colyer", - "y" : 2 + "drilldown" : "Kevin Colyer" }, { - "name" : "Ozzy", + "drilldown" : "Ozzy", "y" : 1, - "drilldown" : "Ozzy" + "name" : "Ozzy" }, { - "name" : "Simon Proctor", + "drilldown" : "Simon Proctor", "y" : 2, - "drilldown" : "Simon Proctor" + "name" : "Simon Proctor" + }, + { + "drilldown" : "Yozen Hernandez", + "name" : "Yozen Hernandez", + "y" : 2 } - ] - } - ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + ], + "colorByPoint" : 1 } - }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2019-06-11 10:06:06 GMT" - }, - "tooltip" : { - "followPointer" : 1, - "pointerFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
" - }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 012" - }, - "xAxis" : { - "type" : "category" - } + ] } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index efcc371c57..fb23f15ff1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,17 +1,20 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "subtitle" : { - "text" : "Last updated at 2019-06-11 10:06:14 GMT" + "text" : "Last updated at 2019-06-11 10:08:19 GMT" }, "series" : [ { "data" : [ [ "Blog", - 97 + 98 ], [ "Perl 5", - 447 + 449 ], [ "Perl 6", @@ -20,44 +23,41 @@ ], "name" : "Contributions", "dataLabels" : { + "align" : "right", + "color" : "#FFFFFF", "y" : 10, "rotation" : -90, "enabled" : "true", - "align" : "right", + "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" + } } } ], + "legend" : { + "enabled" : "false" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } - }, - "chart" : { - "type" : "column" + }, + "type" : "category" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 6b05294b4c..023f08019d 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,85 +1,110 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } + "title" : { + "text" : "Perl Weekly Challenge Language" }, "legend" : { "enabled" : "false" }, "series" : [ { + "name" : "Perl Weekly Challenge Languages", "data" : [ { - "drilldown" : "001", "y" : 113, + "drilldown" : "001", "name" : "#001 [P5=76 P6=37]" }, { - "y" : 95, + "drilldown" : "002", "name" : "#002 [P5=63 P6=32]", - "drilldown" : "002" + "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, - "drilldown" : "004" + "drilldown" : "004", + "name" : "#004 [P5=46 P6=29]" }, { - "drilldown" : "005", + "y" : 55, "name" : "#005 [P5=33 P6=22]", - "y" : 55 +