diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-16 12:23:52 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-16 12:23:52 +0100 |
| commit | 8cac3e80061c4f91a909cea0c8db38cbf0e03593 (patch) | |
| tree | 92e12d51ef3ea559700fbfce605cb7a880fe8bbf /stats/pwc-summary.json | |
| parent | 9f1d181d4dfd3b4190b71151ce1b94881d0eaf22 (diff) | |
| download | perlweeklychallenge-club-8cac3e80061c4f91a909cea0c8db38cbf0e03593.tar.gz perlweeklychallenge-club-8cac3e80061c4f91a909cea0c8db38cbf0e03593.tar.bz2 perlweeklychallenge-club-8cac3e80061c4f91a909cea0c8db38cbf0e03593.zip | |
- Added solutions by Bruce Gray.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0dfb3d6d4e..e51fc5a8f1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,27 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "subtitle" : { + "text" : "[Champions: 262] Last updated at 2022-07-16 11:13:44 GMT" }, "chart" : { "type" : "column" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "subtitle" : { - "text" : "[Champions: 262] Last updated at 2022-07-16 10:50:12 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "series" : [ { @@ -313,7 +324,7 @@ 0, 0, 0, - 29, + 30, 0, 0, 4, @@ -815,12 +826,6 @@ "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "xAxis" : { "categories" : [ "3ter", @@ -1086,10 +1091,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
