diff options
Diffstat (limited to 'stats/pwc-summary-181-210.json')
| -rw-r--r-- | stats/pwc-summary-181-210.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index f3d54ff643..b2b9f2dae0 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,17 +1,15 @@ { - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-11-25 22:56:43 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-11-26 00:34:24 GMT" + }, "xAxis" : { "categories" : [ "Michael Hamlin", @@ -46,17 +44,8 @@ "Pavel Starikov" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Perl", "data" : [ 4, 0, @@ -88,7 +77,8 @@ 3, 7, 0 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -126,7 +116,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -158,10 +147,21 @@ 1, 0, 0 - ] + ], + "name" : "Blog" } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
