diff options
Diffstat (limited to 'stats/pwc-summary-121-150.json')
| -rw-r--r-- | stats/pwc-summary-121-150.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary-121-150.json b/stats/pwc-summary-121-150.json index e0dfe045a1..8534cdb918 100644 --- a/stats/pwc-summary-121-150.json +++ b/stats/pwc-summary-121-150.json @@ -1,10 +1,15 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-07-14 02:00:19 GMT" }, "xAxis" : { "categories" : [ @@ -40,6 +45,18 @@ "Oleksii Tsvietnov" ] }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "series" : [ { "data" : [ @@ -146,22 +163,5 @@ ], "name" : "Blog" } - ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-07-13 19:52:41 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - } + ] } |
