diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-09 19:57:48 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-09 19:57:48 +0100 |
| commit | 82dd9dbd3a76bf1b7a6e9902d2dd1897b22a88d9 (patch) | |
| tree | 61ea66f8e8e2fcd94ea765ac21adf0e427f05877 /stats/pwc-summary.json | |
| parent | d64691387a0da4422ce8586b2ba2cc7a955dc4a2 (diff) | |
| download | perlweeklychallenge-club-82dd9dbd3a76bf1b7a6e9902d2dd1897b22a88d9.tar.gz perlweeklychallenge-club-82dd9dbd3a76bf1b7a6e9902d2dd1897b22a88d9.tar.bz2 perlweeklychallenge-club-82dd9dbd3a76bf1b7a6e9902d2dd1897b22a88d9.zip | |
- Added solutions by Adam Russell.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 087559590c..3c8c25e300 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,27 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 179] Last updated at 2020-08-09 18:57:14 GMT" + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -182,7 +202,8 @@ 3, 38, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -553,27 +574,6 @@ ] } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 179] Last updated at 2020-08-09 16:55:50 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "chart" : { "type" : "column" }, @@ -753,8 +753,8 @@ "Vyacheslav Volgarev", "Walt Mankowski", "Wanderdoc", - "Will West", "William Gilmore", + "William West", "Yary Hluchan", "Yet Ebreo", "Yozen Hernandez" |
