diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-13 19:47:34 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-04-13 19:47:34 +0100 |
| commit | 94ae236a562790b8a38b17614f97e2eded3bcba4 (patch) | |
| tree | 1ca1e5d1f336734b3511122a88c337ae0d398ad8 /stats/pwc-summary.json | |
| parent | 4f5a6326cd97c1aa247d1c974e9730696922bfc0 (diff) | |
| download | perlweeklychallenge-club-94ae236a562790b8a38b17614f97e2eded3bcba4.tar.gz perlweeklychallenge-club-94ae236a562790b8a38b17614f97e2eded3bcba4.tar.bz2 perlweeklychallenge-club-94ae236a562790b8a38b17614f97e2eded3bcba4.zip | |
- Added solutions by Ulrich Rieke.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 832456e6b8..b75adf8d05 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,28 +1,11 @@ { - "subtitle" : { - "text" : "[Champions: 220] Last updated at 2021-04-13 17:03:26 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "xAxis" : { "categories" : [ "3ter", @@ -247,8 +230,20 @@ "Yozen Hernandez" ] }, + "subtitle" : { + "text" : "[Champions: 220] Last updated at 2021-04-13 18:47:19 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -456,7 +451,7 @@ 1, 3, 0, - 60, + 61, 12, 9, 9, @@ -470,11 +465,9 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -682,7 +675,7 @@ 0, 0, 1, - 64, + 65, 0, 2, 0, @@ -696,7 +689,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -923,5 +917,11 @@ ], "name" : "Blog" } - ] + ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + } } |
