diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f1cbf2cd6a..67bde56538 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -253,29 +253,23 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 250] Last updated at 2022-02-26 11:51:03 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -409,7 +403,7 @@ 148, 9, 1, - 85, + 86, 0, 0, 0, @@ -534,7 +528,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -786,9 +779,11 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 0, 0, @@ -1040,8 +1035,13 @@ 1, 5, 10 - ], - "name" : "Blog" + ] } - ] + ], + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 250] Last updated at 2022-02-26 13:43:05 GMT" + } } |
