diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-15 16:49:26 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-09-15 16:49:26 +0100 |
| commit | 2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d (patch) | |
| tree | 23fcd91cd6fa956e440cf20c7044bba9d2b01ed5 /stats/pwc-summary-181-210.json | |
| parent | d96fb9898ed1c9d8ccfbbe5d05faf700ded47524 (diff) | |
| download | perlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.tar.gz perlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.tar.bz2 perlweeklychallenge-club-2ff5e85698bc8ef93bfc8b2d794b4164ddfd115d.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 60 |
1 files changed, 30 insertions, 30 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 914cda3ca6..a7951fc9ff 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,7 +1,37 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "xAxis" : { + "categories" : [ + "Vyacheslav Volgarev", + "Walt Mankowski", + "Wanderdoc", + "William Gilmore", + "William West", + "Yary Hluchan", + "Yet Ebreo", + "Yozen Hernandez" + ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2020-09-15 15:48:02 GMT" + }, "series" : [ { "data" : [ @@ -43,37 +73,7 @@ ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2020-09-15 15:02:22 GMT" - }, "chart" : { "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "xAxis" : { - "categories" : [ - "Vyacheslav Volgarev", - "Walt Mankowski", - "Wanderdoc", - "William Gilmore", - "William West", - "Yary Hluchan", - "Yet Ebreo", - "Yozen Hernandez" - ] } } |
