diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index dd3dd11b9b..6026ee8983 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,14 @@ { + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, "xAxis" : { "categories" : [ "3ter", @@ -244,14 +254,19 @@ "Yozen Hernandez" ] }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "subtitle" : { + "text" : "[Champions: 241] Last updated at 2021-10-16 21:55:16 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, - "subtitle" : { - "text" : "[Champions: 241] Last updated at 2021-10-16 13:46:16 GMT" + "chart" : { + "type" : "column" }, "series" : [ { @@ -426,7 +441,7 @@ 2, 4, 0, - 74, + 75, 0, 9, 1, @@ -747,6 +762,7 @@ ] }, { + "name" : "Blog", "data" : [ 0, 0, @@ -989,23 +1005,7 @@ 1, 5, 10 - ], - "name" : "Blog" - } - ], - "plotOptions" : { - "column" : { - "stacking" : "percent" + ] } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - } + ] } |
