diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-18 18:16:13 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-01-18 18:16:13 +0000 |
| commit | 6f68cef5b1366f136a61590e2c6f3473f0bc2eb7 (patch) | |
| tree | 2e5df125def4b1856f6f002e064bbe9eb9a05323 /stats/pwc-summary.json | |
| parent | 1f9e5b191608452b7edbe1f63db2e1f9011f6ee5 (diff) | |
| download | perlweeklychallenge-club-6f68cef5b1366f136a61590e2c6f3473f0bc2eb7.tar.gz perlweeklychallenge-club-6f68cef5b1366f136a61590e2c6f3473f0bc2eb7.tar.bz2 perlweeklychallenge-club-6f68cef5b1366f136a61590e2c6f3473f0bc2eb7.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 8463a747c5..5f03bae623 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,27 +1,27 @@ { + "subtitle" : { + "text" : "[Champions: 248] Last updated at 2022-01-18 18:14:15 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 248] Last updated at 2022-01-18 18:07:34 GMT" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -338,7 +338,7 @@ 0, 43, 133, - 143, + 144, 1, 4, 12, |
