diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-13 21:35:04 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2019-10-13 21:35:04 +0100 |
| commit | 9cd7a5bf18669d071b9ea9c339db6a7550ff9a04 (patch) | |
| tree | 45b7b34a60bd91634dc5ac5a9c505faff87f2f1f /stats/pwc-summary-1-30.json | |
| parent | c284188eb20bdf9c2c66e1ab627e7b7b10424970 (diff) | |
| download | perlweeklychallenge-club-9cd7a5bf18669d071b9ea9c339db6a7550ff9a04.tar.gz perlweeklychallenge-club-9cd7a5bf18669d071b9ea9c339db6a7550ff9a04.tar.bz2 perlweeklychallenge-club-9cd7a5bf18669d071b9ea9c339db6a7550ff9a04.zip | |
- Added solution by Ozzy.
Diffstat (limited to 'stats/pwc-summary-1-30.json')
| -rw-r--r-- | stats/pwc-summary-1-30.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary-1-30.json b/stats/pwc-summary-1-30.json index 05ca9063da..9b9de80177 100644 --- a/stats/pwc-summary-1-30.json +++ b/stats/pwc-summary-1-30.json @@ -1,4 +1,11 @@ { + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "Aaron Sherman", @@ -34,20 +41,21 @@ ] }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2019-10-13 20:29:13 GMT" + "text" : "[Champions: 30] Last updated at 2019-10-13 20:33:55 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "title" : { "text" : "Perl Weekly Challenge - 2019" }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + } }, "series" : [ { @@ -155,13 +163,5 @@ ], "name" : "Blog" } - ], - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - } + ] } |
