diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 44 |
1 files changed, 22 insertions, 22 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 89e2faedfb..f1bbb09d11 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,4 +1,7 @@ { + "chart" : { + "type" : "column" + }, "series" : [ { "name" : "Perl", @@ -423,7 +426,7 @@ 0, 0, 0, - 118, + 119, 7, 2, 0, @@ -702,7 +705,7 @@ 0, 0, 3, - 117, + 118, 0, 0, 0, @@ -835,11 +838,26 @@ ] } ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, "title" : { "text" : "The Weekly Challenge [2019 - 2022]" }, - "chart" : { - "type" : "column" + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 273] Last updated at 2022-10-17 16:10:07 GMT" + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "xAxis" : { "categories" : [ @@ -1117,23 +1135,5 @@ "Yet Ebreo", "Yozen Hernandez" ] - }, - "subtitle" : { - "text" : "[Champions: 273] Last updated at 2022-10-17 15:55:06 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } } } |
