diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-29 09:27:08 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-29 09:27:08 +0100 |
| commit | 5ac04a75b8ef71aede144770fc4a963f82766751 (patch) | |
| tree | 94cef2bab87d0af1d30e21f6cae404e5f737fbd3 /stats/pwc-summary.json | |
| parent | b72c0fd40cf500c6508e79f5353c05f5ac4d9015 (diff) | |
| download | perlweeklychallenge-club-5ac04a75b8ef71aede144770fc4a963f82766751.tar.gz perlweeklychallenge-club-5ac04a75b8ef71aede144770fc4a963f82766751.tar.bz2 perlweeklychallenge-club-5ac04a75b8ef71aede144770fc4a963f82766751.zip | |
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 23a1b03971..1c7298995f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,13 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 263] Last updated at 2022-07-29 08:25:06 GMT" }, "xAxis" : { "categories" : [ @@ -277,12 +276,19 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, - "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-29 08:17:33 GMT" + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -379,7 +385,7 @@ 148, 1, 0, - 106, + 107, 1, 0, 0, @@ -915,7 +921,7 @@ 135, 0, 0, - 80, + 81, 0, 0, 0, @@ -1089,11 +1095,5 @@ 10 ] } - ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "chart" : { - "type" : "column" - } + ] } |
