diff options
Diffstat (limited to 'stats/pwc-summary-91-120.json')
| -rw-r--r-- | stats/pwc-summary-91-120.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-91-120.json b/stats/pwc-summary-91-120.json index 5f6c50a891..7b0e86b103 100644 --- a/stats/pwc-summary-91-120.json +++ b/stats/pwc-summary-91-120.json @@ -1,18 +1,6 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" }, "series" : [ { @@ -51,7 +39,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -83,7 +70,8 @@ 81, 0, 3 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -121,8 +109,18 @@ ] } ], - "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 2022-11-07 14:09:46 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "xAxis" : { "categories" : [ @@ -158,10 +156,12 @@ "Jonas Berlin" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-11-07 13:59:12 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" } } |
