diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 6d14568df6..b5458c7843 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -2,16 +2,20 @@ "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, "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]" + }, "series" : [ { - "name" : "Perl", "data" : [ 1, 0, @@ -256,7 +260,7 @@ 2, 13, 1, - 23, + 24, 1, 4, 0, @@ -288,7 +292,8 @@ 3, 44, 11 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -535,7 +540,7 @@ 0, 0, 0, - 23, + 24, 0, 1, 0, @@ -815,7 +820,7 @@ 0, 0, 0, - 21, + 22, 0, 0, 0, @@ -851,19 +856,8 @@ "name" : "Blog" } ], - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "subtitle" : { - "text" : "[Champions: 275] Last updated at 2022-11-18 07:54:08 GMT" + "text" : "[Champions: 275] Last updated at 2022-11-19 09:21:23 GMT" }, "xAxis" : { "categories" : [ @@ -1143,5 +1137,11 @@ "Yet Ebreo", "Yozen Hernandez" ] + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } } } |
