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-151-180.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-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 5c9da55265..076b441cec 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,20 +1,6 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, "subtitle" : { - "text" : "[Champions: 18] Last updated at 2020-06-14 22:59:31 GMT" + "text" : "[Champions: 18] Last updated at 2020-06-14 23:08:57 GMT" }, "chart" : { "type" : "column" @@ -43,7 +29,6 @@ }, "series" : [ { - "name" : "Perl", "data" : [ 64, 2, @@ -63,7 +48,8 @@ 2, 65, 21 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -89,6 +75,7 @@ ] }, { + "name" : "Blog", "data" : [ 3, 0, @@ -108,12 +95,25 @@ 1, 6, 14 - ], - "name" : "Blog" + ] } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
