diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 20:34:55 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-06 20:34:55 +0000 |
| commit | 95ec69b2d06aaa14c285a452858168860caea050 (patch) | |
| tree | 00f0108329625133189152abfac6df8ddb35c20c /stats/pwc-summary.json | |
| parent | 4972aecab28d6e78bd949512632c290e8acddbf9 (diff) | |
| download | perlweeklychallenge-club-95ec69b2d06aaa14c285a452858168860caea050.tar.gz perlweeklychallenge-club-95ec69b2d06aaa14c285a452858168860caea050.tar.bz2 perlweeklychallenge-club-95ec69b2d06aaa14c285a452858168860caea050.zip | |
- Added solutions by Paulo Custodio.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 68ed38ebf9..7e790f51af 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,13 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2021-12-06 20:33:35 GMT" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -248,25 +257,20 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2021-12-06 20:19:18 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" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + } }, "series" : [ { @@ -440,7 +444,7 @@ 0, 5, 7, - 92, + 93, 2, 4, 0, @@ -1019,9 +1023,5 @@ 10 ] } - ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - } + ] } |
