diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 2386321ec0..4654ee2af2 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,8 @@ { - "subtitle" : { - "text" : "[Champions: 277] Last updated at 2022-12-13 17:20:47 GMT" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "yAxis" : { "min" : 0, @@ -8,9 +10,6 @@ "text" : "" } }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "series" : [ { "name" : "Perl", @@ -220,6 +219,7 @@ 2, 4, 1, + 1, 0, 1, 20, @@ -233,8 +233,8 @@ 0, 0, 0, - 3, 8, + 3, 53, 1, 0, @@ -502,6 +502,7 @@ 0, 0, 0, + 0, 7, 0, 0, @@ -577,7 +578,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -795,6 +795,7 @@ 0, 0, 0, + 0, 13, 0, 0, @@ -856,12 +857,23 @@ 1, 5, 10 - ] + ], + "name" : "Blog" } ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "subtitle" : { + "text" : "[Champions: 278] Last updated at 2022-12-13 20:25:42 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -1069,6 +1081,7 @@ "Philippe Bruhat", "Phillip Harris", "Phillip Hartfield Sr", + "Pip Stuart", "PJ Durai", "Plis Acm", "PokGoPun", @@ -1142,14 +1155,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" } } |
