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-121-150.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-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index e651064e5b..007b0ecdff 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,28 +1,24 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-06-14 22:59:31 GMT" - }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + } }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 }, "series" : [ { - "name" : "Perl", "data" : [ 7, 4, @@ -54,7 +50,8 @@ 0, 3, 0 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -127,6 +124,9 @@ "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-06-14 23:08:57 GMT" + }, "chart" : { "type" : "column" }, |
