diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-02-16 23:49:19 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-02-16 23:49:19 +0000 |
| commit | ec2de2ac1b6b94fc0abeac5ec1294536ef39824f (patch) | |
| tree | 09e7104ab9db8805c5c30ec65c2c6f1bb50cac13 /stats/pwc-summary.json | |
| parent | 7724552a38ed1cdb72993999fc30f9e979e903eb (diff) | |
| download | perlweeklychallenge-club-ec2de2ac1b6b94fc0abeac5ec1294536ef39824f.tar.gz perlweeklychallenge-club-ec2de2ac1b6b94fc0abeac5ec1294536ef39824f.tar.bz2 perlweeklychallenge-club-ec2de2ac1b6b94fc0abeac5ec1294536ef39824f.zip | |
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ae8af95bcb..b9ca2e24f9 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,26 +1,16 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 147] Last updated at 2020-02-16 23:37:27 GMT" - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "subtitle" : { + "text" : "[Champions: 147] Last updated at 2020-02-16 23:48:41 GMT" + }, "chart" : { "type" : "column" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, "xAxis" : { @@ -201,7 +191,7 @@ 1, 4, 1, - 24, + 25, 1, 6, 25, @@ -353,7 +343,7 @@ 0, 0, 0, - 6, + 7, 0, 0, 0, @@ -631,5 +621,15 @@ ], "name" : "Blog" } - ] + ], + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + } } |
