diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-22 11:19:23 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-08-22 11:19:23 +0100 |
| commit | 3318ff63b12169b1c7ba3550c19484460eb1ea5a (patch) | |
| tree | f126487f43ceccd5d3bb32d2207b85725c3f9c84 /stats/pwc-summary.json | |
| parent | 5e0c93b63a5171e20b125930b139e35cf43381b4 (diff) | |
| download | perlweeklychallenge-club-3318ff63b12169b1c7ba3550c19484460eb1ea5a.tar.gz perlweeklychallenge-club-3318ff63b12169b1c7ba3550c19484460eb1ea5a.tar.bz2 perlweeklychallenge-club-3318ff63b12169b1c7ba3550c19484460eb1ea5a.zip | |
- Added solutions by Bartosz Jarzyna.
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 eb416329e3..1548dc5f9e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,16 +1,14 @@ { "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + } }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -32,7 +30,7 @@ 3, 55, 0, - 6, + 7, 0, 0, 2, @@ -200,6 +198,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -382,8 +381,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -572,14 +570,16 @@ ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 181] Last updated at 2020-08-22 10:19:08 GMT" }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, "xAxis" : { "categories" : [ "3ter", @@ -765,7 +765,7 @@ "Yozen Hernandez" ] }, - "subtitle" : { - "text" : "[Champions: 181] Last updated at 2020-08-21 18:40:53 GMT" + "chart" : { + "type" : "column" } } |
