From ec40a817b49b92d42a652fc8edc3772697a29314 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 18 Mar 2022 11:20:41 +0000 Subject: - Added blog post by Roger Bell_West. --- stats/pwc-summary-211-240.json | 48 +++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'stats/pwc-summary-211-240.json') diff --git a/stats/pwc-summary-211-240.json b/stats/pwc-summary-211-240.json index 075b32c38f..e2cc3e6723 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,24 +1,6 @@ { - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-03-18 11:13:06 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "text" : "[Champions: 30] Last updated at 2022-03-18 11:19:08 GMT" }, "xAxis" : { "categories" : [ @@ -59,6 +41,7 @@ }, "series" : [ { + "name" : "Perl", "data" : [ 10, 0, @@ -90,10 +73,10 @@ 0, 183, 24 - ], - "name" : "Perl" + ] }, { + "name" : "Raku", "data" : [ 10, 3, @@ -125,8 +108,7 @@ 2, 201, 0 - ], - "name" : "Raku" + ] }, { "name" : "Blog", @@ -163,5 +145,23 @@ 0 ] } - ] + ], + "tooltip" : { + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + } } -- cgit