diff options
Diffstat (limited to 'stats/pwc-summary-151-180.json')
| -rw-r--r-- | stats/pwc-summary-151-180.json | 50 |
1 files changed, 25 insertions, 25 deletions
diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index ab9faf5c0b..41ae321720 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,23 +1,10 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-11-06 19:47:52 GMT" }, "series" : [ { + "name" : "Perl", "data" : [ 20, 1, @@ -49,8 +36,7 @@ 201, 3, 0 - ], - "name" : "Perl" + ] }, { "name" : "Raku", @@ -123,13 +109,6 @@ "name" : "Blog" } ], - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-11-06 00:13:50 GMT" - }, - "tooltip" : { - "shared" : 1, - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>" - }, "xAxis" : { "categories" : [ "Mark Anderson", @@ -163,5 +142,26 @@ "Nikhil Prasanna", "Noud Aldenhoven" ] + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "chart" : { + "type" : "column" } } |
