diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-24 15:37:12 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-24 15:37:12 +0100 |
| commit | faf09413f65585bd884239b5e2459035ae2b3323 (patch) | |
| tree | 74b33efe3eec478d12bb1cccfc7c1503a93ce59c /stats/pwc-summary.json | |
| parent | fcac59e314991413c8a335735939265c1e3a8c85 (diff) | |
| download | perlweeklychallenge-club-faf09413f65585bd884239b5e2459035ae2b3323.tar.gz perlweeklychallenge-club-faf09413f65585bd884239b5e2459035ae2b3323.tar.bz2 perlweeklychallenge-club-faf09413f65585bd884239b5e2459035ae2b3323.zip | |
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 36 |
1 files changed, 18 insertions, 18 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e93390e1fe..5d6762ae72 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,15 @@ { + "chart" : { + "type" : "column" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "subtitle" : { + "text" : "[Champions: 263] Last updated at 2022-07-24 14:34:24 GMT" + }, "yAxis" : { "min" : 0, "title" : { @@ -14,12 +20,6 @@ "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "subtitle" : { - "text" : "[Champions: 263] Last updated at 2022-07-24 09:12:07 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "xAxis" : { "categories" : [ "3ter", @@ -287,8 +287,12 @@ "Yozen Hernandez" ] }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -311,7 +315,7 @@ 0, 75, 3, - 148, + 149, 0, 11, 2, @@ -553,11 +557,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -580,7 +582,7 @@ 1, 174, 0, - 131, + 132, 0, 2, 0, @@ -822,10 +824,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1090,10 +1092,8 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } - ], - "chart" : { - "type" : "column" - } + ] } |
