diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-02 14:30:31 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-05-02 14:30:31 +0100 |
| commit | 1daa4a35462e2bead1845d0d74ab62a96ed6c349 (patch) | |
| tree | 62a0da09899a7207a94c32d51e4809eca8961375 | |
| parent | cf811afcfc75442faa0e509b065305a13f495637 (diff) | |
| download | perlweeklychallenge-club-1daa4a35462e2bead1845d0d74ab62a96ed6c349.tar.gz perlweeklychallenge-club-1daa4a35462e2bead1845d0d74ab62a96ed6c349.tar.bz2 perlweeklychallenge-club-1daa4a35462e2bead1845d0d74ab62a96ed6c349.zip | |
- Updated chart stats.
| -rw-r--r-- | stats/pwc-current.json | 120 | ||||
| -rw-r--r-- | stats/pwc-language-breakdown.json | 150 | ||||
| -rw-r--r-- | stats/pwc-leaders.json | 798 | ||||
| -rw-r--r-- | stats/pwc-summary-1-30.json | 126 | ||||
| -rw-r--r-- | stats/pwc-summary-31-60.json | 38 | ||||
| -rw-r--r-- | stats/pwc-summary-61-90.json | 30 | ||||
| -rw-r--r-- | stats/pwc-summary.json | 28 |
7 files changed, 645 insertions, 645 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 13549e7383..0a2f2d6e61 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,122 +1,110 @@ { + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2019-05-02 13:30:19 GMT" + }, "chart" : { "type" : "column" }, - "xAxis" : { - "type" : "category" - }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>" - }, - "title" : { - "text" : "Perl Weekly Challenge - 006" - }, "series" : [ { - "name" : "Champions", "data" : [ { - "y" : 1, + "name" : "Alicia Bielsa", "drilldown" : "Alicia Bielsa", - "name" : "Alicia Bielsa" + "y" : 1 }, { - "drilldown" : "Andrezgz", "y" : 2, - "name" : "Andrezgz" + "name" : "Andrezgz", + "drilldown" : "Andrezgz" }, { - "name" : "Athanasius", "y" : 2, + "name" : "Athanasius", "drilldown" : "Athanasius" }, { - "drilldown" : "Gustavo Chaves", "y" : 2, + "drilldown" : "Gustavo Chaves", "name" : "Gustavo Chaves" }, { - "y" : 4, "drilldown" : "Joelle Maslak", - "name" : "Joelle Maslak" + "name" : "Joelle Maslak", + "y" : 4 }, { "drilldown" : "Laurent Rosenfeld", - "y" : 2, - "name" : "Laurent Rosenfeld" + "name" : "Laurent Rosenfeld", + "y" : 2 }, { "drilldown" : "Maxim Kolodyazhny", - "y" : 1, - "name" : "Maxim Kolodyazhny" + "name" : "Maxim Kolodyazhny", + "y" : 1 }, { - "y" : 1, "drilldown" : "Simon Proctor", - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "y" : 1 }, { - "y" : 2, "drilldown" : "Tim Smith", - "name" : "Tim Smith" + "name" : "Tim Smith", + "y" : 2 } ], - "colorByPoint" : 1 + "colorByPoint" : 1, + "name" : "Champions" } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 + "xAxis" : { + "type" : "category" }, "drilldown" : { "series" : [ { - "id" : "Alicia Bielsa", - "name" : "Alicia Bielsa", "data" : [ [ "Perl 5", 1 ] - ] + ], + "id" : "Alicia Bielsa", + "name" : "Alicia Bielsa" }, { + "name" : "Andrezgz", "data" : [ [ "Perl 5", 2 ] ], - "name" : "Andrezgz", "id" : "Andrezgz" }, { - "name" : "Athanasius", + "id" : "Athanasius", "data" : [ [ "Perl 5", 2 ] ], - "id" : "Athanasius" + "name" : "Athanasius" }, { + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Gustavo Chaves", - "id" : "Gustavo Chaves" + ] }, { + "id" : "Joelle Maslak", "data" : [ [ "Perl 5", @@ -127,11 +115,9 @@ 2 ] ], - "name" : "Joelle Maslak", - "id" : "Joelle Maslak" + "name" : "Joelle Maslak" }, { - "name" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -142,50 +128,64 @@ 1 ] ], - "id" : "Laurent Rosenfeld" + "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld" }, { - "id" : "Maxim Kolodyazhny", "name" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 1 ] - ] + ], + "id" : "Maxim Kolodyazhny" }, { + "name" : "Simon Proctor", "id" : "Simon Proctor", "data" : [ [ "Perl 6", 1 ] - ], - "name" : "Simon Proctor" + ] }, { - "id" : "Tim Smith", - "name" : "Tim Smith", "data" : [ [ "Perl 6", 2 ] - ] + ], + "id" : "Tim Smith", + "name" : "Tim Smith" } ] }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2019-05-02 13:28:30 GMT" + "title" : { + "text" : "Perl Weekly Challenge - 006" }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - }, - "borderWidth" : 0 + } + } + }, + "tooltip" : { + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "pointerFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "followPointer" : 1 + }, + "legend" : { + "enabled" : 0 + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 03dd071924..3ba117be70 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,67 +1,21 @@ { - "xAxis" : { - "type" : "category" - }, - "series" : [ - { - "name" : "Perl Weekly Challenge Languages", - "colorByPoint" : "true", - "data" : [ - { - "drilldown" : "001", - "name" : "#001 [P5=76 P6=37]", - "y" : 113 - }, - { - "name" : "#002 [P5=63 P6=32]", - "drilldown" : "002", - "y" : 95 - }, - { - "name" : "#003 [P5=32 P6=26]", - "drilldown" : "003", - "y" : 58 - }, - { - "name" : "#004 [P5=46 P6=29]", - "drilldown" : "004", - "y" : 75 - }, - { - "name" : "#005 [P5=31 P6=22]", - "drilldown" : "005", - "y" : 53 - }, - { - "y" : 17, - "drilldown" : "006", - "name" : "#006 [P5=11 P6=6]" - } - ] + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } } - ], - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" }, "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-02 13:28:44 GMT" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "title" : { - "text" : "Perl Weekly Challenge Language" + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-05-02 13:30:25 GMT" }, "drilldown" : { "series" : [ { - "name" : "001", "id" : "001", + "name" : "001", "data" : [ [ "Perl 5", @@ -74,8 +28,8 @@ ] }, { - "name" : "002", "id" : "002", + "name" : "002", "data" : [ [ "Perl 5", @@ -88,8 +42,6 @@ ] }, { - "name" : "003", - "id" : "003", "data" : [ [ "Perl 5", @@ -99,10 +51,13 @@ "Perl 6", 26 ] - ] + ], + "id" : "003", + "name" : "003" }, { "id" : "004", + "name" : "004", "data" : [ [ "Perl 5", @@ -112,10 +67,10 @@ "Perl 6", 29 ] - ], - "name" : "004" + ] }, { + "id" : "005", "name" : "005", "data" : [ [ @@ -126,10 +81,11 @@ "Perl 6", 22 ] - ], - "id" : "005" + ] }, { + "id" : "006", + "name" : "006", "data" : [ [ "Perl 5", @@ -139,24 +95,68 @@ "Perl 6", 6 ] - ], - "id" : "006", - "name" : "006" + ] } ] }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "series" : [ + { + "colorByPoint" : "true", + "data" : [ + { + "name" : "#001 [P5=76 P6=37]", + "y" : 113, + "drilldown" : "001" + }, + { + "name" : "#002 [P5=63 P6=32]", + "y" : 95, + "drilldown" : "002" + }, + { + "drilldown" : "003", + "name" : "#003 [P5=32 P6=26]", + "y" : 58 + }, + { + "name" : "#004 [P5=46 P6=29]", + "y" : 75, + "drilldown" : "004" + }, + { + "drilldown" : "005", + "y" : 53, + "name" : "#005 [P5=31 P6=22]" + }, + { + "y" : 17, + "name" : "#006 [P5=11 P6=6]", + "drilldown" : "006" + } + ], + "name" : "Perl Weekly Challenge Languages" + } + ], + "xAxis" : { + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, + "title" : { + "text" : "Perl Weekly Challenge Language" + }, + "chart" : { + "type" : "column" + }, "tooltip" : { - "followPointer" : "true", + "headerFormat" : "<span style=\"font-size:11px\"></span>", "pointFormat" : "<span style=\"color:{point.color}\">{point.name}</span>: <b>{point.y:f}</b><br/>", - "headerFormat" : "<span style=\"font-size:11px\"></span>" + "followPointer" : "true" + }, + "legend" : { + "enabled" : "false" } } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 91cb819951..41c6162920 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,284 +1,26 @@ { - "series" : [ - { - "data" : [ - { - "drilldown" : "Laurent Rosenfeld", - "name" : "#1: Laurent Rosenfeld", - "y" : 54 - }, - { - "y" : 50, - "name" : "#2: Joelle Maslak", - "drilldown" : "Joelle Maslak" - }, - { - "y" : 40, - "drilldown" : "Jaldhar H. Vyas", - "name" : "#3: Jaldhar H. Vyas" - }, - { - "y" : 38, - "drilldown" : "Simon Proctor", - "name" : "#4: Simon Proctor" - }, - { - "name" : "#5: Dr James A. Smith", - "drilldown" : "Dr James A. Smith", - "y" : 36 - }, - { - "y" : 36, - "name" : "#6: Jo Christian Oterhals", - "drilldown" : "Jo Christian Oterhals" - }, - { - "name" : "#7: Nick Logan", - "drilldown" : "Nick Logan", - "y" : 32 - }, - { - "name" : "#8: Ruben Westerberg", - "drilldown" : "Ruben Westerberg", - "y" : 32 - }, - { - "name" : "#9: Adam Russell", - "drilldown" : "Adam Russell", - "y" : 30 - }, - { - "y" : 28, - "name" : "#10: Lars Balker", - "drilldown" : "Lars Balker" - }, - { - "y" : 26, - "drilldown" : "Gustavo Chaves", - "name" : "#11: Gustavo Chaves" - }, - { - "y" : 26, - "name" : "#12: Mark Senn", - "drilldown" : "Mark Senn" - }, - { - "y" : 24, - "name" : "#13: Andrezgz", - "drilldown" : "Andrezgz" - }, - { - "drilldown" : "Arne Sommer", - "name" : "#14: Arne Sommer", - "y" : 24 - }, - { - "y" : 24, - "drilldown" : "Athanasius", - "name" : "#15: Athanasius" - }, - { - "name" : "#16: Kian-Meng Ang", - "drilldown" : "Kian-Meng Ang", - "y" : 24 - }, - { - "name" : "#17: Doug Schrag", - "drilldown" : "Doug Schrag", - "y" : 20 - }, - { - "drilldown" : "Francis Whittle", - "name" : "#18: Francis Whittle", - "y" : 18 - }, - { - "drilldown" : "Duncan C. White", - "name" : "#19: Duncan C. White", - "y" : 16 - }, - { - "y" : 16, - "drilldown" : "Robert Gratza", - "name" : "#20: Robert Gratza" - }, - { - "name" : "#21: John Barrett", - "drilldown" : "John Barrett", - "y" : 14 - }, - { - "y" : 12, - "drilldown" : "Daniel Mantovani", - "name" : "#22: Daniel Mantovani" - }, - { - "drilldown" : "Philippe Bruhat", - "name" : "#23: Philippe Bruhat", - "y" : 12 - }, - { - "drilldown" : "Sergio Iglesias", - "name" : "#24: Sergio Iglesias", - "y" : 12 - }, - { - "drilldown" : "Khalid", - "name" : "#25: Khalid", - "y" : 10 - }, - { - "name" : "#26: Maxim Kolodyazhny", - "drilldown" : "Maxim Kolodyazhny", - "y" : 10 - }, - { - "name" : "#27: Steve Rogerson", - "drilldown" : "Steve Rogerson", - "y" : 10 - }, - { - "name" : "#28: Veesh Goldman", - "drilldown" : "Veesh Goldman", - "y" : 10 - }, - { - "name" : "#29: Alex Daniel", - "drilldown" : "Alex Daniel", - "y" : 8 - }, - { - "y" : 8, - "drilldown" : "Arpad Toth", - "name" : "#30: Arpad Toth" - }, - { - "name" : "#31: Bob Kleemann", - "drilldown" : "Bob Kleemann", - "y" : 8 - }, - { - "drilldown" : "Chenyf", - "name" : "#32: Chenyf", - "y" : 8 - }, - { - "name" : "#33: David Kayal", - "drilldown" : "David Kayal", - "y" : 8 - }, - { - "y" : 8, - "drilldown" : "Jaime Corchado", - "name" : "#34: Jaime Corchado" - }, - { - "y" : 8, - "name" : "#35: Matt Latusek", - "drilldown" : "Matt Latusek" - }, - { - "y" : 8, - "name" : "#36: Ozzy", - "drilldown" : "Ozzy" - }, - { - "drilldown" : "Simon Reinhardt", - "name" : "#37: Simon Reinhardt", - "y" : 8 - }, - { - "y" : 8, - "name" : "#38: Steven Wilson", - "drilldown" : "Steven Wilson" - }, - { - "y" : 8, - "name" : "#39: Tim Smith", - "drilldown" : "Tim Smith" - }, - { - "drilldown" : "Ailbhe Tweedie", - "name" : "#40: Ailbhe Tweedie", - "y" : 6 - }, - { - "y" : 6, - "drilldown" : "Alicia Bielsa", - "name" : "#41: Alicia Bielsa" - }, - { - "y" : 6, - "drilldown" : "Dave Cross", - "name" : "#42: Dave Cross" - }, - { - "drilldown" : "Dave Jacoby", - "name" : "#43: Dave Jacoby", - "y" : 6 - }, - { - "drilldown" : "E. Choroba", - "name" : "#44: E. Choroba", - "y" : 6 - }, - { - "y" : 6, - "name" : "#45: Freddie B", - "drilldown" : "Freddie B" - }, - { - "drilldown" : "Jeremy Carman", - "name" : "#46: Jeremy Carman", - "y" : 6 - }, - { - "name" : "#47: Kivanc Yazan", - "drilldown" : "Kivanc Yazan", - "y" : 6 - }, - { - "drilldown" : "Neil Bowers", - "name" : "#48: Neil Bowers", - "y" : 6 - }, - { - "y" : 6, - "drilldown" : "Pete Houston", - "name" : "#49: Pete Houston" - }, - { - "y" : 6, - "name" : "#50: Sean Meininger", - "drilldown" : "Sean Meininger" - } - ], - "colorByPoint" : "true", - "name" : "Perl Weekly Challenge Leaders" - } - ], "xAxis" : { "type" : "category" }, "drilldown" : { "series" : [ { + "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld", "data" : [ [ + "Blog", + 6 + ], + [ "Perl 5", 11 ], [ "Perl 6", 10 - ], - [ - "Blog", - 6 ] - ], - "id" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld" + ] }, { "id" : "Joelle Maslak", @@ -299,6 +41,7 @@ ] }, { + "id" : "Jaldhar H. Vyas", "data" : [ [ "Perl 6", @@ -309,17 +52,17 @@ 10 ] ], - "name" : "Jaldhar H. Vyas", - "id" : "Jaldhar H. Vyas" + "name" : "Jaldhar H. Vyas" }, { + "id" : "Simon Proctor", "data" : [ [ - "Perl 5", + "Blog", 4 ], [ - "Blog", + "Perl 5", 4 ], [ @@ -327,43 +70,41 @@ 11 ] ], - "name" : "Simon Proctor", - "id" : "Simon Proctor" + "name" : "Simon Proctor" }, { "id" : "Dr James A. Smith", - "name" : "Dr James A. Smith", "data" : [ [ - "Perl 6", - 8 - ], - [ "Perl 5", 10 + ], + [ + "Perl 6", + 8 ] - ] + ], + "name" : "Dr James A. Smith" }, { - "id" : "Jo Christian Oterhals", "name" : "Jo Christian Oterhals", "data" : [ [ + "Perl 6", + 8 + ], + [ "Perl 5", 6 ], [ "Blog", 4 - ], - [ - "Perl 6", - 8 ] - ] + ], + "id" : "Jo Christian Oterhals" }, { - "name" : "Nick Logan", "id" : "Nick Logan", "data" : [ [ @@ -374,7 +115,8 @@ "Perl 5", 8 ] - ] + ], + "name" : "Nick Logan" }, { "data" : [ @@ -387,26 +129,25 @@ 8 ] ], - "id" : "Ruben Westerberg", - "name" : "Ruben Westerberg" + "name" : "Ruben Westerberg", + "id" : "Ruben Westerberg" }, { "id" : "Adam Russell", "name" : "Adam Russell", "data" : [ [ - "Blog", - 5 - ], - [ "Perl 5", 10 + ], + [ + "Blog", + 5 ] ] }, { "name" : "Lars Balker", - "id" : "Lars Balker", "data" : [ [ "Perl 5", @@ -416,7 +157,8 @@ "Perl 6", 4 ] - ] + ], + "id" : "Lars Balker" }, { "data" : [ @@ -429,12 +171,11 @@ 9 ] ], - "id" : "Gustavo Chaves", - "name" : "Gustavo Chaves" + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves" }, { "name" : "Mark Senn", - "id" : "Mark Senn", "data" : [ [ "Perl 6", @@ -444,7 +185,8 @@ "Blog", 3 ] - ] + ], + "id" : "Mark Senn" }, { "data" : [ @@ -453,46 +195,46 @@ 12 ] ], - "id" : "Andrezgz", - "name" : "Andrezgz" + "name" : "Andrezgz", + "id" : "Andrezgz" }, { "id" : "Arne Sommer", "name" : "Arne Sommer", "data" : [ [ - "Blog", - 4 - ], - [ "Perl 6", 8 + ], + [ + "Blog", + 4 ] ] }, { - "id" : "Athanasius", "name" : "Athanasius", "data" : [ [ "Perl 5", 12 ] - ] + ], + "id" : "Athanasius" }, { - "name" : "Kian-Meng Ang", - "id" : "Kian-Meng Ang", "data" : [ [ - "Blog", - 4 - ], - [ "Perl 5", 8 + ], + [ + "Blog", + 4 ] - ] + ], + "name" : "Kian-Meng Ang", + "id" : "Kian-Meng Ang" }, { "id" : "Doug Schrag", @@ -507,60 +249,60 @@ { "data" : [ [ - "Perl 6", - 6 - ], - [ "Blog", 3 + ], + [ + "Perl 6", + 6 ] ], - "id" : "Francis Whittle", - "name" : "Francis Whittle" + "name" : "Francis Whittle", + "id" : "Francis Whittle" }, { + "id" : "Duncan C. White", + "name" : "Duncan C. White", "data" : [ [ "Perl 5", 8 ] - ], - "name" : "Duncan C. White", - "id" : "Duncan C. White" + ] }, { "data" : [ [ - "Perl 6", - 6 - ], - [ "Perl 5", 2 + ], + [ + "Perl 6", + 6 ] ], - "id" : "Robert Gratza", - "name" : "Robert Gratza" + "name" : "Robert Gratza", + "id" : "Robert Gratza" }, { - "name" : "John Barrett", - "id" : "John Barrett", "data" : [ [ "Perl 5", 7 ] - ] + ], + "name" : "John Barrett", + "id" : "John Barrett" }, { - "name" : "Daniel Mantovani", "id" : "Daniel Mantovani", "data" : [ [ "Perl 5", 6 ] - ] + ], + "name" : "Daniel Mantovani" }, { "data" : [ @@ -577,13 +319,13 @@ "id" : "Philippe Bruhat" }, { + "id" : "Sergio Iglesias", "data" : [ [ "Perl 5", 6 ] ], - "id" : "Sergio Iglesias", "name" : "Sergio Iglesias" }, { @@ -601,48 +343,48 @@ "id" : "Khalid" }, { + "id" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 5 ] ], - "id" : "Maxim Kolodyazhny", "name" : "Maxim Kolodyazhny" }, { + "id" : "Steve Rogerson", "data" : [ [ - "Perl 6", - 2 - ], - [ "Perl 5", 3 + ], + [ + "Perl 6", + 2 ] ], - "name" : "Steve Rogerson", - "id" : "Steve Rogerson" + "name" : "Steve Rogerson" }, { + "id" : "Veesh Goldman", + "name" : "Veesh Goldman", "data" : [ [ "Perl 5", 5 ] - ], - "name" : "Veesh Goldman", - "id" : "Veesh Goldman" + ] }, { - "name" : "Alex Daniel", - "id" : "Alex Daniel", "data" : [ [ "Perl 6", 4 ] - ] + ], + "name" : "Alex Daniel", + "id" : "Alex Daniel" }, { "data" : [ @@ -665,33 +407,33 @@ ] }, { + "id" : "Chenyf", + "name" : "Chenyf", "data" : [ [ "Perl 6", 4 ] - ], - |
