diff options
| author | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-07-22 13:50:28 +0100 |
|---|---|---|
| committer | Mohammad Sajid Anwar <mohammad.anwar@yahoo.com> | 2024-07-22 13:50:28 +0100 |
| commit | 274bf4a39a2a89b95ebbc89cea4d775f2c8eaead (patch) | |
| tree | 1e8169c57fcd742a6f6d337300182ec6772b9a2a /stats/pwc-summary.json | |
| parent | 68787dcb78ada3349ae5f986f2cc39f33a665029 (diff) | |
| download | perlweeklychallenge-club-274bf4a39a2a89b95ebbc89cea4d775f2c8eaead.tar.gz perlweeklychallenge-club-274bf4a39a2a89b95ebbc89cea4d775f2c8eaead.tar.bz2 perlweeklychallenge-club-274bf4a39a2a89b95ebbc89cea4d775f2c8eaead.zip | |
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 56 |
1 files changed, 28 insertions, 28 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 7b728ee138..b0e89aeb32 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,20 +1,6 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -312,7 +298,7 @@ 4, 0, 1, - 220, + 221, 12, 9, 9, @@ -328,10 +314,10 @@ 44, 11, 4 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -385,8 +371,8 @@ 6, 0, 0, - 1, 8, + 1, 0, 104, 0, @@ -629,7 +615,7 @@ 0, 1, 0, - 221, + 222, 0, 0, 2, @@ -645,10 +631,10 @@ 11, 0, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -962,7 +948,8 @@ 5, 10, 1 - ] + ], + "name" : "Blog" } ], "plotOptions" : { @@ -970,12 +957,6 @@ "stacking" : "percent" } }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, - "subtitle" : { - "text" : "[Champions: 312] Last updated at 2024-07-22 10:39:26 GMT" - }, "xAxis" : { "categories" : [ "3ter", @@ -1291,5 +1272,24 @@ "Yozen Hernandez", "Yves Orton" ] + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 312] Last updated at 2024-07-22 12:49:23 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" } } |
