diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 42 |
1 files changed, 21 insertions, 21 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 3afce40714..ca8e4f7b3f 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,19 +1,27 @@ { - "subtitle" : { - "text" : "[Champions: 262] Last updated at 2022-07-08 20:24:53 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "yAxis" : { - "min" : 0, "title" : { "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 262] Last updated at 2022-07-09 21:58:03 GMT" + }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -277,8 +285,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -494,7 +501,7 @@ 0, 18, 3, - 20, + 21, 0, 145, 57, @@ -1081,15 +1088,8 @@ "Yozen Hernandez" ] }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 } } |
