diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-01 13:55:24 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-05-01 13:55:24 +0100 |
| commit | 671941cc49cd8a016b2ac62410c4f83a09f0d98c (patch) | |
| tree | c311ac9b56045a70e30a9c44ba43d2fad8b96d41 /stats/pwc-summary-61-90.json | |
| parent | 1b9bb6d12ca6e48290d79af18cf4b7e43aa4dde3 (diff) | |
| download | perlweeklychallenge-club-671941cc49cd8a016b2ac62410c4f83a09f0d98c.tar.gz perlweeklychallenge-club-671941cc49cd8a016b2ac62410c4f83a09f0d98c.tar.bz2 perlweeklychallenge-club-671941cc49cd8a016b2ac62410c4f83a09f0d98c.zip | |
- Added solutions by Robert Ransbottom.
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index f2101404cf..76de1a5914 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,10 +1,28 @@ { "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-04-30 17:44:51 GMT" + "text" : "[Champions: 30] Last updated at 2022-05-01 12:42:00 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "chart" : { "type" : "column" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Duncan C. White", @@ -39,15 +57,6 @@ "Jan Krnavek" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { "data" : [ @@ -85,6 +94,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -116,11 +126,9 @@ 10, 0, 155 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 1, 53, @@ -152,16 +160,8 @@ 68, 0, 0 - ] - } - ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + ], + "name" : "Blog" } - } + ] } |
