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 8b6d0f2f87..c4456a4c87 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,4 +1,7 @@ { + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-12-29 15:02:29 GMT" + }, "xAxis" : { "categories" : [ "Gustavo Chaves", @@ -33,11 +36,10 @@ "Jeremy Carman" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -76,7 +78,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 8, @@ -108,9 +109,11 @@ 2, 0, 1 - ] + ], + "name" : "Raku" }, { + "name" : "Blog", "data" : [ 6, 0, @@ -142,26 +145,23 @@ 0, 0, 0 - ], - "name" : "Blog" + ] } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-12-28 21:28:11 GMT" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "title" : { "text" : "The Weekly Challenge [2019 - 2023]" }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
