diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-01 15:48:35 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-01 15:48:35 +0100 |
| commit | 22d3d0992e6d621d24a5bfeff089aef6be9b5157 (patch) | |
| tree | fb19315b959b7f9f8088c30a7b773fa088c4e5b9 /stats/pwc-summary.json | |
| parent | f4a080473315e8a2265ec10fda325bfd4ca6d729 (diff) | |
| download | perlweeklychallenge-club-22d3d0992e6d621d24a5bfeff089aef6be9b5157.tar.gz perlweeklychallenge-club-22d3d0992e6d621d24a5bfeff089aef6be9b5157.tar.bz2 perlweeklychallenge-club-22d3d0992e6d621d24a5bfeff089aef6be9b5157.zip | |
- Added solutions by Simon Green.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 38b292411d..8c95485a2f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,10 @@ { - "chart" : { - "type" : "column" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "subtitle" : { + "text" : "[Champions: 223] Last updated at 2021-06-01 14:21:06 GMT" }, "series" : [ { @@ -194,7 +198,7 @@ 1, 0, 11, - 43, + 44, 5, 3, 2, @@ -460,7 +464,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -651,7 +654,7 @@ 0, 0, 0, - 42, + 43, 0, 10, 0, @@ -685,17 +688,18 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "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 }, "xAxis" : { "categories" : [ @@ -927,13 +931,9 @@ "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "subtitle" : { - "text" : "[Champions: 223] Last updated at 2021-06-01 09:48:08 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
