diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-13 11:47:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-13 11:47:14 +0100 |
| commit | 40e5a4d8f02bf6a5d47c60480f92ddba847da0e2 (patch) | |
| tree | beb0bf119872240c45a3ab6917ae659f3ec3f845 /stats/pwc-summary.json | |
| parent | 2a6dc467887bb89a756c10ba11c405fbf6238969 (diff) | |
| download | perlweeklychallenge-club-40e5a4d8f02bf6a5d47c60480f92ddba847da0e2.tar.gz perlweeklychallenge-club-40e5a4d8f02bf6a5d47c60480f92ddba847da0e2.tar.bz2 perlweeklychallenge-club-40e5a4d8f02bf6a5d47c60480f92ddba847da0e2.zip | |
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 6693bf8680..4dadf81d28 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,21 +1,6 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "subtitle" : { + "text" : "[Champions: 181] Last updated at 2020-08-13 10:46:21 GMT" }, "series" : [ { @@ -136,7 +121,7 @@ 7, 6, 4, - 12, + 13, 1, 0, 1, @@ -765,7 +750,22 @@ "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 181] Last updated at 2020-08-13 00:27:18 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
