diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 667fe3a5b1..f7fc67ad24 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,9 +1,14 @@ { - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "series" : [ { @@ -131,6 +136,7 @@ 9, 2, 2, + 1, 23, 16, 8, @@ -390,6 +396,7 @@ 0, 0, 0, + 0, 2, 0, 152, @@ -645,6 +652,7 @@ 0, 0, 0, + 1, 0, 12, 0, @@ -778,17 +786,15 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 253] Last updated at 2022-03-20 13:10:26 GMT" }, "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "subtitle" : { - "text" : "[Champions: 252] Last updated at 2022-03-20 09:21:38 GMT" + "chart" : { + "type" : "column" }, "xAxis" : { "categories" : [ @@ -915,6 +921,7 @@ "Kivanc Yazan", "kjetillll", "Konstantinos Giannakakis", + "Kueppo Wesley", "Lakpa Tashi Bhutia", "Lance Wicks", "Lars Balker", @@ -1046,10 +1053,7 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
