diff options
Diffstat (limited to 'stats/pwc-summary-31-60.json')
| -rw-r--r-- | stats/pwc-summary-31-60.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index dbef8449da..21e8bf286d 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -2,20 +2,6 @@ "title" : { "text" : "The Weekly Challenge [2019 - 2024]" }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "categories" : [ "Avery Adams", @@ -50,12 +36,9 @@ "Dan Friedman" ] }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "series" : [ { + "name" : "Perl", "data" : [ 45, 43, @@ -87,8 +70,7 @@ 63, 2, 0 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -162,6 +144,24 @@ } ], "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-03-28 16:58:24 GMT" + "text" : "[Champions: 30] Last updated at 2024-03-29 11:16:28 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 } } |
