diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-07 11:56:02 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-07 11:56:02 +0100 |
| commit | 5d085b4ecc314d2d71e6eec5eef21904c9a6e965 (patch) | |
| tree | ff13cd17cdd93ee4f5cad3912b2f3fc720fcfa9f /stats/pwc-summary.json | |
| parent | a7d9a7e368456f814eaadcdbd3988a699388d80d (diff) | |
| download | perlweeklychallenge-club-5d085b4ecc314d2d71e6eec5eef21904c9a6e965.tar.gz perlweeklychallenge-club-5d085b4ecc314d2d71e6eec5eef21904c9a6e965.tar.bz2 perlweeklychallenge-club-5d085b4ecc314d2d71e6eec5eef21904c9a6e965.zip | |
- Added solutions by Roger Bell_West.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e8c395781f..5116539f57 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,14 +1,9 @@ { - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 258] Last updated at 2022-06-06 13:17:27 GMT" + "text" : "[Champions: 258] Last updated at 2022-06-07 10:37:14 GMT" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "xAxis" : { "categories" : [ @@ -272,11 +267,23 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -489,7 +496,7 @@ 1, 0, 1, - 152, + 153, 57, 39, 28, @@ -536,8 +543,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -753,7 +759,7 @@ 3, 16, 0, - 140, + 141, 57, 29, 0, @@ -1069,11 +1075,5 @@ "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 } } |
