diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 20a37969b7..f8ccf83ec1 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,24 +1,6 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "subtitle" : { - "text" : "[Champions: 262] Last updated at 2022-07-19 22:17:19 GMT" + "text" : "[Champions: 262] Last updated at 2022-07-19 22:30:45 GMT" }, "xAxis" : { "categories" : [ @@ -286,6 +268,13 @@ "Yozen Hernandez" ] }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, "series" : [ { "data" : [ @@ -422,7 +411,7 @@ 16, 8, 11, - 168, + 169, 9, 1, 103, @@ -689,7 +678,7 @@ 0, 2, 0, - 169, + 170, 0, 0, 0, @@ -957,7 +946,7 @@ 12, 0, 0, - 169, + 170, 0, 0, 3, @@ -1089,7 +1078,18 @@ ] } ], - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
