diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f7c9318407..949d2fd6cc 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -2,13 +2,18 @@ "chart" : { "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + "subtitle" : { + "text" : "[Champions: 233] Last updated at 2021-08-01 11:15:10 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, - "subtitle" : { - "text" : "[Champions: 233] Last updated at 2021-07-31 20:51:51 GMT" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "title" : { "text" : "The Weekly Challenge [2019 - 2021]" @@ -250,9 +255,10 @@ "Yozen Hernandez" ] }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -389,7 +395,7 @@ 0, 0, 2, - 4, + 5, 0, 2, 4, @@ -969,11 +975,5 @@ ], "name" : "Blog" } - ], - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - } + ] } |
