diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-19 22:09:35 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-19 22:09:35 +0100 |
| commit | e47a7bfb714d810eedf80eccec649ce30555e239 (patch) | |
| tree | 7241a1882ee6734fc78dd539104b9548fcb2862a /stats/pwc-summary.json | |
| parent | bb04b0fd85832c3662af365aa88247ac6e3a6cc3 (diff) | |
| download | perlweeklychallenge-club-e47a7bfb714d810eedf80eccec649ce30555e239.tar.gz perlweeklychallenge-club-e47a7bfb714d810eedf80eccec649ce30555e239.tar.bz2 perlweeklychallenge-club-e47a7bfb714d810eedf80eccec649ce30555e239.zip | |
- Added solutions by Athanasius.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 26b238102d..34aa016ff3 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,10 +1,14 @@ { - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "subtitle" : { + "text" : "[Champions: 225] Last updated at 2021-06-19 21:09:16 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -27,7 +31,7 @@ 0, 43, 3, - 95, + 96, 0, 10, 1, @@ -231,10 +235,10 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { - "name" : "Raku", "data" : [ 0, 0, @@ -257,7 +261,7 @@ 1, 116, 0, - 79, + 80, 0, 1, 0, @@ -461,7 +465,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -923,25 +928,20 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 225] Last updated at 2021-06-19 21:07:15 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "min" : 0 } } |
