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 de76654f53..9e25d3b30e 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,11 +1,7 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -114,16 +110,23 @@ "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2020-09-26 04:06:50 GMT" + "text" : "[Champions: 30] Last updated at 2020-09-26 10:58:29 GMT" }, "title" : { "text" : "Perl Weekly Challenge [2019 - 2020]" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "Ian Rifkin", @@ -158,10 +161,7 @@ "Kian-Meng Ang" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" } } |
