diff options
Diffstat (limited to 'stats/pwc-summary-241-270.json')
| -rw-r--r-- | stats/pwc-summary-241-270.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary-241-270.json b/stats/pwc-summary-241-270.json index fcd58724a9..87e1e8b2f9 100644 --- a/stats/pwc-summary-241-270.json +++ b/stats/pwc-summary-241-270.json @@ -1,8 +1,6 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-03-01 10:44:45 GMT" }, "xAxis" : { "categories" : [ @@ -39,10 +37,20 @@ ] }, "yAxis" : { + "min" : 0, "title" : { "text" : "" - }, - "min" : 0 + } + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, + "chart" : { + "type" : "column" }, "series" : [ { @@ -81,7 +89,6 @@ ] }, { - "name" : "Raku", "data" : [ 4, 20, @@ -113,10 +120,10 @@ 0, 0, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 13, 0, @@ -148,20 +155,13 @@ 0, 0, 0 - ] + ], + "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-02-29 19:14:49 GMT" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
