diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2b8bfc7520..8d5e0a6433 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,24 +1,10 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 252] Last updated at 2022-03-18 11:13:06 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" }, "series" : [ { @@ -536,6 +522,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -742,7 +729,7 @@ 0, 0, 0, - 135, + 136, 0, 18, 1, @@ -789,12 +776,11 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } ], - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 252] Last updated at 2022-03-18 11:19:07 GMT" }, "xAxis" : { "categories" : [ @@ -1051,5 +1037,19 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
