From 9ba67f37ad4cf658161ecea9669568d0df4f1c40 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 16 Jun 2019 08:30:31 +0100 Subject: - Added solutions by Adam Russell and Joelle Maslak. --- .../joelle-maslak/perl5/ch-3-simulator.pl | 42 ++ .../joelle-maslak/perl5/simulator-ch-3.pl | 42 -- stats/pwc-current.json | 363 ++++++++------- stats/pwc-language-breakdown-summary.json | 64 +-- stats/pwc-language-breakdown.json | 136 +++--- stats/pwc-leaders.json | 494 ++++++++++----------- stats/pwc-summary-1-30.json | 48 +- stats/pwc-summary-31-60.json | 114 ++--- stats/pwc-summary-61-90.json | 38 +- stats/pwc-summary-91-120.json | 46 +- stats/pwc-summary.json | 246 +++++----- 11 files changed, 826 insertions(+), 807 deletions(-) create mode 100755 challenge-012/joelle-maslak/perl5/ch-3-simulator.pl delete mode 100755 challenge-012/joelle-maslak/perl5/simulator-ch-3.pl diff --git a/challenge-012/joelle-maslak/perl5/ch-3-simulator.pl b/challenge-012/joelle-maslak/perl5/ch-3-simulator.pl new file mode 100755 index 0000000000..e25ffff641 --- /dev/null +++ b/challenge-012/joelle-maslak/perl5/ch-3-simulator.pl @@ -0,0 +1,42 @@ +#!/usr/bin/env perl + +use strict; +use warnings; + +use v5.22; + +use Mojolicious::Lite; + +# Turn on method signatures +use feature 'signatures'; +no warnings 'experimental::signatures'; + +get '/services/v2/syno.php' => sub ($c) { + if (($c->param('uid') // '') ne '1001') { + say $c->param('uid'); + $c->render(status => 500, json => { error => 'Invalid User ID' }); + } elsif (($c->param('tokenid') // '') ne 'tk324324') { + $c->render(status => 500, json => { error => 'Invalid Token' }); + } elsif (($c->param('format') // '') ne 'json') { + $c->render(status => 500, json => { error => 'Invalid Format' }); + } elsif (($c->param('word') // '') eq '') { + $c->render(status => 500, json => { error => 'Must provide word' }); + } else { + say "WORD: " . $c->param('word'); + $c->render( + json => { + results => { + result => { + term => "consistent", + definition => "(sometimes followed by 'with') in agreement or consistent or reliable", + partofspeech => "adj", + synonyms => "ordered, coherent, logical, reproducible, uniform", + antonyms => "scratchy, unreconciled, uneven, contradictory, inconsistent, conflicting, incompatible, spotty, heterogeneous, discrepant, heterogenous, self-contradictory, unconformable", + }, + }, + } + ); + } +}; + +app->start; diff --git a/challenge-012/joelle-maslak/perl5/simulator-ch-3.pl b/challenge-012/joelle-maslak/perl5/simulator-ch-3.pl deleted file mode 100755 index e25ffff641..0000000000 --- a/challenge-012/joelle-maslak/perl5/simulator-ch-3.pl +++ /dev/null @@ -1,42 +0,0 @@ -#!/usr/bin/env perl - -use strict; -use warnings; - -use v5.22; - -use Mojolicious::Lite; - -# Turn on method signatures -use feature 'signatures'; -no warnings 'experimental::signatures'; - -get '/services/v2/syno.php' => sub ($c) { - if (($c->param('uid') // '') ne '1001') { - say $c->param('uid'); - $c->render(status => 500, json => { error => 'Invalid User ID' }); - } elsif (($c->param('tokenid') // '') ne 'tk324324') { - $c->render(status => 500, json => { error => 'Invalid Token' }); - } elsif (($c->param('format') // '') ne 'json') { - $c->render(status => 500, json => { error => 'Invalid Format' }); - } elsif (($c->param('word') // '') eq '') { - $c->render(status => 500, json => { error => 'Must provide word' }); - } else { - say "WORD: " . $c->param('word'); - $c->render( - json => { - results => { - result => { - term => "consistent", - definition => "(sometimes followed by 'with') in agreement or consistent or reliable", - partofspeech => "adj", - synonyms => "ordered, coherent, logical, reproducible, uniform", - antonyms => "scratchy, unreconciled, uneven, contradictory, inconsistent, conflicting, incompatible, spotty, heterogeneous, discrepant, heterogenous, self-contradictory, unconformable", - }, - }, - } - ); - } -}; - -app->start; diff --git a/stats/pwc-current.json b/stats/pwc-current.json index a2a6f85638..9ba886c7cb 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -5,43 +5,161 @@ "xAxis" : { "type" : "category" }, - "tooltip" : { - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
" + "series" : [ + { + "colorByPoint" : 1, + "name" : "Perl Weekly Challenge - 012", + "data" : [ + { + "drilldown" : "Aaron Sherman", + "name" : "Aaron Sherman", + "y" : 2 + }, + { + "drilldown" : "Adam Russell", + "name" : "Adam Russell", + "y" : 3 + }, + { + "y" : 2, + "name" : "Alicia Bielsa", + "drilldown" : "Alicia Bielsa" + }, + { + "y" : 2, + "name" : "Andrezgz", + "drilldown" : "Andrezgz" + }, + { + "name" : "Arne Sommer", + "drilldown" : "Arne Sommer", + "y" : 3 + }, + { + "drilldown" : "Daniel Mantovani", + "name" : "Daniel Mantovani", + "y" : 2 + }, + { + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby", + "y" : 4 + }, + { + "y" : 3, + "name" : "E. Choroba", + "drilldown" : "E. Choroba" + }, + { + "y" : 4, + "drilldown" : "Feng Chang", + "name" : "Feng Chang" + }, + { + "drilldown" : "Francis Whittle", + "name" : "Francis Whittle", + "y" : 3 + }, + { + "name" : "Gustavo Chaves", + "drilldown" : "Gustavo Chaves", + "y" : 2 + }, + { + "y" : 2, + "drilldown" : "Jaime Corchado", + "name" : "Jaime Corchado" + }, + { + "y" : 6, + "name" : "Joelle Maslak", + "drilldown" : "Joelle Maslak" + }, + { + "drilldown" : "Kevin Colyer", + "name" : "Kevin Colyer", + "y" : 2 + }, + { + "name" : "Laurent Rosenfeld", + "drilldown" : "Laurent Rosenfeld", + "y" : 5 + }, + { + "name" : "Maxim Nechaev", + "drilldown" : "Maxim Nechaev", + "y" : 1 + }, + { + "y" : 1, + "name" : "Ozzy", + "drilldown" : "Ozzy" + }, + { + "y" : 2, + "drilldown" : "Rakesh Kumar Shardiwal", + "name" : "Rakesh Kumar Shardiwal" + }, + { + "y" : 4, + "name" : "Ruben Westerberg", + "drilldown" : "Ruben Westerberg" + }, + { + "y" : 2, + "name" : "Simon Proctor", + "drilldown" : "Simon Proctor" + }, + { + "name" : "Steven Wilson", + "drilldown" : "Steven Wilson", + "y" : 2 + }, + { + "y" : 3, + "drilldown" : "Yozen Hernandez", + "name" : "Yozen Hernandez" + } + ] + } + ], + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "subtitle" : { - "text" : "[Champions: 21] Last updated at 2019-06-15 23:07:19 GMT" - }, "drilldown" : { "series" : [ { - "id" : "Aaron Sherman", - "name" : "Aaron Sherman", "data" : [ [ "Perl 6", 2 ] - ] + ], + "name" : "Aaron Sherman", + "id" : "Aaron Sherman" }, { - "id" : "Alicia Bielsa", "data" : [ [ "Perl 5", 2 + ], + [ + "Blog", + 1 ] ], - "name" : "Alicia Bielsa" + "name" : "Adam Russell", + "id" : "Adam Russell" }, { "data" : [ @@ -50,12 +168,20 @@ 2 ] ], + "id" : "Alicia Bielsa", + "name" : "Alicia Bielsa" + }, + { + "id" : "Andrezgz", "name" : "Andrezgz", - "id" : "Andrezgz" + "data" : [ + [ + "Perl 5", + 2 + ] + ] }, { - "id" : "Arne Sommer", - "name" : "Arne Sommer", "data" : [ [ "Perl 6", @@ -65,7 +191,9 @@ "Blog", 1 ] - ] + ], + "id" : "Arne Sommer", + "name" : "Arne Sommer" }, { "id" : "Daniel Mantovani", @@ -78,8 +206,6 @@ ] }, { - "id" : "Dave Jacoby", - "name" : "Dave Jacoby", "data" : [ [ "Perl 5", @@ -89,10 +215,13 @@ "Blog", 2 ] - ] + ], + "name" : "Dave Jacoby", + "id" : "Dave Jacoby" }, { "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ [ "Perl 5", @@ -102,11 +231,9 @@ "Blog", 1 ] - ], - "name" : "E. Choroba" + ] }, { - "name" : "Feng Chang", "data" : [ [ "Perl 5", @@ -117,27 +244,28 @@ 2 ] ], + "name" : "Feng Chang", "id" : "Feng Chang" }, { + "id" : "Francis Whittle", "name" : "Francis Whittle", "data" : [ [ "Perl 6", 3 ] - ], - "id" : "Francis Whittle" + ] }, { + "name" : "Gustavo Chaves", + "id" : "Gustavo Chaves", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Gustavo Chaves", - "id" : "Gustavo Chaves" + ] }, { "id" : "Jaime Corchado", @@ -150,31 +278,30 @@ ] }, { - "id" : "Joelle Maslak", "data" : [ [ "Perl 5", - 1 + 3 ], [ "Perl 6", - 1 + 3 ] ], - "name" : "Joelle Maslak" + "name" : "Joelle Maslak", + "id" : "Joelle Maslak" }, { - "id" : "Kevin Colyer", "data" : [ [ "Perl 6", 2 ] ], + "id" : "Kevin Colyer", "name" : "Kevin Colyer" }, { - "name" : "Laurent Rosenfeld", "data" : [ [ "Perl 5", @@ -189,39 +316,42 @@ 1 ] ], - "id" : "Laurent Rosenfeld" + "id" : "Laurent Rosenfeld", + "name" : "Laurent Rosenfeld" }, { + "id" : "Maxim Nechaev", "name" : "Maxim Nechaev", "data" : [ [ "Perl 5", 1 ] - ], - "id" : "Maxim Nechaev" + ] }, { - "name" : "Ozzy", "data" : [ [ "Perl 6", 1 ] ], + "name" : "Ozzy", "id" : "Ozzy" }, { + "name" : "Rakesh Kumar Shardiwal", + "id" : "Rakesh Kumar Shardiwal", "data" : [ [ "Perl 5", 2 ] - ], - "name" : "Rakesh Kumar Shardiwal", - "id" : "Rakesh Kumar Shardiwal" + ] }, { + "id" : "Ruben Westerberg", + "name" : "Ruben Westerberg", "data" : [ [ "Perl 5", @@ -231,19 +361,17 @@ "Perl 6", 2 ] - ], - "name" : "Ruben Westerberg", - "id" : "Ruben Westerberg" + ] }, { - "id" : "Simon Proctor", "data" : [ [ "Perl 6", 2 ] ], - "name" : "Simon Proctor" + "name" : "Simon Proctor", + "id" : "Simon Proctor" }, { "id" : "Steven Wilson", @@ -257,6 +385,7 @@ }, { "name" : "Yozen Hernandez", + "id" : "Yozen Hernandez", "data" : [ [ "Perl 5", @@ -266,133 +395,23 @@ "Blog", 1 ] - ], - "id" : "Yozen Hernandez" + ] } ] }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - } + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, - "series" : [ - { - "name" : "Perl Weekly Challenge - 012", - "data" : [ - { - "y" : 2, - "name" : "Aaron Sherman", - "drilldown" : "Aaron Sherman" - }, - { - "drilldown" : "Alicia Bielsa", - "y" : 2, - "name" : "Alicia Bielsa" - }, - { - "y" : 2, - "name" : "Andrezgz", - "drilldown" : "Andrezgz" - }, - { - "name" : "Arne Sommer", - "y" : 3, - "drilldown" : "Arne Sommer" - }, - { - "drilldown" : "Daniel Mantovani", - "name" : "Daniel Mantovani", - "y" : 2 - }, - { - "drilldown" : "Dave Jacoby", - "name" : "Dave Jacoby", - "y" : 4 - }, - { - "y" : 3, - "name" : "E. Choroba", - "drilldown" : "E. Choroba" - }, - { - "name" : "Feng Chang", - "y" : 4, - "drilldown" : "Feng Chang" - }, - { - "drilldown" : "Francis Whittle", - "name" : "Francis Whittle", - "y" : 3 - }, - { - "drilldown" : "Gustavo Chaves", - "y" : 2, - "name" : "Gustavo Chaves" - }, - { - "drilldown" : "Jaime Corchado", - "name" : "Jaime Corchado", - "y" : 2 - }, - { - "drilldown" : "Joelle Maslak", - "y" : 2, - "name" : "Joelle Maslak" - }, - { - "name" : "Kevin Colyer", - "y" : 2, - "drilldown" : "Kevin Colyer" - }, - { - "drilldown" : "Laurent Rosenfeld", - "name" : "Laurent Rosenfeld", - "y" : 5 - }, - { - "y" : 1, - "name" : "Maxim Nechaev", - "drilldown" : "Maxim Nechaev" - }, - { - "y" : 1, - "name" : "Ozzy", - "drilldown" : "Ozzy" - }, - { - "drilldown" : "Rakesh Kumar Shardiwal", - "name" : "Rakesh Kumar Shardiwal", - "y" : 2 - }, - { - "name" : "Ruben Westerberg", - "y" : 4, - "drilldown" : "Ruben Westerberg" - }, - { - "name" : "Simon Proctor", - "y" : 2, - "drilldown" : "Simon Proctor" - }, - { - "drilldown" : "Steven Wilson", - "name" : "Steven Wilson", - "y" : 2 - }, - { - "drilldown" : "Yozen Hernandez", - "name" : "Yozen Hernandez", - "y" : 3 - } - ], - "colorByPoint" : 1 - } - ], + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" + }, + "subtitle" : { + "text" : "[Champions: 22] Last updated at 2019-06-16 07:28:35 GMT" + }, "title" : { "text" : "Perl Weekly Challenge - 012" } diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 6c9c27b189..eada417317 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "rotation" : -90, - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}", - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, "data" : [ [ "Blog", - 104 + 105 ], [ "Perl 5", - 475 + 479 ], [ "Perl 6", - 280 + 282 ] - ] + ], + "dataLabels" : { + "enabled" : "true", + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF" + }, + "name" : "Contributions" } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "legend" : { + "enabled" : "false" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } - }, - "legend" : { - "enabled" : "false" + }, + "type" : "category" }, - "subtitle" : { - "text" : "Last updated at 2019-06-15 23:07:30 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "chart" : { + "type" : "column" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-16 07:29:04 GMT" } } diff --git a/stats/pwc-language-breakdown.json b/stats/pwc-language-breakdown.json index 9361c231f9..cc7392b08e 100644 --- a/stats/pwc-language-breakdown.json +++ b/stats/pwc-language-breakdown.json @@ -1,17 +1,23 @@ { - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 + "subtitle" : { + "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-16 07:29:04 GMT" + }, + "tooltip" : { + "followPointer" : "true", + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, + "chart" : { + "type" : "column" + }, "drilldown" : { "series" : [ { - "name" : "001", "id" : "001", "data" : [ [ @@ -22,10 +28,10 @@ "Perl 6", 37 ] - ] + ], + "name" : "001" }, { - "id" : "002", "name" : "002", "data" : [ [ @@ -36,11 +42,12 @@ "Perl 6", 32 ] - ] + ], + "id" : "002" }, { - "id" : "003", "name" : "003", + "id" : "003", "data" : [ [ "Perl 5", @@ -53,6 +60,7 @@ ] }, { + "id" : "004", "data" : [ [ "Perl 5", @@ -63,7 +71,6 @@ 29 ] ], - "id" : "004", "name" : "004" }, { @@ -81,8 +88,6 @@ ] }, { - "id" : "006", - "name" : "006", "data" : [ [ "Perl 5", @@ -92,11 +97,11 @@ "Perl 6", 14 ] - ] + ], + "id" : "006", + "name" : "006" }, { - "name" : "007", - "id" : "007", "data" : [ [ "Perl 5", @@ -106,9 +111,12 @@ "Perl 6", 20 ] - ] + ], + "id" : "007", + "name" : "007" }, { + "id" : "008", "data" : [ [ "Perl 5", @@ -119,12 +127,10 @@ 20 ] ], - "name" : "008", - "id" : "008" + "name" : "008" }, { "name" : "009", - "id" : "009", "data" : [ [ "Perl 5", @@ -134,11 +140,11 @@ "Perl 6", 18 ] - ] + ], + "id" : "009" }, { "id" : "010", - "name" : "010", "data" : [ [ "Perl 5", @@ -148,9 +154,11 @@ "Perl 6", 17 ] - ] + ], + "name" : "010" }, { + "name" : "011", "data" : [ [ "Perl 5", @@ -161,54 +169,55 @@ 26 ] ], - "name" : "011", "id" : "011" }, { - "id" : "012", "name" : "012", + "id" : "012", "data" : [ [ "Perl 5", - 28 + 32 ], [ "Perl 6", - 19 + 21 ] ] } ] }, - "subtitle" : { - "text" : "Click the columns to drilldown the language breakdown. Last updated at 2019-06-15 23:07:30 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "", - "followPointer" : "true" + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } }, "title" : { "text" : "Perl Weekly Challenge Language" }, - "xAxis" : { - "type" : "category" - }, "legend" : { "enabled" : "false" }, + "xAxis" : { + "type" : "category" + }, "series" : [ { + "name" : "Perl Weekly Challenge Languages", "data" : [ { + "name" : "#001 [P5=76 P6=37]", "y" : 113, - "drilldown" : "001", - "name" : "#001 [P5=76 P6=37]" + "drilldown" : "001" }, { - "name" : "#002 [P5=63 P6=32]", + "y" : 95, "drilldown" : "002", - "y" : 95 + "name" : "#002 [P5=63 P6=32]" }, { "y" : 58, @@ -216,13 +225,13 @@ "name" : "#003 [P5=32 P6=26]" }, { - "name" : "#004 [P5=46 P6=29]", + "y" : 75, "drilldown" : "004", - "y" : 75 + "name" : "#004 [P5=46 P6=29]" }, { - "drilldown" : "005", "name" : "#005 [P5=33 P6=22]", + "drilldown" : "005", "y" : 55 }, { @@ -232,45 +241,36 @@ }, { "y" : 46, - "name" : "#007 [P5=26 P6=20]", - "drilldown" : "007" + "drilldown" : "007", + "name" : "#007 [P5=26 P6=20]" }, { "name" : "#008 [P5=38 P6=20]", - "drilldown" : "008", - "y" : 58 + "y" : 58, + "drilldown" : "008" }, { - "y" : 51, "drilldown" : "009", + "y" : 51, "name" : "#009 [P5=33 P6=18]" }, { - "y" : 49, "name" : "#010 [P5=32 P6=17]", - "drilldown" : "010" + "drilldown" : "010", + "y" : 49 }, { - "y" : 67, + "name" : "#011 [P5=41 P6=26]", "drilldown" : "011", - "name" : "#011 [P5=41 P6=26]" + "y" : 67 }, { - "y" : 47, + "name" : "#012 [P5=32 P6=21]", "drilldown" : "012", - "name" : "#012 [P5=28 P6=19]" + "y" : 53 } ], - "colorByPoint" : "true", - "name" : "Perl Weekly Challenge Languages" - } - ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "colorByPoint" : "true" } - } + ] } diff --git a/stats/pwc-leaders.json b/stats/pwc-leaders.json index 7e66681200..0643b964cb 100644 --- a/stats/pwc-leaders.json +++ b/stats/pwc-leaders.json @@ -1,55 +1,59 @@ { + "chart" : { + "type" : "column" + }, "series" : [ { + "colorByPoint" : "true", "data" : [ { - "drilldown" : "Laurent Rosenfeld", "y" : 122, - "name" : "#1: Laurent Rosenfeld" + "name" : "#1: Joelle Maslak", + "drilldown" : "Joelle Maslak" }, { - "name" : "#2: Joelle Maslak", - "y" : 114, - "drilldown" : "Joelle Maslak" + "y" : 122, + "name" : "#2: Laurent Rosenfeld", + "drilldown" : "Laurent Rosenfeld" }, { + "drilldown" : "Jaldhar H. Vyas", "name" : "#3: Jaldhar H. Vyas", - "y" : 88, - "drilldown" : "Jaldhar H. Vyas" + "y" : 88 }, { "drilldown" : "Ruben Westerberg", - "y" : 84, - "name" : "#4: Ruben Westerberg" + "name" : "#4: Ruben Westerberg", + "y" : 84 }, { - "drilldown" : "Adam Russell", "name" : "#5: Adam Russell", - "y" : 66 + "drilldown" : "Adam Russell", + "y" : 72 }, { - "drilldown" : "Arne Sommer", + "y" : 64, "name" : "#6: Arne Sommer", - "y" : 64 + "drilldown" : "Arne Sommer" }, { - "name" : "#7: Kian-Meng Ang", "y" : 60, - "drilldown" : "Kian-Meng Ang" + "drilldown" : "Kian-Meng Ang", + "name" : "#7: Kian-Meng Ang" }, { + "y" : 60, "drilldown" : "Simon Proctor", - "name" : "#8: Simon Proctor", - "y" : 60 + "name" : "#8: Simon Proctor" }, { - "drilldown" : "Francis Whittle", "name" : "#9: Francis Whittle", + "drilldown" : "Francis Whittle", "y" : 50 }, { - "name" : "#10: Gustavo Chaves", "y" : 50, + "name" : "#10: Gustavo Chaves", "drilldown" : "Gustavo Chaves" }, { @@ -58,29 +62,29 @@ "drilldown" : "E. Choroba" }, { - "name" : "#12: Jo Christian Oterhals", "y" : 48, - "drilldown" : "Jo Christian Oterhals" + "drilldown" : "Jo Christian Oterhals", + "name" : "#12: Jo Christian Oterhals" }, { + "name" : "#13: Andrezgz", "drilldown" : "Andrezgz", - "y" : 46, - "name" : "#13: Andrezgz" + "y" : 46 }, { + "y" : 46, "drilldown" : "Athanasius", - "name" : "#14: Athanasius", - "y" : 46 + "name" : "#14: Athanasius" }, { "name" : "#15: Dave Jacoby", - "y" : 44, - "drilldown" : "Dave Jacoby" + "drilldown" : "Dave Jacoby", + "y" : 44 }, { - "name" : "#16: Dr James A. Smith", "y" : 44, - "drilldown" : "Dr James A. Smith" + "drilldown" : "Dr James A. Smith", + "name" : "#16: Dr James A. Smith" }, { "drilldown" : "Daniel Mantovani", @@ -88,39 +92,39 @@ "y" : 36 }, { - "drilldown" : "Duncan C. White", + "y" : 32, "name" : "#18: Duncan C. White", - "y" : 32 + "drilldown" : "Duncan C. White" }, { - "drilldown" : "Nick Logan", + "y" : 32, "name" : "#19: Nick Logan", - "y" : 32 + "drilldown" : "Nick Logan" }, { - "drilldown" : "Lars Balker", "y" : 28, - "name" : "#20: Lars Balker" + "name" : "#20: Lars Balker", + "drilldown" : "Lars Balker" }, { - "name" : "#21: Yozen Hernandez", "y" : 28, - "drilldown" : "Yozen Hernandez" + "drilldown" : "Yozen Hernandez", + "name" : "#21: Yozen Hernandez" }, { - "drilldown" : "Mark Senn", "y" : 26, - "name" : "#22: Mark Senn" + "name" : "#22: Mark Senn", + "drilldown" : "Mark Senn" }, { - "drilldown" : "Steven Wilson", + "y" : 24, "name" : "#23: Steven Wilson", - "y" : 24 + "drilldown" : "Steven Wilson" }, { + "drilldown" : "Alicia Bielsa", "name" : "#24: Alicia Bielsa", - "y" : 22, - "drilldown" : "Alicia Bielsa" + "y" : 22 }, { "y" : 22, @@ -128,9 +132,9 @@ "drilldown" : "Feng Chang" }, { - "drilldown" : "Doug Schrag", + "y" : 20, "name" : "#26: Doug Schrag", - "y" : 20 + "drilldown" : "Doug Schrag" }, { "y" : 20, @@ -144,8 +148,8 @@ }, { "drilldown" : "Guillermo Ramos", - "y" : 18, - "name" : "#29: Guillermo Ramos" + "name" : "#29: Guillermo Ramos", + "y" : 18 }, { "y" : 16, @@ -153,34 +157,34 @@ "drilldown" : "Robert Gratza" }, { + "name" : "#31: John Barrett", "drilldown" : "John Barrett", - "y" : 14, - "name" : "#31: John Barrett" + "y" : 14 }, { - "drilldown" : "Khalid", "y" : 14, - "name" : "#32: Khalid" + "name" : "#32: Khalid", + "drilldown" : "Khalid" }, { + "drilldown" : "Jaime Corchado", "name" : "#33: Jaime Corchado", - "y" : 12, - "drilldown" : "Jaime Corchado" + "y" : 12 }, { - "drilldown" : "Kivanc Yazan", "y" : 12, + "drilldown" : "Kivanc Yazan", "name" : "#34: Kivanc Yazan" }, { "drilldown" : "Maxim Kolodyazhny", - "y" : 12, - "name" : "#35: Maxim Kolodyazhny" + "name" : "#35: Maxim Kolodyazhny", + "y" : 12 }, { "y" : 12, - "name" : "#36: Philippe Bruhat", - "drilldown" : "Philippe Bruhat" + "drilldown" : "Philippe Bruhat", + "name" : "#36: Philippe Bruhat" }, { "drilldown" : "Sergio Iglesias", @@ -188,29 +192,29 @@ "y" : 12 }, { + "drilldown" : "Arpad Toth", "name" : "#38: Arpad Toth", - "y" : 10, - "drilldown" : "Arpad Toth" + "y" : 10 }, { - "drilldown" : "Steve Rogerson", "y" : 10, - "name" : "#39: Steve Rogerson" + "name" : "#39: Steve Rogerson", + "drilldown" : "Steve Rogerson" }, { - "name" : "#40: Veesh Goldman", "y" : 10, + "name" : "#40: Veesh Goldman", "drilldown" : "Veesh Goldman" }, { "name" : "#41: Aaron Sherman", - "y" : 8, - "drilldown" : "Aaron Sherman" + "drilldown" : "Aaron Sherman", + "y" : 8 }, { + "drilldown" : "Alex Daniel", "name" : "#42: Alex Daniel", - "y" : 8, - "drilldown" : "Alex Daniel" + "y" : 8 }, { "drilldown" : "Bob Kleemann", @@ -218,106 +222,111 @@ "y" : 8 }, { + "y" : 8, "drilldown" : "Chenyf", - "name" : "#44: Chenyf", - "y" : 8 + "name" : "#44: Chenyf" }, { - "drilldown" : "David Kayal", "name" : "#45: David Kayal", + "drilldown" : "David Kayal", "y" : 8 }, { - "drilldown" : "Finley", "y" : 8, + "drilldown" : "Finley", "name" : "#46: Finley" }, { "name" : "#47: Kevin Colyer", - "y" : 8, - "drilldown" : "Kevin Colyer" + "drilldown" : "Kevin Colyer", + "y" : 8 }, { + "y" : 8, "drilldown" : "Luis F. Uceta", - "name" : "#48: Luis F. Uceta", - "y" : 8 + "name" : "#48: Luis F. Uceta" }, { - "drilldown" : "Matt Latusek", "y" : 8, - "name" : "#49: Matt Latusek" + "name" : "#49: Matt Latusek", + "drilldown" : "Matt Latusek" }, { + "y" : 8, "drilldown" : "Neil Bowers", - "name" : "#50: Neil Bowers", - "y" : 8 + "name" : "#50: Neil Bowers" } ], - "colorByPoint" : "true", "name" : "Perl Weekly Challenge Leaders" } ], - "yAxis" : { - "title" : { - "text" : "Total Score" + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 } }, + "title" : { + "text" : "Perl Weekly Challenge Leaders (TOP 50)" + }, + "subtitle" : { + "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-16 07:28:47 GMT" + }, "legend" : { "enabled" : "false" }, + "yAxis" : { + "title" : { + "text" : "Total Score" + } + }, "xAxis" : { "type" : "category" }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : "true", - "headerFormat" : "" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Click the columns to drilldown the score breakdown. Last updated at 2019-06-15 23:07:27 GMT" - }, "drilldown" : { "series" : [ { + "name" : "Joelle Maslak", + "id" : "Joelle Maslak", "data" : [ [ "Perl 5", - 24 + 29 ], [ - "Blog", - 14 + "Perl 6", + 29 ], [ - "Perl 6", - 23 + "Blog", + 3 ] - ], - "name" : "Laurent Rosenfeld", - "id" : "Laurent Rosenfeld" + ] }, { - "name" : "Joelle Maslak", - "id" : "Joelle Maslak", + "id" : "Laurent Rosenfeld", "data" : [ [ - "Blog", - 3 + "Perl 6", + 23 ], [ - "Perl 5", - 27 + "Blog", + 14 ], [ - "Perl 6", - 27 + "Perl 5", + 24 ] - ] + ], + "name" : "Laurent Rosenfeld" }, { + "name" : "Jaldhar H. Vyas", + "id" : "Jaldhar H. Vyas", "data" : [ [ "Perl 5", @@ -327,39 +336,39 @@ "Perl 6", 22 ] - ], - "id" : "Jaldhar H. Vyas", - "name" : "Jaldhar H. Vyas" + ] }, { "data" : [ [ - "Perl 6", + "Perl 5", 21 ], [ - "Perl 5", + "Perl 6", 21 ] ], - "name" : "Ruben Westerberg", - "id" : "Ruben Westerberg" + "id" : "Ruben Westerberg", + "name" : "Ruben Westerberg" }, { "data" : [ [ - "Blog", - 11 + "Perl 5", + 24 ], [ - "Perl 5", - 22 + "Blog", + 12 ] ], - "name" : "Adam Russell", - "id" : "Adam Russell" + "id" : "Adam Russell", + "name" : "Adam Russell" }, { + "name" : "Arne Sommer", + "id" : "Arne Sommer", "data" : [ [ "Perl 6", @@ -369,43 +378,42 @@ "Blog", 11 ] - ], - "id" : "Arne Sommer", - "name" : "Arne Sommer" + ] }, { "name" : "Kian-Meng Ang", - "id" : "Kian-Meng Ang", "data" : [ - [ - "Perl 5", - 19 - ], [ "Blog", 11 + ], + [ + "Perl 5", + 19 ] - ] + ], + "id" : "Kian-Meng Ang" }, { + "name" : "Simon Proctor", "data" : [ [ "Perl 6", 20 ], - [ - "Perl 5", - 4 - ], [ "Blog", 6 + ], + [ + "Perl 5", + 4 ] ], - "name" : "Simon Proctor", "id" : "Simon Proctor" }, { + "id" : "Francis Whittle", "data" : [ [ "Blog", @@ -416,24 +424,25 @@ 19 ] ], - "id" : "Francis Whittle", "name" : "Francis Whittle" }, { - "id" : "Gustavo Chaves", "name" : "Gustavo Chaves", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 5", 21 + ], + [ + "Blog", + 4 ] - ] + ], + "id" : "Gustavo Chaves" }, { + "name" : "E. Choroba", + "id" : "E. Choroba", "data" : [ [ "Perl 5", @@ -443,16 +452,11 @@ "Blog", 8 ] - ], - "name" : "E. Choroba", - "id" : "E. Choroba" + ] }, { + "name" : "Jo Christian Oterhals", "data" : [ - [ - "Perl 5", - 6 - ], [ "Blog", 6 @@ -460,19 +464,22 @@ [ "Perl 6", 12 + ], + [ + "Perl 5", + 6 ] ], - "name" : "Jo Christian Oterhals", "id" : "Jo Christian Oterhals" }, { + "id" : "Andrezgz", "data" : [ [ "Perl 5", 23 ] ], - "id" : "Andrezgz", "name" : "Andrezgz" }, { @@ -486,7 +493,6 @@ ] }, { - "name" : "Dave Jacoby", "id" : "Dave Jacoby", "data" : [ [ @@ -497,55 +503,56 @@ "Perl 5", 11 ] - ] + ], + "name" : "Dave Jacoby" }, { "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" }, { - "id" : "Daniel Mantovani", "name" : "Daniel Mantovani", "data" : [ [ "Perl 5", 18 ] - ] + ], + "id" : "Daniel Mantovani" }, { - "id" : "Duncan C. White", - "name" : "Duncan C. White", "data" : [ [ "Perl 5", 16 ] - ] + ], + "id" : "Duncan C. White", + "name" : "Duncan C. White" }, { - "name" : "Nick Logan", "id" : "Nick Logan", "data" : [ [ - "Perl 5", + "Perl 6", 8 ], [ - "Perl 6", + "Perl 5", 8 ] - ] + ], + "name" : "Nick Logan" }, { "data" : [ @@ -558,24 +565,25 @@ 10 ] ], - "name" : "Lars Balker", - "id" : "Lars Balker" + "id" : "Lars Balker", + "name" : "Lars Balker" }, { + "name" : "Yozen Hernandez", + "id" : "Yozen Hernandez", "data" : [ - [ - "Blog", - 4 - ], [ "Perl 5", 10 + ], + [ + "Blog", + 4 ] - ], - "id" : "Yozen Hernandez", - "name" : "Yozen Hernandez" + ] }, { + "name" : "Mark Senn", "data" : [ [ "Perl 6", @@ -586,86 +594,83 @@ 3 ] ], - "id" : "Mark Senn", - "name" : "Mark Senn" + "id" : "Mark Senn" }, { - "name" : "Steven Wilson", "id" : "Steven Wilson", "data" : [ [ "Perl 5", 12 ] - ] + ], + "name" : "Steven Wilson" }, { "name" : "Alicia Bielsa", - "id" : "Alicia Bielsa", "data" : [ [ "Perl 5", 11 ] - ] + ], + "id" : "Alicia Bielsa" }, { + "name" : "Feng Chang", + "id" : "Feng Chang", "data" : [ - [ - "Perl 5", - 4 - ], [ "Perl 6", 7 + ], + [ + "Perl 5", + 4 ] - ], - "id" : "Feng Chang", - "name" : "Feng Chang" + ] }, { - "name" : "Doug Schrag", "id" : "Doug Schrag", "data" : [ [ "Perl 6", 10 ] - ] + ], + "name" : "Doug Schrag" }, { + "name" : "Maxim Nechaev", "data" : [ [ "Perl 5", 10 ] ], - "name" : "Maxim Nechaev", "id" : "Maxim Nechaev" }, { "id" : "Ozzy", - "name" : "Ozzy", "data" : [ [ "Perl 6", 10 ] - ] + ], + "name" : "Ozzy" }, { + "id" : "Guillermo Ramos", "data" : [ [ "Perl 5", 9 ] ], - "id" : "Guillermo Ramos", "name" : "Guillermo Ramos" }, { - "id" : "Robert Gratza", - "name" : "Robert Gratza", "data" : [ [ "Perl 5", @@ -675,20 +680,26 @@ "Perl 6", 6 ] - ] + ], + "id" : "Robert Gratza", + "name" : "Robert Gratza" }, { + "id" : "John Barrett", "data" : [ [ "Perl 5", 7 ] ], - "id" : "John Barrett", "name" : "John Barrett" }, { "data" : [ + [ + "Perl 5", + 4 + ], [ "Perl 6", 2 @@ -696,28 +707,24 @@ [ "Blog", 1 - ], - [ - "Perl 5", - 4 ] ], - "name" : "Khalid", - "id" : "Khalid" + "id" : "Khalid", + "name" : "Khalid" }, { "name" : "Jaime Corchado", - "id" : "Jaime Corchado", "data" : [ [ "Perl 5", 6 ] - ] + ], + "id" : "Jaime Corchado" }, { - "id" : "Kivanc Yazan", "name" : "Kivanc Yazan", + "id" : "Kivanc Yazan", "data" : [ [ "Perl 5", @@ -726,32 +733,32 @@ ] }, { + "name" : "Maxim Kolodyazhny", "data" : [ [ "Perl 5", 6 ] ], - "name" : "Maxim Kolodyazhny", "id" : "Maxim Kolodyazhny" }, { "data" : [ - [ - "Blog", - 2 - ], [ "Perl 5", 4 + ], + [ + "Blog", + 2 ] ], "id" : "Philippe Bruhat", "name" : "Philippe Bruhat" }, { - "id" : "Sergio Iglesias", "name" : "Sergio Iglesias", + "id" : "Sergio Iglesias", "data" : [ [ "Perl 5", @@ -760,14 +767,14 @@ ] }, { - "name" : "Arpad Toth", - "id" : "Arpad Toth", "data" : [ [ "Perl 5", 5 ] - ] + ], + "id" : "Arpad Toth", + "name" : "Arpad Toth" }, { "data" : [ @@ -804,8 +811,8 @@ ] }, { - "id" : "Alex Daniel", "name" : "Alex Daniel", + "id" : "Alex Daniel", "data" : [ [ "Perl 6", @@ -814,14 +821,14 @@ ] }, { + "name" : "Bob Kleemann", + "id" : "Bob Kleemann", "data" : [ [ "Perl 5", 4 ] - ], - "id" : "Bob Kleemann", - "name" : "Bob Kleemann" + ] }, { "data" : [ @@ -830,17 +837,17 @@ 4 ] ], - "name" : "Chenyf", - "id" : "Chenyf" + "id" : "Chenyf", + "name" : "Chenyf" }, { + "id" : "David Kayal", "data" : [ [ "Perl 5", 4 ] ], - "id" : "David Kayal", "name" : "David Kayal" }, { @@ -854,34 +861,34 @@ ] }, { + "name" : "Kevin Colyer", + "id" : "Kevin Colyer", "data" : [ [ "Perl 6", 4 ] - ], - "id" : "Kevin Colyer", - "name" : "Kevin Colyer" + ] }, { + "name" : "Luis F. Uceta", "data" : [ [ "Perl 6", 4 ] ], - "name" : "Luis F. Uceta", "id" : "Luis F. Uceta" }, { "name" : "Matt Latusek", - "id" : "Matt Latusek", "data" : [ [ "Perl 5", 4 ] - ] + ], + "id" : "Matt Latusek" }, { "data" : [ @@ -890,21 +897,14 @@ 4 ] ], - "name" : "Neil Bowers", - "id" : "Neil Bowers" + "id" : "Neil Bowers", + "name" : "Neil Bowers" } ] }, - "title" : { - "text" : "Perl Weekly Challenge Leaders (TOP 50)" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } + "tooltip" : { + "followPointer" : "true", + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "" } } diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index d51a2a1475..4fc5d13d3d 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,11 +1,26 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "name" : "Perl 5", "data" : [ 0, 2, - 22, + 24, 3, 0, 0, @@ -71,11 +86,10 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, - 11, + 12, 0, 0, 0, @@ -103,28 +117,13 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-15 23:07:19 GMT" - }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -159,9 +158,10 @@ "Finley" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-16 07:28:35 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" } } diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 9d439d8423..3377a7ca14 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,53 +1,4 @@ { - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-15 23:07:19 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "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", - "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" - ] - }, "series" : [ { "data" : [ @@ -66,7 +17,7 @@ 0, 6, 0, - 27, + 29, 7, 2, 0, @@ -85,6 +36,7 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 19, 0, @@ -101,7 +53,7 @@ 1, 12, 0, - 27, + 29, 0, 0, 4, @@ -116,11 +68,9 @@ 1, 2, 0 - ], - "name" : "Perl 6" + ] }, { - "name" : "Blog", "data" : [ 6, 0, @@ -152,16 +102,66 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-16 07:28:35 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", + "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" + ] + }, + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, "yAxis" : { "min" : 0, "title" : { "text" : "" } }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 80684f1992..e95259121a 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,10 +1,4 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "chart" : { "type" : "column" }, @@ -45,6 +39,7 @@ "name" : "Perl 5" }, { + "name" : "Perl 6", "data" : [ 0, 0, @@ -76,11 +71,9 @@ 0, 6, 0 - ], - "name" : "Perl 6" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -112,9 +105,16 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], + "title" : { + "text" : "Perl Weekly Challenge - 2019" + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2019-06-16 07:28:35 GMT" + }, "xAxis" : { "categories" : [ "Matthew O. Persico", @@ -149,19 +149,19 @@ "Veesh Goldman" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-06-15 23:07:19 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge - 2019" - }, "tooltip" : { "pointFormat" : "{series.name}: {point.y}
", "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 00ad758801..32370b0396 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -4,12 +4,11 @@ "stacking" : "percent" } }, - "xAxis" : { - "categories" : [ - "William Gilmore", - "Yary H", - "Yozen Hernandez" -