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-31-60.json | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) (limited to 'stats/pwc-summary-31-60.json') diff --git a/stats/pwc-summary-31-60.json b/stats/pwc-summary-31-60.json index 7d67861078..8d83a4f3f3 100644 --- a/stats/pwc-summary-31-60.json +++ b/stats/pwc-summary-31-60.json @@ -1,24 +1,10 @@ { - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "tooltip" : { "shared" : 1, "pointFormat" : "{series.name}: {point.y}
" }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-03-18 11:13:06 GMT" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2022]" + "chart" : { + "type" : "column" }, "series" : [ { @@ -92,7 +78,6 @@ "name" : "Raku" }, { - "name" : "Blog", "data" : [ 9, 0, @@ -124,11 +109,12 @@ 7, 0, 0 - ] + ], + "name" : "Blog" } ], - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-03-18 11:19:08 GMT" }, "xAxis" : { "categories" : [ @@ -163,5 +149,19 @@ "Doug Schrag", "Duane Powell" ] + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } } } -- cgit