diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index ddf4c597ab..16c9655e68 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,27 +1,12 @@ { - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 250] Last updated at 2022-02-17 20:48:49 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -154,7 +139,7 @@ 146, 9, 1, - 84, + 85, 0, 0, 0, @@ -535,7 +520,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -787,9 +771,13 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -1043,5 +1031,17 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "subtitle" : { + "text" : "[Champions: 250] Last updated at 2022-02-18 11:22:42 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
