diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-30 21:01:24 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-30 21:01:24 +0100 |
| commit | b03f0ab8ea3f69d5e68d9b709efbb9c1ea3a569d (patch) | |
| tree | 53d0e6f27f3f2e4349594665a3b85a95bc7b1fae /stats/pwc-summary.json | |
| parent | ed23c758ad2ae65589d9c40b797b7fb8f63c1446 (diff) | |
| download | perlweeklychallenge-club-b03f0ab8ea3f69d5e68d9b709efbb9c1ea3a569d.tar.gz perlweeklychallenge-club-b03f0ab8ea3f69d5e68d9b709efbb9c1ea3a569d.tar.bz2 perlweeklychallenge-club-b03f0ab8ea3f69d5e68d9b709efbb9c1ea3a569d.zip | |
- Added solution by Wanderdoc.
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 1251c502cb..c5285f0716 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,11 +1,4 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "xAxis" : { "categories" : [ "3ter", @@ -233,19 +226,29 @@ "Yozen Hernandez" ] }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "[Champions: 223] Last updated at 2021-05-30 19:56:41 GMT" + "text" : "[Champions: 223] Last updated at 2021-05-30 20:01:05 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { @@ -467,7 +470,7 @@ 2, 24, 33, - 72, + 73, 1, 3, 3, @@ -705,7 +708,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -930,10 +932,8 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } - ], - "chart" : { - "type" : "column" - } + ] } |
