diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-02 09:38:24 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-02 09:38:24 +0000 |
| commit | 1594215dac459eef085ceadcf8ffe2e7280ffecb (patch) | |
| tree | 8e7b8c80e9f960c46e767ee47ca803caf049f653 /stats/pwc-summary.json | |
| parent | 9e9c2dc93aaa287972655961977993eba27238d0 (diff) | |
| download | perlweeklychallenge-club-1594215dac459eef085ceadcf8ffe2e7280ffecb.tar.gz perlweeklychallenge-club-1594215dac459eef085ceadcf8ffe2e7280ffecb.tar.bz2 perlweeklychallenge-club-1594215dac459eef085ceadcf8ffe2e7280ffecb.zip | |
- Added solutions by Marton Polgar.
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 ed0429b27a..fcba687b50 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -254,6 +254,27 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 248] Last updated at 2022-02-02 09:33:40 GMT" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "data" : [ @@ -650,7 +671,7 @@ 48, 3, 1, - 2, + 3, 0, 0, 0, @@ -1014,26 +1035,5 @@ ], "name" : "Blog" } - ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 248] Last updated at 2022-02-02 09:24:23 GMT" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - } + ] } |
