diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-23 16:56:14 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2021-05-23 16:56:14 +0100 |
| commit | d03259c86c349e8efbbd6622dfdfcaa3c5f527f2 (patch) | |
| tree | b4144a613ece99c8b58610bd46de9eb2c32ca835 /stats/pwc-summary.json | |
| parent | d5e46349e47cea9a3c59c5c9cafc4e6babf97955 (diff) | |
| download | perlweeklychallenge-club-d03259c86c349e8efbbd6622dfdfcaa3c5f527f2.tar.gz perlweeklychallenge-club-d03259c86c349e8efbbd6622dfdfcaa3c5f527f2.tar.bz2 perlweeklychallenge-club-d03259c86c349e8efbbd6622dfdfcaa3c5f527f2.zip | |
- Added solutions by Joan Mimosinnet.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ae62ef9315..c7c79c08a1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,8 @@ { - "subtitle" : { - "text" : "[Champions: 222] Last updated at 2021-05-23 15:47:16 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "xAxis" : { "categories" : [ @@ -228,19 +230,18 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "subtitle" : { + "text" : "[Champions: 222] Last updated at 2021-05-23 15:55:01 GMT" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "series" : [ { @@ -471,7 +472,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -561,7 +561,7 @@ 0, 0, 9, - 21, + 22, 0, 0, 33, @@ -695,7 +695,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -925,11 +926,10 @@ ] } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
