From d5aef342008aa2a96e8085194e3a3dc6975a723b Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 10 Jan 2022 21:10:15 +0000 Subject: - Added solutions to week 147. --- stats/pwc-summary-181-210.json | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'stats/pwc-summary-181-210.json') diff --git a/stats/pwc-summary-181-210.json b/stats/pwc-summary-181-210.json index 1447c9e88d..63a755d0fe 100644 --- a/stats/pwc-summary-181-210.json +++ b/stats/pwc-summary-181-210.json @@ -1,10 +1,4 @@ { - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "series" : [ { "name" : "Perl", @@ -112,9 +106,6 @@ ] } ], - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "xAxis" : { "categories" : [ "Petr Roubicek", @@ -149,19 +140,28 @@ "Shasank Shah" ] }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" }, "tooltip" : { "shared" : 1, "pointFormat" : "{series.name}: {point.y}
" }, + "chart" : { + "type" : "column" + }, "plotOptions" : { "column" : { "stacking" : "percent" } }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-10 19:15:24 GMT" + "text" : "[Champions: 30] Last updated at 2022-01-10 21:08:26 GMT" } } -- cgit