diff options
Diffstat (limited to 'stats/pwc-summary-241-270.json')
| -rw-r--r-- | stats/pwc-summary-241-270.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-241-270.json b/stats/pwc-summary-241-270.json index cfdd0479c0..d7b7350e83 100644 --- a/stats/pwc-summary-241-270.json +++ b/stats/pwc-summary-241-270.json @@ -1,11 +1,10 @@ { "subtitle" : { - "text" : "[Champions: 22] Last updated at 2022-07-21 08:03:16 GMT" + "text" : "[Champions: 22] Last updated at 2022-07-21 22:35:38 GMT" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "series" : [ { @@ -36,7 +35,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -60,7 +58,8 @@ 3, 21, 0 - ] + ], + "name" : "Raku" }, { "data" : [ @@ -90,19 +89,6 @@ "name" : "Blog" } ], - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "xAxis" : { "categories" : [ "Ted Leahy", @@ -131,5 +117,19 @@ }, "chart" : { "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
