diff options
Diffstat (limited to 'stats/pwc-summary-271-300.json')
| -rw-r--r-- | stats/pwc-summary-271-300.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/stats/pwc-summary-271-300.json b/stats/pwc-summary-271-300.json index 4fb98ce752..4ab7b26a8d 100644 --- a/stats/pwc-summary-271-300.json +++ b/stats/pwc-summary-271-300.json @@ -1,18 +1,20 @@ { - "xAxis" : { - "categories" : [ - "Walt Mankowski", - "Wanderdoc", - "William Gilmore", - "William West", - "Yary Hluchan", - "Yet Ebreo", - "Yozen Hernandez" - ] + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } }, "series" : [ { - "name" : "Perl", "data" : [ 81, 179, @@ -21,7 +23,8 @@ 3, 86, 21 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -49,27 +52,24 @@ } ], "subtitle" : { - "text" : "[Champions: 7] Last updated at 2022-12-04 09:45:18 GMT" + "text" : "[Champions: 7] Last updated at 2022-12-04 10:12:18 GMT" + }, + "xAxis" : { + "categories" : [ + "Walt Mankowski", + "Wanderdoc", + "William Gilmore", + "William West", + "Yary Hluchan", + "Yet Ebreo", + "Yozen Hernandez" + ] }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "tooltip" : { "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", "shared" : 1 - }, - "chart" : { - "type" : "column" } } |
