diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-07 02:38:40 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-09-07 02:38:40 +0100 |
| commit | 6b3065dbd12ac98fe05fcc6d587972e2fffad0d7 (patch) | |
| tree | 29b7989b5ed4ad863d9258c332fbe1c5165ca4fa /stats/pwc-summary.json | |
| parent | c7c31c5c68c55a9fb19112fdcc354abb289c586e (diff) | |
| download | perlweeklychallenge-club-6b3065dbd12ac98fe05fcc6d587972e2fffad0d7.tar.gz perlweeklychallenge-club-6b3065dbd12ac98fe05fcc6d587972e2fffad0d7.tar.bz2 perlweeklychallenge-club-6b3065dbd12ac98fe05fcc6d587972e2fffad0d7.zip | |
- Added solutions by Abigail.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 12dce390ff..c67a7b8702 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,27 @@ { + "subtitle" : { + "text" : "[Champions: 238] Last updated at 2021-09-07 01:35:03 GMT" + }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "subtitle" : { - "text" : "[Champions: 238] Last updated at 2021-09-06 02:23:17 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" }, "series" : [ { @@ -13,7 +31,7 @@ 0, 0, 0, - 58, + 59, 2, 97, 2, @@ -250,6 +268,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -489,10 +508,10 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -732,13 +751,9 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "3ter", @@ -980,20 +995,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } } } |
