diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 65337282d8..76ae6be611 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,13 +1,24 @@ { + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-05-24 10:49:34 GMT" + "text" : "[Champions: 30] Last updated at 2020-05-24 20:31:19 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Jeff", @@ -43,19 +54,8 @@ ] }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "series" : [ { |
