diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-27 15:04:05 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-27 15:04:05 +0100 |
| commit | ea02e89c6b72f106f5476901e05baa5a3984f33f (patch) | |
| tree | a584b8d4c7a9677c6db696cf6e3c79b072108176 /stats/pwc-summary.json | |
| parent | ca8943ef2cd2eacbab3f0d21085b0cb046048368 (diff) | |
| download | perlweeklychallenge-club-ea02e89c6b72f106f5476901e05baa5a3984f33f.tar.gz perlweeklychallenge-club-ea02e89c6b72f106f5476901e05baa5a3984f33f.tar.bz2 perlweeklychallenge-club-ea02e89c6b72f106f5476901e05baa5a3984f33f.zip | |
- Added solutions by Ted Leahy.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 29 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f74fe867aa..6778e510fa 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,19 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, + "subtitle" : { + "text" : "[Champions: 193] Last updated at 2020-09-27 14:03:32 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -180,6 +189,7 @@ "Steven Lembark", "Steven Wilson", "Svetlana Nesterova", + "Ted Leahy", "Tester R59", "Tiago Stock", "Tim Smith", @@ -201,19 +211,18 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, - "subtitle" : { - "text" : "[Champions: 192] Last updated at 2020-09-27 13:33:17 GMT" + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -390,6 +399,7 @@ 1, 1, 1, + 1, 0, 1, 3, @@ -407,11 +417,9 @@ 3, 41, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -588,6 +596,7 @@ 0, 0, 0, + 0, 2, 0, 0, @@ -605,7 +614,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -791,6 +801,7 @@ 0, 0, 0, + 0, 3, 0, 0, @@ -804,12 +815,5 @@ 10 ] } - ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - } + ] } |
