diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-04 01:11:32 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-04 01:11:32 +0100 |
| commit | 08f7aa01b62ef047d70fe0eaf949b99a4c0e7240 (patch) | |
| tree | da4cd159f4d4430fd13ba690d9c75ddde5c089b6 /stats/pwc-summary.json | |
| parent | f36bb1aa7a715fcd37a53a642fb9e90cc3fe2b43 (diff) | |
| download | perlweeklychallenge-club-08f7aa01b62ef047d70fe0eaf949b99a4c0e7240.tar.gz perlweeklychallenge-club-08f7aa01b62ef047d70fe0eaf949b99a4c0e7240.tar.bz2 perlweeklychallenge-club-08f7aa01b62ef047d70fe0eaf949b99a4c0e7240.zip | |
- Added solutions by Niels van Dijke.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d214651c9a..19a4c66628 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,8 +1,28 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, + "subtitle" : { + "text" : "[Champions: 262] Last updated at 2022-07-04 00:09:35 GMT" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -269,17 +289,6 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { "name" : "Perl", @@ -453,7 +462,7 @@ 7, 7, 4, - 93, + 94, 1, 0, 26, @@ -549,6 +558,7 @@ ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -812,8 +822,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -1082,14 +1091,5 @@ 10 ] } - ], - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 262] Last updated at 2022-07-03 23:57:31 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - } + ] } |
