From ae8dcfbd3166ee486ab68fe22ddf9f32eccc9fba Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 22 Aug 2021 11:21:51 +0100 Subject: - Added solution by Jan Krnavek. --- stats/pwc-summary-151-180.json | 44 +++++++++++++++++++++--------------------- 1 file changed, 22 insertions(+), 22 deletions(-) (limited to 'stats/pwc-summary-151-180.json') diff --git a/stats/pwc-summary-151-180.json b/stats/pwc-summary-151-180.json index 597ddaabb7..22a3163be2 100644 --- a/stats/pwc-summary-151-180.json +++ b/stats/pwc-summary-151-180.json @@ -1,19 +1,7 @@ { - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 }, "series" : [ { @@ -122,6 +110,26 @@ "name" : "Blog" } ], + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2021-08-22 10:21:24 GMT" + }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "categories" : [ "Niels van Dijke", @@ -155,13 +163,5 @@ "Prajith P", "Rage311" ] - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2021-08-22 04:21:59 GMT" } } -- cgit