diff options
Diffstat (limited to 'stats/pwc-summary-61-90.json')
| -rw-r--r-- | stats/pwc-summary-61-90.json | 48 |
1 files changed, 24 insertions, 24 deletions
diff --git a/stats/pwc-summary-61-90.json b/stats/pwc-summary-61-90.json index f2101404cf..76de1a5914 100644 --- a/stats/pwc-summary-61-90.json +++ b/stats/pwc-summary-61-90.json @@ -1,10 +1,28 @@ { "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-04-30 17:44:51 GMT" + "text" : "[Champions: 30] Last updated at 2022-05-01 12:42:00 GMT" + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", + "shared" : 1 }, "chart" : { "type" : "column" }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, "xAxis" : { "categories" : [ "Duncan C. White", @@ -39,15 +57,6 @@ "Jan Krnavek" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, "series" : [ { "data" : [ @@ -85,6 +94,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -116,11 +126,9 @@ 10, 0, 155 - ], - "name" : "Raku" + ] }, { - "name" : "Blog", "data" : [ 1, 53, @@ -152,16 +160,8 @@ 68, 0, 0 - ] - } - ], - "tooltip" : { - "pointFormat" : "<span style=\"color:{series.color}\">{series.name}</span>: <b>{point.y}</b><br/>", - "shared" : 1 - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" + ], + "name" : "Blog" } - } + ] } |
