diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-31 15:24:00 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-31 15:24:00 +0100 |
| commit | b3be50e5e0b9b22451027d4eddc5b01c823da9e6 (patch) | |
| tree | 3d431325aa62af57f2a79a7ae94e1daa8654e46b /stats/pwc-summary.json | |
| parent | 8c414b907c0a18d667a086986379dc3bad2f626e (diff) | |
| download | perlweeklychallenge-club-b3be50e5e0b9b22451027d4eddc5b01c823da9e6.tar.gz perlweeklychallenge-club-b3be50e5e0b9b22451027d4eddc5b01c823da9e6.tar.bz2 perlweeklychallenge-club-b3be50e5e0b9b22451027d4eddc5b01c823da9e6.zip | |
- Added solutions by Simon Green.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e884290843..8b90b91045 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,21 @@ { - "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-31 12:25:38 GMT" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -269,30 +284,11 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "subtitle" : { + "text" : "[Champions: 263] Last updated at 2022-07-31 14:22:14 GMT" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -521,7 +517,7 @@ 1, 0, 11, - 86, + 87, 5, 3, 2, @@ -557,7 +553,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -1057,7 +1054,7 @@ 0, 0, 0, - 81, + 82, 0, 10, 0, @@ -1095,5 +1092,8 @@ 10 ] } - ] + ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + } } |
