diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-04 11:21:13 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-10-04 11:21:13 +0100 |
| commit | c537896a2027ca1ad5eca8a7df0d4de78761148e (patch) | |
| tree | a16ee3c6e2ac71f4b332ae252daad441ca28b616 /stats/pwc-summary.json | |
| parent | 25ce01b5347c0e8bcf0c8ab5d7493202478925f4 (diff) | |
| download | perlweeklychallenge-club-c537896a2027ca1ad5eca8a7df0d4de78761148e.tar.gz perlweeklychallenge-club-c537896a2027ca1ad5eca8a7df0d4de78761148e.tar.bz2 perlweeklychallenge-club-c537896a2027ca1ad5eca8a7df0d4de78761148e.zip | |
- Added solutions by James Smith.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ef631739f8..e98214afe5 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,17 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "[Champions: 270] Last updated at 2022-10-04 10:14:32 GMT" + }, "yAxis" : { "title" : { "text" : "" @@ -15,7 +20,6 @@ }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -113,7 +117,7 @@ 157, 1, 1, - 116, + 117, 1, 0, 0, @@ -287,9 +291,11 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -561,8 +567,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -663,7 +668,7 @@ 144, 0, 0, - 89, + 90, 0, 0, 0, @@ -1114,14 +1119,9 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "subtitle" : { - "text" : "[Champions: 270] Last updated at 2022-10-04 09:57:16 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
