diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-08-01 01:11:27 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-08-01 01:11:27 +0100 |
| commit | 5662a2bfb5561d40ba2c99ede3a2d27a0dbf33a5 (patch) | |
| tree | f12da6ee7b929182ebbe81fd1fdacbb72ed24bda /stats/pwc-summary.json | |
| parent | 974c9f27459404af914d914f8da13dc9bf94cc21 (diff) | |
| download | perlweeklychallenge-club-5662a2bfb5561d40ba2c99ede3a2d27a0dbf33a5.tar.gz perlweeklychallenge-club-5662a2bfb5561d40ba2c99ede3a2d27a0dbf33a5.tar.bz2 perlweeklychallenge-club-5662a2bfb5561d40ba2c99ede3a2d27a0dbf33a5.zip | |
- Added solutions by Duncan C. White.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 8f8458eeb2..6ca915398f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,14 @@ { - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -269,23 +277,15 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-31 23:57:23 GMT" + "text" : "[Champions: 263] Last updated at 2022-08-01 00:05:59 GMT" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -352,7 +352,7 @@ 0, 0, 43, - 160, + 161, 171, 1, 4, @@ -557,7 +557,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -822,10 +821,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1090,7 +1089,8 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], "title" : { |
