diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-05 14:30:57 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-12-05 14:30:57 +0000 |
| commit | e4b1faea54e0c95cf12f5803192b9c030e5b007e (patch) | |
| tree | 7c6db1912637e8db819e1b1f67e63216d9b6c25e /stats/pwc-summary.json | |
| parent | 1d35e6d94a0c087224c91d4ad2a1eeac064147b2 (diff) | |
| download | perlweeklychallenge-club-e4b1faea54e0c95cf12f5803192b9c030e5b007e.tar.gz perlweeklychallenge-club-e4b1faea54e0c95cf12f5803192b9c030e5b007e.tar.bz2 perlweeklychallenge-club-e4b1faea54e0c95cf12f5803192b9c030e5b007e.zip | |
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index e6a40af8c0..394a4254a0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -2,12 +2,6 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2021]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { "data" : [ @@ -32,7 +26,7 @@ 0, 60, 3, - 115, + 116, 0, 10, 2, @@ -260,6 +254,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -282,7 +277,7 @@ 1, 140, 0, - 99, + 100, 0, 1, 0, @@ -506,8 +501,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -763,12 +757,14 @@ "chart" : { "type" : "column" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "subtitle" : { - "text" : "[Champions: 245] Last updated at 2021-12-05 14:20:31 GMT" + "text" : "[Champions: 245] Last updated at 2021-12-05 14:29:15 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "plotOptions" : { "column" : { @@ -1023,5 +1019,9 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 } } |
