diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-25 21:19:28 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-25 21:19:28 +0100 |
| commit | 6f8ce1414892ec83c36aea7c2c54256d3a7ccf0c (patch) | |
| tree | 803de2247270c28ac196ad467b384c3476e4ab95 /stats/pwc-summary.json | |
| parent | cf8af6e458c345afe09ee983a1feb974d5fef148 (diff) | |
| download | perlweeklychallenge-club-6f8ce1414892ec83c36aea7c2c54256d3a7ccf0c.tar.gz perlweeklychallenge-club-6f8ce1414892ec83c36aea7c2c54256d3a7ccf0c.tar.bz2 perlweeklychallenge-club-6f8ce1414892ec83c36aea7c2c54256d3a7ccf0c.zip | |
- Added solutions by Cheok-Yin Fung.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f3e27a447f..9e2fea0f73 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -5,7 +5,6 @@ }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -39,7 +38,7 @@ 0, 15, 0, - 65, + 66, 0, 1, 86, @@ -227,7 +226,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -488,7 +488,7 @@ 0, 12, 0, - 24, + 25, 0, 0, 49, @@ -680,18 +680,11 @@ "name" : "Blog" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "xAxis" : { "categories" : [ "3ter", @@ -917,11 +910,18 @@ ] }, "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-04-25 20:05:19 GMT" + "text" : "[Champions: 220] Last updated at 2021-04-25 20:17:58 GMT" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" } } |
