diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-27 21:50:59 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-27 21:50:59 +0100 |
| commit | b06e95e98cf6135094aafb881b5b4dea339a8c2c (patch) | |
| tree | 33c6caf1b8635ac3f233cac528dfc8a049f96931 /stats/pwc-summary.json | |
| parent | 31c6b18c4e68d2daaa67b9b99434d30790cceb73 (diff) | |
| download | perlweeklychallenge-club-b06e95e98cf6135094aafb881b5b4dea339a8c2c.tar.gz perlweeklychallenge-club-b06e95e98cf6135094aafb881b5b4dea339a8c2c.tar.bz2 perlweeklychallenge-club-b06e95e98cf6135094aafb881b5b4dea339a8c2c.zip | |
- Added solutions by Luca Ferrari.
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 a63bf8d487..93ce30ab00 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,9 @@ { - "subtitle" : { - "text" : "[Champions: 159] Last updated at 2020-04-27 20:46:08 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "xAxis" : { "categories" : [ @@ -165,14 +168,23 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 159] Last updated at 2020-04-27 20:50:44 GMT" }, "series" : [ { @@ -425,7 +437,7 @@ 0, 0, 0, - 15, + 16, 2, 1, 0, @@ -589,7 +601,7 @@ 0, 0, 0, - 12, + 13, 0, 0, 0, @@ -667,17 +679,5 @@ 10 ] } - ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - } + ] } |
