diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-31 11:46:28 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-31 11:46:28 +0100 |
| commit | d61c5a8514ee45b3b4c407d177ee6733f0409635 (patch) | |
| tree | 9c368677917f6cba790cd33a68b05ec66e66a777 /stats/pwc-summary.json | |
| parent | d864563a2293485e15bc78463503bc32886975b8 (diff) | |
| download | perlweeklychallenge-club-d61c5a8514ee45b3b4c407d177ee6733f0409635.tar.gz perlweeklychallenge-club-d61c5a8514ee45b3b4c407d177ee6733f0409635.tar.bz2 perlweeklychallenge-club-d61c5a8514ee45b3b4c407d177ee6733f0409635.zip | |
- Added solutions by Dave Cross.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 7e8ef3beff..7d6af63c8a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,6 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "subtitle" : { + "text" : "[Champions: 223] Last updated at 2021-05-31 10:46:09 GMT" }, "xAxis" : { "categories" : [ @@ -242,6 +229,14 @@ "Yozen Hernandez" ] }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "name" : "Perl", @@ -291,7 +286,7 @@ 26, 3, 3, - 27, + 28, 93, 2, 4, @@ -928,12 +923,17 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, - "subtitle" : { - "text" : "[Champions: 223] Last updated at 2021-05-31 04:20:04 GMT" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 } } |
