diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 58 |
1 files changed, 29 insertions, 29 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index f6caa8b365..23321282e6 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,30 +1,7 @@ { - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "subtitle" : { - "text" : "[Champions: 261] Last updated at 2022-06-16 18:02:19 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Perl", "data" : [ 1, 0, @@ -159,7 +136,7 @@ 16, 8, 11, - 163, + 164, 9, 1, 99, @@ -287,8 +264,7 @@ 3, 44, 11 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -425,7 +401,7 @@ 0, 2, 0, - 164, + 165, 0, 0, 0, @@ -692,7 +668,7 @@ 12, 0, 0, - 164, + 165, 0, 0, 3, @@ -823,6 +799,23 @@ ] } ], + "subtitle" : { + "text" : "[Champions: 261] Last updated at 2022-06-16 18:40:31 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "3ter", @@ -1087,5 +1080,12 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" } } |
