diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-21 22:48:31 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-01-21 22:48:31 +0000 |
| commit | 864fef4dd465d56f2fc5a0dcf5fd39c55c34fedf (patch) | |
| tree | 378c37b7597f7a5e41442a5416bad1efa6bf5e70 /stats/pwc-summary-181-210.json | |
| parent | 42d2dae36fd3545769fbb42a00c1a22642e55718 (diff) | |
| download | perlweeklychallenge-club-864fef4dd465d56f2fc5a0dcf5fd39c55c34fedf.tar.gz perlweeklychallenge-club-864fef4dd465d56f2fc5a0dcf5fd39c55c34fedf.tar.bz2 perlweeklychallenge-club-864fef4dd465d56f2fc5a0dcf5fd39c55c34fedf.zip | |
- Added solutions to weeks 20 and 21 by Paulo Custodio.
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 126 |
1 files changed, 63 insertions, 63 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 3f34706820..339f7dc157 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,62 +1,4 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "xAxis" : { - "categories" : [ - "Simon Green", - "Simon Miner", - "Simon Proctor", - "Simon Reinhardt", - "Sitaram Chamarty", - "Sol DeMuth", - "Stephanie Stein", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Stuart Little", - "Svetlana Nesterova", - "Ted Leahy", - "Tejas", - "Tester R59", - "Tiago Stock", - "Tim Smith", - "Tore Andersson", - "Trenton Langer", - "Tyler Limkemann", - "Ulrich Rieke", - "User Person", - "Veesh Goldman", - "Vinod Kumar K", - "Vinod Kumar Pal", - "Vyacheslav Volgarev", - "W. Luis Mochan", - "Walt Mankowski", - "Wanderdoc", - "William Gilmore" - ] - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-01-21 22:13:12 GMT" - }, "series" : [ { "data" : [ @@ -94,7 +36,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -126,10 +67,10 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 26, 0, @@ -161,7 +102,66 @@ 16, 0, 0 - ] + ], + "name" : "Blog" + } + ], + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } - ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-01-21 22:47:25 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "categories" : [ + "Simon Green", + "Simon Miner", + "Simon Proctor", + "Simon Reinhardt", + "Sitaram Chamarty", + "Sol DeMuth", + "Stephanie Stein", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Stuart Little", + "Svetlana Nesterova", + "Ted Leahy", + "Tejas", + "Tester R59", + "Tiago Stock", + "Tim Smith", + "Tore Andersson", + "Trenton Langer", + "Tyler Limkemann", + "Ulrich Rieke", + "User Person", + "Veesh Goldman", + "Vinod Kumar K", + "Vinod Kumar Pal", + "Vyacheslav Volgarev", + "W. Luis Mochan", + "Walt Mankowski", + "Wanderdoc", + "William Gilmore" + ] + } } |
