diff options
Diffstat (limited to 'stats/pwc-summary.json')
| -rw-r--r-- | stats/pwc-summary.json | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d4ac241d54..9fece190ac 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -2,17 +2,25 @@ "chart" : { "type" : "column" }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, "tooltip" : { "shared" : 1, "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2021-12-22 02:20:21 GMT" }, "yAxis" : { - "min" : 0, "title" : { "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" } }, "series" : [ @@ -267,7 +275,6 @@ ] }, { - "name" : "Raku", "data" : [ 0, 0, @@ -320,7 +327,7 @@ 0, 1, 0, - 3, + 4, 0, 0, 0, @@ -514,7 +521,8 @@ 3, 11, 0 - ] + ], + "name" : "Raku" }, { "name" : "Blog", @@ -767,14 +775,6 @@ ] } ], - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2021-12-22 02:01:43 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "xAxis" : { "categories" : [ "3ter", |
