diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-31 00:30:12 +0000 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-12-31 00:30:12 +0000 |
| commit | a8df616d85595d4544cc36b828861f15fbb703c1 (patch) | |
| tree | 77c445cf2322ac34478d9a1f55c31645dd1ba89d /stats/pwc-summary.json | |
| parent | 0bda5c5c4725ca1c41bf9b24999a30676b0a6761 (diff) | |
| download | perlweeklychallenge-club-a8df616d85595d4544cc36b828861f15fbb703c1.tar.gz perlweeklychallenge-club-a8df616d85595d4544cc36b828861f15fbb703c1.tar.bz2 perlweeklychallenge-club-a8df616d85595d4544cc36b828861f15fbb703c1.zip | |
- Added solutions by Lubos Kolouch.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 4ecd10078d..148a041b9b 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,7 @@ { + "subtitle" : { + "text" : "[Champions: 213] Last updated at 2020-12-31 00:29:18 GMT" + }, "plotOptions" : { "column" : { "stacking" : "percent" @@ -114,7 +117,7 @@ 91, 9, 1, - 50, + 51, 0, 0, 1, @@ -442,7 +445,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -657,22 +659,26 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 213] Last updated at 2020-12-31 00:13:18 GMT" - }, "chart" : { "type" : "column" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "xAxis" : { "categories" : [ "3ter", @@ -889,11 +895,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } } } |
