diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-26 17:12:29 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-26 17:12:29 +0100 |
| commit | f9ab3f28f95c1abc60ea7b1d905de3326394ce0a (patch) | |
| tree | 19f9c636d9c93af27d1d9542547739b83a8aa1ce /stats/pwc-summary.json | |
| parent | 125496ee51fe5f4ce3dd22ae2480b522569c4152 (diff) | |
| download | perlweeklychallenge-club-f9ab3f28f95c1abc60ea7b1d905de3326394ce0a.tar.gz perlweeklychallenge-club-f9ab3f28f95c1abc60ea7b1d905de3326394ce0a.tar.bz2 perlweeklychallenge-club-f9ab3f28f95c1abc60ea7b1d905de3326394ce0a.zip | |
- Added solutions by Stuart Little.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 3972529ba6..80d388af95 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,21 +1,9 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 220] Last updated at 2021-04-26 16:10:19 GMT" }, "xAxis" : { "categories" : [ @@ -241,11 +229,13 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-04-26 16:00:02 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "chart" : { + "type" : "column" }, "series" : [ { @@ -447,7 +437,7 @@ 4, 0, 46, - 14, + 15, 1, 2, 2, @@ -672,7 +662,7 @@ 1, 0, 1, - 109, + 110, 0, 0, 0, @@ -923,5 +913,15 @@ ], "name" : "Blog" } - ] + ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + } } |
