diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d50ec714dd..ddb10cfcbe 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,15 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, - "subtitle" : { - "text" : "[Champions: 267] Last updated at 2022-09-03 17:09:29 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -286,17 +282,11 @@ "Yozen Hernandez" ] }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 267] Last updated at 2022-09-03 20:36:40 GMT" }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -464,7 +454,7 @@ 0, 0, 1, - 90, + 91, 0, 20, 7, @@ -565,7 +555,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -735,7 +726,7 @@ 1, 0, 0, - 58, + 59, 1, 20, 0, @@ -1111,5 +1102,14 @@ 10 ] } - ] + ], + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + } } |
