diff options
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index 2653db0fc5..088a39d2dc 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,21 +1,15 @@ { + "title" : { + "text" : "The Weekly Challenge [2019 - 2023]" + }, "yAxis" : { "title" : { "text" : "" }, "min" : 0 }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { - "name" : "Perl", "data" : [ 7, 1, @@ -45,9 +39,10 @@ 2, 0, 3, - 422, + 424, 113 - ] + ], + "name" : "Perl" }, { "name" : "Raku", @@ -80,7 +75,7 @@ 6, 142, 0, - 382, + 384, 113 ] }, @@ -120,15 +115,12 @@ "name" : "Blog" } ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2023-08-02 12:52:16 GMT" + "chart" : { + "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2023]" + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" }, "xAxis" : { "categories" : [ @@ -163,5 +155,13 @@ "Roger Bell_West", "Ruben Westerberg" ] + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2023-08-03 05:39:21 GMT" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } |
