diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-09 19:37:23 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-09 19:37:23 +0100 |
| commit | 69b15bfc400a23dec4d75375693253dc64d41fcc (patch) | |
| tree | 327234f565f06f1bfb879ae196e509463b94e4d0 /stats/pwc-summary.json | |
| parent | 8b05ba4d487cf3fd9da18b01997d7c7e0dc189c1 (diff) | |
| download | perlweeklychallenge-club-69b15bfc400a23dec4d75375693253dc64d41fcc.tar.gz perlweeklychallenge-club-69b15bfc400a23dec4d75375693253dc64d41fcc.tar.bz2 perlweeklychallenge-club-69b15bfc400a23dec4d75375693253dc64d41fcc.zip | |
- Added solution by Athanasius.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2e6761da15..0bf6ecae56 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,18 @@ { + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -230,19 +238,14 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-05-09 18:30:07 GMT" - }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 220] Last updated at 2021-05-09 18:36:28 GMT" }, "series" : [ { @@ -268,7 +271,7 @@ 0, 38, 3, - 90, + 91, 0, 9, 1, @@ -920,8 +923,5 @@ ], "name" : "Blog" } - ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - } + ] } |
