diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-08 10:54:53 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-06-08 10:54:53 +0100 |
| commit | edebac2ae86d348d1a495805993d92cd9d61fa0c (patch) | |
| tree | ff2edaa7bba974dbf7d282b56d971094260cdaac /stats/pwc-summary.json | |
| parent | dbb2a26e571bc283c778f5c6f5ae82e8be89650c (diff) | |
| download | perlweeklychallenge-club-edebac2ae86d348d1a495805993d92cd9d61fa0c.tar.gz perlweeklychallenge-club-edebac2ae86d348d1a495805993d92cd9d61fa0c.tar.bz2 perlweeklychallenge-club-edebac2ae86d348d1a495805993d92cd9d61fa0c.zip | |
- Added solutions by E. Choroba.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0fb71384f3..a4c469fcb0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,6 @@ { "subtitle" : { - "text" : "[Champions: 223] Last updated at 2021-06-08 09:49:50 GMT" + "text" : "[Champions: 223] Last updated at 2021-06-08 09:54:35 GMT" }, "yAxis" : { "title" : { @@ -8,12 +8,6 @@ }, "min" : 0 }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "xAxis" : { "categories" : [ "3ter", @@ -241,17 +235,21 @@ "Yozen Hernandez" ] }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -309,7 +307,7 @@ 0, 39, 103, - 111, + 112, 1, 4, 11, @@ -476,8 +474,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -708,6 +705,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -932,8 +930,10 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } - ] + ], + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + } } |
