diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-15 00:09:09 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-06-15 00:09:09 +0100 |
| commit | 7f736f61354f3fa72e8a87a124caa194281c2f2a (patch) | |
| tree | 89577e1eb223e07c4f15fd0a0c3ee0380471842d /stats/pwc-summary-31-60.json | |
| parent | f008bd9b4a5e96ef5e870642bd1bed7ba3782565 (diff) | |
| download | perlweeklychallenge-club-7f736f61354f3fa72e8a87a124caa194281c2f2a.tar.gz perlweeklychallenge-club-7f736f61354f3fa72e8a87a124caa194281c2f2a.tar.bz2 perlweeklychallenge-club-7f736f61354f3fa72e8a87a124caa194281c2f2a.zip | |
- Added solutions by Colin Crain.
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 3274845a25..a162242eaa 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,4 +1,25 @@ { + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-06-14 23:08:57 GMT" + }, "xAxis" : { "categories" : [ "Daniel Mita", @@ -36,10 +57,6 @@ "chart" : { "type" : "column" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { "name" : "Perl", @@ -112,6 +129,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -143,25 +161,7 @@ 0, 41, 0 - ], - "name" : "Blog" - } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" + ] } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-06-14 22:59:31 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - } + ] } |
