diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-20 16:09:08 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-07-20 16:09:08 +0100 |
| commit | e4d93fdb46ac32189fea686f531fc179ae97406e (patch) | |
| tree | 325efd6a8ec1ca216c593ba112cff3739d382266 /stats/pwc-summary.json | |
| parent | e826cdb5c7bed81a4518a570044d208d211d0233 (diff) | |
| download | perlweeklychallenge-club-e4d93fdb46ac32189fea686f531fc179ae97406e.tar.gz perlweeklychallenge-club-e4d93fdb46ac32189fea686f531fc179ae97406e.tar.bz2 perlweeklychallenge-club-e4d93fdb46ac32189fea686f531fc179ae97406e.zip | |
- Added solutions by Stephen G Lynn.
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 368e21df47..edc703328e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,8 +1,9 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "xAxis" : { "categories" : [ @@ -270,14 +271,10 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 262] Last updated at 2022-07-20 10:55:33 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -515,7 +512,7 @@ 1, 2, 1, - 6, + 7, 1, 4, 0, @@ -548,7 +545,6 @@ "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -783,7 +779,7 @@ 0, 0, 0, - 6, + 7, 0, 1, 0, @@ -812,10 +808,10 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -1079,17 +1075,21 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 262] Last updated at 2022-07-20 15:07:39 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 } } |
