diff options
Diffstat (limited to 'stats/pwc-summary-211-240.json')
| -rw-r--r-- | stats/pwc-summary-211-240.json | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index 2f4f028d0a..f8d57c9d08 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,17 +1,6 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2024]" - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2024-03-02 12:50:22 GMT" - }, - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, "series" : [ { - "name" : "Perl", "data" : [ 7, 0, @@ -43,7 +32,8 @@ 3, 0, 0 - ] + ], + "name" : "Perl" }, { "data" : [ @@ -116,8 +106,18 @@ ] } ], - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2024]" + }, + "tooltip" : { + "shared" : 1, + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "xAxis" : { "categories" : [ @@ -153,15 +153,15 @@ "Richard Nuttall" ] }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 + "chart" : { + "type" : "column" }, "plotOptions" : { "column" : { "stacking" : "percent" } + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2024-03-03 09:15:18 GMT" } } |
