diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-13 01:25:11 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-06-13 01:25:11 +0100 |
| commit | 91125fa53b62751ff2d9445065a0b7e2a715eb40 (patch) | |
| tree | e6b21cfcac0aa25013c149b30eb2e68d7f9f0ecf /stats/pwc-summary.json | |
| parent | 04abbd28475c2793f63e3d350b5cc298b468af7d (diff) | |
| download | perlweeklychallenge-club-91125fa53b62751ff2d9445065a0b7e2a715eb40.tar.gz perlweeklychallenge-club-91125fa53b62751ff2d9445065a0b7e2a715eb40.tar.bz2 perlweeklychallenge-club-91125fa53b62751ff2d9445065a0b7e2a715eb40.zip | |
- Added solutions by Rick Bychowski.
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 7659e565fb..160963eb4e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -263,9 +263,25 @@ "Yozen Hernandez" ] }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -527,9 +543,11 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -737,7 +755,7 @@ 1, 2, 4, - 6, + 7, 0, 14, 3, @@ -791,10 +809,10 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1056,32 +1074,14 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "subtitle" : { - "text" : "[Champions: 260] Last updated at 2022-06-13 00:18:05 GMT" + "text" : "[Champions: 260] Last updated at 2022-06-13 00:23:33 GMT" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
