diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-06 01:00:45 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-04-06 01:00:45 +0100 |
| commit | e00d3393c34b1e6e038ce4e1976888bced5dea79 (patch) | |
| tree | 7b3408e1c813b6ccb0c563e4e5646e2550d37fe6 /stats/pwc-summary.json | |
| parent | af767f0fc8520447e03b1eb069fc8def9130fd4c (diff) | |
| download | perlweeklychallenge-club-e00d3393c34b1e6e038ce4e1976888bced5dea79.tar.gz perlweeklychallenge-club-e00d3393c34b1e6e038ce4e1976888bced5dea79.tar.bz2 perlweeklychallenge-club-e00d3393c34b1e6e038ce4e1976888bced5dea79.zip | |
- Added blog by Kevin Colyer.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 0f8ea83008..7749d2022e 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,7 +1,21 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "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 + }, + "chart" : { + "type" : "column" }, "series" : [ { @@ -400,7 +414,7 @@ 0, 0, 0, - 1, + 2, 1, 38, 0, @@ -488,23 +502,6 @@ ] } ], - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 156] Last updated at 2020-04-05 23:02:35 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "Aaron Rowe", @@ -667,5 +664,8 @@ }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" + }, + "subtitle" : { + "text" : "[Champions: 156] Last updated at 2020-04-06 00:00:23 GMT" } } |
