diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index e9144f3173..4684f2a41a 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -2,17 +2,12 @@ "chart" : { "type" : "column" }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-12-31 14:58:13 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, "series" : [ @@ -52,7 +47,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 8, @@ -84,9 +78,11 @@ 2, 0, 1 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 6, 0, @@ -118,17 +114,12 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -163,5 +154,14 @@ "Jen Guerra", "Jeremy Carman" ] + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-12-31 21:17:54 GMT" } } |
