diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-16 18:33:35 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-16 18:33:35 +0100 |
| commit | 98ac9f52af7e860415cd26ae7efea8927f12fefe (patch) | |
| tree | 80c34771fdc35679eba6ba4695110309fedae8d7 /stats/pwc-summary.json | |
| parent | da0e50e761d9c6fb56ceea5d0dbd3b9d4b81bbb9 (diff) | |
| download | perlweeklychallenge-club-98ac9f52af7e860415cd26ae7efea8927f12fefe.tar.gz perlweeklychallenge-club-98ac9f52af7e860415cd26ae7efea8927f12fefe.tar.bz2 perlweeklychallenge-club-98ac9f52af7e860415cd26ae7efea8927f12fefe.zip | |
- Added solution by Wanderdoc.
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 4798668eb4..32f7ce1425 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -225,11 +225,15 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { @@ -450,7 +454,7 @@ 2, 22, 33, - 71, + 72, 1, 3, 3, @@ -460,6 +464,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -683,11 +688,9 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -911,21 +914,18 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 222] Last updated at 2021-05-16 17:30:53 GMT" + "chart" : { + "type" : "column" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 222] Last updated at 2021-05-16 17:33:07 GMT" }, "plotOptions" : { "column" : { |
