diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index 353ff3c12f..6fab1a0181 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,21 +1,4 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Dan Friedman", @@ -50,16 +33,8 @@ "GarciaAutomation" ] }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-09-05 19:35:40 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { - "name" : "Perl", "data" : [ 0, 0, @@ -91,7 +66,8 @@ 2, 3, 2 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -163,5 +139,29 @@ 0 ] } - ] + ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-09-07 14:54:13 GMT" + }, + "chart" : { + "type" : "column" + } } |
