diff options
| author | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-08-31 14:48:11 +0100 |
|---|---|---|
| committer | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-08-31 14:48:11 +0100 |
| commit | 1d9c15f31a1dd6ff6f81bcd1f30d0f9d90c9b607 (patch) | |
| tree | 7d059ad44a4533599f611fe2a3fdce2ae1bbab42 /stats/pwc-summary.json | |
| parent | 3dbb7440153e0276d79a0c4ab96443eaabf4f0c2 (diff) | |
| download | perlweeklychallenge-club-1d9c15f31a1dd6ff6f81bcd1f30d0f9d90c9b607.tar.gz perlweeklychallenge-club-1d9c15f31a1dd6ff6f81bcd1f30d0f9d90c9b607.tar.bz2 perlweeklychallenge-club-1d9c15f31a1dd6ff6f81bcd1f30d0f9d90c9b607.zip | |
- Added solutions by Tim King.
- Added solutions by Athanasius.
- Added solutions by Paulo Custodio.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 56 |
1 files changed, 30 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2057565b39..0c9d715ab1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,12 +1,7 @@ { - "subtitle" : { - "text" : "[Champions: 314] Last updated at 2024-08-30 19:41:22 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -300,6 +295,7 @@ "Tester R59", "Thomas Kohler", "Tiago Stock", + "Tim King", "Tim Potapov", "Tim Smith", "Tore Andersson", @@ -329,6 +325,23 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2024]" }, + "subtitle" : { + "text" : "[Champions: 315] Last updated at 2024-08-31 13:47:49 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, "series" : [ { "name" : "Perl", @@ -361,7 +374,7 @@ 83, 6, 0, - 252, + 253, 0, 4, 31, @@ -623,6 +636,7 @@ 1, 91, 1, + 1, 7, 0, 1, @@ -679,7 +693,7 @@ 283, 0, 7, - 235, + 236, 0, 0, 0, @@ -703,8 +717,8 @@ 6, 0, 0, - 1, 8, + 1, 0, 104, 0, @@ -942,6 +956,7 @@ 0, 0, 0, + 0, 2, 0, 0, @@ -969,6 +984,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1271,6 +1287,7 @@ 0, 0, 0, + 0, 3, 0, 0, @@ -1284,20 +1301,7 @@ 5, 10, 1 - ], - "name" : "Blog" - } - ], - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + ] } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - } + ] } |
