diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-30 22:54:54 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-30 22:54:54 +0100 |
| commit | 2cb2ee4c9620cfd800092e29423ab09779793ced (patch) | |
| tree | 9289a90f64f00fbfa5b6150513fac028d973690d /stats/pwc-summary.json | |
| parent | 453dddf26de8063a2f23c01aaaaf0076db27c267 (diff) | |
| download | perlweeklychallenge-club-2cb2ee4c9620cfd800092e29423ab09779793ced.tar.gz perlweeklychallenge-club-2cb2ee4c9620cfd800092e29423ab09779793ced.tar.bz2 perlweeklychallenge-club-2cb2ee4c9620cfd800092e29423ab09779793ced.zip | |
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 97d608f7c7..d8a84de433 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -2,9 +2,18 @@ "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "chart" : { "type" : "column" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "data" : [ @@ -44,7 +53,7 @@ 2, 0, 1, - 91, + 92, 2, 1, 38, @@ -273,7 +282,7 @@ 0, 1, 0, - 67, + 68, 0, 0, 0, @@ -463,7 +472,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -688,14 +696,18 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 223] Last updated at 2021-05-30 21:54:35 GMT" + }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } }, "xAxis" : { "categories" : [ @@ -923,17 +935,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "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-05-30 21:40:09 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
