diff options
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 8a93e177b2..5088a561b0 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,17 +1,12 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-06-14 08:18:43 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "chart" : { "type" : "column" }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { "data" : [ @@ -84,7 +79,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 0, 0, @@ -116,14 +110,26 @@ 0, 47, 0 - ] + ], + "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" } }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-06-14 21:09:57 GMT" + }, "xAxis" : { "categories" : [ "Max Kossek", @@ -157,11 +163,5 @@ "Packy Anderson", "Paul Fajman" ] - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } } } |
