diff options
| author | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-06 15:54:46 +0100 |
|---|---|---|
| committer | Mohammad S Anwar <mohammad.anwar@yahoo.com> | 2020-07-06 15:54:46 +0100 |
| commit | fff20dee4ec14ba882b0df62b8e3150cedf56e69 (patch) | |
| tree | 30fa8a24695883c156903c799fbd43fd3041a426 /stats/pwc-summary.json | |
| parent | 93f30642ea7f78954f1bacc0e1ad9305555ca4d6 (diff) | |
| download | perlweeklychallenge-club-fff20dee4ec14ba882b0df62b8e3150cedf56e69.tar.gz perlweeklychallenge-club-fff20dee4ec14ba882b0df62b8e3150cedf56e69.tar.bz2 perlweeklychallenge-club-fff20dee4ec14ba882b0df62b8e3150cedf56e69.zip | |
- Added solution by Scimon Proctor.
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index cf2f66ee9a..8d26be46cb 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,18 @@ { + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "series" : [ { "data" : [ @@ -351,6 +365,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -522,24 +537,12 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -718,10 +721,7 @@ "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "[Champions: 170] Last updated at 2020-07-06 13:05:19 GMT" + "text" : "[Champions: 170] Last updated at 2020-07-06 14:54:21 GMT" } } |
