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-121-150.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-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index 668ff13678..9d748ee396 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,4 +1,16 @@ { + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "Perl Weekly Challenge [2019 - 2020]" + }, "xAxis" : { "categories" : [ "Pete Sergeant", @@ -33,14 +45,9 @@ "Sitaram Chamarty" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { + "name" : "Perl", "data" : [ 0, 2, @@ -72,10 +79,10 @@ 5, 4, 1 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 0, 0, @@ -107,8 +114,7 @@ 115, 0, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -146,22 +152,16 @@ "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2020-07-13 08:34:23 GMT" + }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-07-12 22:43:35 GMT" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
