diff options
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index 37e16e1b42..b3414a4b03 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,10 +1,11 @@ { - "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-05-25 16:30:37 GMT" + "text" : "[Champions: 30] Last updated at 2024-05-25 20:23:04 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { @@ -43,7 +44,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -75,10 +75,10 @@ 24, 0, 0 - ] + ], + "name" : "Raku" }, { - "name" : "Blog", "data" : [ 1, 0, @@ -110,9 +110,13 @@ 0, 10, 0 - ] + ], + "name" : "Blog" } ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, "xAxis" : { "categories" : [ "Pavel Jurca", @@ -147,21 +151,17 @@ "RibTips" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "chart" : { + "type" : "column" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, - "chart" : { - "type" : "column" + }, + "min" : 0 } } |
