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-181-210.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-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 8fb68ddb75..8dd81bc6d4 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,11 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { "data" : [ @@ -43,6 +36,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 6, @@ -74,11 +68,9 @@ 0, 0, 0 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -110,9 +102,20 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Robbie Hatley", @@ -147,12 +150,6 @@ "Tejas" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-07-07 15:17:35 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "yAxis" : { "min" : 0, "title" : { @@ -163,5 +160,8 @@ "column" : { "stacking" : "percent" } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-07-07 16:52:23 GMT" } } |
