diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-29 16:03:09 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-29 16:03:09 +0100 |
| commit | 8a1d038bb02dbf29f14d582578fe755633649e4b (patch) | |
| tree | 721fb34713825365d0329031cd366f7db8f6fd63 /stats/pwc-summary.json | |
| parent | 705ec65db90917c1f62063ae4203f444f2c0deaa (diff) | |
| download | perlweeklychallenge-club-8a1d038bb02dbf29f14d582578fe755633649e4b.tar.gz perlweeklychallenge-club-8a1d038bb02dbf29f14d582578fe755633649e4b.tar.bz2 perlweeklychallenge-club-8a1d038bb02dbf29f14d582578fe755633649e4b.zip | |
- Added solutions by Jorg Sommrey.
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 94c420da6b..e42492200d 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,22 +1,10 @@ { - "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-29 08:35:22 GMT" - }, - "chart" : { - "type" : "column" - }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "subtitle" : { + "text" : "[Champions: 263] Last updated at 2022-07-29 14:38:41 GMT" }, "series" : [ { @@ -135,7 +123,7 @@ 33, 4, 0, - 112, + 113, 4, 1, 9, @@ -556,6 +544,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -820,8 +809,7 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "xAxis" : { @@ -1091,9 +1079,21 @@ "Yozen Hernandez" ] }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" } } |
