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-211-240.json | 112 ++++++++++++++++++++--------------------- 1 file changed, 56 insertions(+), 56 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 c5b6110a79..566b896f6a 100644 --- a/stats/pwc-summary-211-240.json +++ b/stats/pwc-summary-211-240.json @@ -1,64 +1,14 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "subtitle" : { - "text" : "[Champions: 30] Last updated at 2022-01-10 19:15:24 GMT" - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "{series.name}: {point.y}
", "shared" : 1 }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "categories" : [ - "Shaun Pearce", - "Shawn Wagner", - "Simon Green", - "Simon Miner", - "Simon Proctor", - "Simon Reinhardt", - "Sitaram Chamarty", - "Sol DeMuth", - "Stephanie Stein", - "Steve Bresson", - "Steve Rogerson", - "Steven Lembark", - "Steven Wilson", - "Stuart Little", - "Svetlana Nesterova", - "Ted Leahy", - "Tejas", - "Tester R59", - "Tiago Stock", - "Tim Smith", - "Tore Andersson", - "Trenton Langer", - "Tyler Limkemann", - "Ulrich Rieke", - "User Person", - "Veesh Goldman", - "Vinod Kumar K", - "Vinod Kumar Pal", - "Vyacheslav Volgarev", - "W. Luis Mochan" - ] - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "series" : [ { + "name" : "Perl", "data" : [ 0, 22, @@ -90,8 +40,7 @@ 0, 4, 112 - ], - "name" : "Perl" + ] }, { "data" : [ @@ -163,5 +112,56 @@ 56 ] } - ] + ], + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "xAxis" : { + "categories" : [ + "Shaun Pearce", + "Shawn Wagner", + "Simon Green", + "Simon Miner", + "Simon Proctor", + "Simon Reinhardt", + "Sitaram Chamarty", + "Sol DeMuth", + "Stephanie Stein", + "Steve Bresson", + "Steve Rogerson", + "Steven Lembark", + "Steven Wilson", + "Stuart Little", + "Svetlana Nesterova", + "Ted Leahy", + "Tejas", + "Tester R59", + "Tiago Stock", + "Tim Smith", + "Tore Andersson", + "Trenton Langer", + "Tyler Limkemann", + "Ulrich Rieke", + "User Person", + "Veesh Goldman", + "Vinod Kumar K", + "Vinod Kumar Pal", + "Vyacheslav Volgarev", + "W. Luis Mochan" + ] + }, + "subtitle" : { + "text" : "[Champions: 30] Last updated at 2022-01-10 21:08:26 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + } } -- cgit