diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-09 02:23:16 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-09 02:23:16 +0000 |
| commit | f4a0064f131ddf6f2ecc67bbec856d4df9113cf9 (patch) | |
| tree | c27e07d5af6ac48095ce9d6ffdf6fb07653df87a /stats/pwc-summary.json | |
| parent | 676bf5fe1754841125dd68eea61481fdfb2aef0f (diff) | |
| download | perlweeklychallenge-club-f4a0064f131ddf6f2ecc67bbec856d4df9113cf9.tar.gz perlweeklychallenge-club-f4a0064f131ddf6f2ecc67bbec856d4df9113cf9.tar.bz2 perlweeklychallenge-club-f4a0064f131ddf6f2ecc67bbec856d4df9113cf9.zip | |
- Added solutions by Alexander Pankoff.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 76e5b7b773..fff158f445 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,18 +1,18 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "subtitle" : { - "text" : "[Champions: 208] Last updated at 2020-12-08 10:19:37 GMT" - }, - "chart" : { - "type" : "column" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 208] Last updated at 2020-12-09 02:23:03 GMT" + }, "series" : [ { "data" : [ @@ -26,7 +26,7 @@ 0, 1, 6, - 15, + 16, 26, 9, 2, @@ -228,7 +228,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -438,9 +437,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -650,8 +651,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "xAxis" : { @@ -866,11 +866,11 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", |
