diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-19 00:57:31 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-19 00:57:31 +0100 |
| commit | ce50319e2ad3c42663d86256205fba05ceb7ce99 (patch) | |
| tree | 4a1102951e7bd310172cbfa8495c3aa647aa0332 /stats/pwc-summary.json | |
| parent | 4bd9fb8b3130075183ef4f89d9e10a7f5ab94555 (diff) | |
| download | perlweeklychallenge-club-ce50319e2ad3c42663d86256205fba05ceb7ce99.tar.gz perlweeklychallenge-club-ce50319e2ad3c42663d86256205fba05ceb7ce99.tar.bz2 perlweeklychallenge-club-ce50319e2ad3c42663d86256205fba05ceb7ce99.zip | |
- Added solutions by Joan Mimosinnet.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e55f9fa409..62ff685c66 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,28 +1,9 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-04-18 23:52:18 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "xAxis" : { "categories" : [ "3ter", @@ -247,9 +228,27 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 220] Last updated at 2021-04-18 23:56:42 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -471,7 +470,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -562,7 +562,7 @@ 0, 0, 9, - 16, + 17, 0, 0, 33, |
