diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-13 11:04:21 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-10-13 11:04:21 +0100 |
| commit | 8fefadda8698174fc7d7e5fc9b150a3afd547f46 (patch) | |
| tree | bbc94b65cb36c068b3324690d7be005d7a6ad3f9 /stats/pwc-summary.json | |
| parent | f64f228444d4d1fa90f3b397a256d93830ce0c9b (diff) | |
| download | perlweeklychallenge-club-8fefadda8698174fc7d7e5fc9b150a3afd547f46.tar.gz perlweeklychallenge-club-8fefadda8698174fc7d7e5fc9b150a3afd547f46.tar.bz2 perlweeklychallenge-club-8fefadda8698174fc7d7e5fc9b150a3afd547f46.zip | |
- Added solutions by Simon Proctor.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 8d2d2a85ba..30f4e8915c 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,13 +1,6 @@ { - "subtitle" : { - "text" : "[Champions: 194] Last updated at 2020-10-13 08:29:00 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -203,7 +196,8 @@ 3, 41, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -372,7 +366,7 @@ 0, 0, 0, - 77, + 78, 0, 0, 0, @@ -604,20 +598,15 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "subtitle" : { + "text" : "[Champions: 194] Last updated at 2020-10-13 10:04:09 GMT" }, "xAxis" : { "categories" : [ @@ -817,7 +806,18 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
