diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-24 10:16:37 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-24 10:16:37 +0100 |
| commit | 7bb07521ad0fd34a0540877f9d48f1c6bb97281d (patch) | |
| tree | 3db56b9d89bcd79945862e29d38f80b6f8e820af /stats/pwc-summary.json | |
| parent | dccad79fb3738429d8cb704663cbbc012a6a4e6d (diff) | |
| download | perlweeklychallenge-club-7bb07521ad0fd34a0540877f9d48f1c6bb97281d.tar.gz perlweeklychallenge-club-7bb07521ad0fd34a0540877f9d48f1c6bb97281d.tar.bz2 perlweeklychallenge-club-7bb07521ad0fd34a0540877f9d48f1c6bb97281d.zip | |
- Added solutions by Simon Green.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 322debac41..e93390e1fe 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,24 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 263] Last updated at 2022-07-24 09:12:07 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "xAxis" : { "categories" : [ @@ -272,17 +287,6 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-24 01:11:20 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "data" : [ @@ -513,7 +517,7 @@ 1, 0, 11, - 85, + 86, 5, 3, 2, @@ -821,6 +825,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1049,7 +1054,7 @@ 0, 0, 0, - 80, + 81, 0, 10, 0, @@ -1085,15 +1090,10 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" } } |
