diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-07 17:53:48 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-07-07 17:53:48 +0100 |
| commit | 61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59 (patch) | |
| tree | 168022fa9bd4a49ae259584ed32c38d06a659bd5 /stats/pwc-summary-211-240.json | |
| parent | 48e8552fdbed2986eb759f30a4e20accb351a230 (diff) | |
| download | perlweeklychallenge-club-61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59.tar.gz perlweeklychallenge-club-61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59.tar.bz2 perlweeklychallenge-club-61c8fd1dddbdd32abc7ac88bf1cdcfdc6dca9a59.zip | |
- Added solutions by Wanderdoc.
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index 5c0d1acb4d..8252363eb6 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,7 +1,16 @@ { + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "series" : [ { - "name" : "Perl", "data" : [ 2, 1, @@ -17,15 +26,17 @@ 4, 60, 65, - 144, + 146, 1, 3, 3, 86, 21 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -47,11 +58,9 @@ 3, 21, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -73,9 +82,24 @@ 1, 6, 14 - ] + ], + "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 20] Last updated at 2021-07-07 16:52:23 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Tester R59", @@ -99,29 +123,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "subtitle" : { - "text" : "[Champions: 20] Last updated at 2021-07-07 15:17:35 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 } } |
