diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-13 09:34:40 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-13 09:34:40 +0100 |
| commit | bf7ec3f38c6ffd95fa2de9d38cd2e841dbd5d57c (patch) | |
| tree | dda2e4c42e5e692501e112a545bb88795da17b11 /stats/pwc-summary-1-30.json | |
| parent | 07c76e33610260ccabf5eab29bb135a8b84661ee (diff) | |
| download | perlweeklychallenge-club-bf7ec3f38c6ffd95fa2de9d38cd2e841dbd5d57c.tar.gz perlweeklychallenge-club-bf7ec3f38c6ffd95fa2de9d38cd2e841dbd5d57c.tar.bz2 perlweeklychallenge-club-bf7ec3f38c6ffd95fa2de9d38cd2e841dbd5d57c.zip | |
- Added review 067 by Colin Crain.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index c6fd55df21..49988894ab 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,4 +1,13 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "3ter", @@ -33,11 +42,8 @@ "Creewick" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" }, "series" : [ { @@ -111,6 +117,7 @@ "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -139,29 +146,22 @@ 0, 14, 0, - 12, + 13, 0, 0 - ], - "name" : "Blog" + ] } ], - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-07-13 08:34:23 GMT" }, "chart" : { "type" : "column" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-07-12 22:43:35 GMT" } } |
