diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-12 16:30:21 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2022-02-12 16:30:21 +0000 |
| commit | dc5f66c3855869d4589862093a02dbfe7465c62c (patch) | |
| tree | 8b8c66e5d014d295d1ca10e15d1e1eb6bc416a95 /stats/pwc-summary.json | |
| parent | 9e4a1a2bc289650740571edf9eb366c483f466d4 (diff) | |
| download | perlweeklychallenge-club-dc5f66c3855869d4589862093a02dbfe7465c62c.tar.gz perlweeklychallenge-club-dc5f66c3855869d4589862093a02dbfe7465c62c.tar.bz2 perlweeklychallenge-club-dc5f66c3855869d4589862093a02dbfe7465c62c.zip | |
- Added solutions by Athanasius.
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 2065b73ebd..552f41ff84 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,11 +1,4 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "chart" : { - "type" : "column" - }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -264,18 +257,15 @@ "Yozen Hernandez" ] }, - "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" : { - "min" : 0, - "title" : { - "text" : "" - } + "subtitle" : { + "text" : "[Champions: 249] Last updated at 2022-02-12 16:27:55 GMT" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -298,7 +288,7 @@ 0, 68, 3, - 125, + 126, 0, 10, 2, @@ -526,9 +516,11 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -551,7 +543,7 @@ 1, 150, 0, - 109, + 110, 0, 1, 0, @@ -779,10 +771,10 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1033,11 +1025,19 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "subtitle" : { - "text" : "[Champions: 249] Last updated at 2022-02-12 00:52:33 GMT" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
