From 3b9ae8e17f9ba3d1fb2a4f612e0c4e2b271f6304 Mon Sep 17 00:00:00 2001 From: Mohammad Sajid Anwar Date: Fri, 27 Sep 2024 17:17:56 +0100 Subject: - Added solutions by Robbie Hatley. - Added solutions by Paulo Custodio. - Added solutions by Jorg Sommrey. --- stats/pwc-summary.json | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index bc81cf9033..b315ae96a0 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,6 +1,9 @@ { "subtitle" : { - "text" : "[Champions: 317] Last updated at 2024-09-26 19:54:14 GMT" + "text" : "[Champions: 317] Last updated at 2024-09-27 16:17:48 GMT" + }, + "chart" : { + "type" : "column" }, "title" : { "text" : "The Weekly Challenge [2019 - 2024]" @@ -145,7 +148,7 @@ 4, 1, 0, - 279, + 280, 4, 1, 13, @@ -319,7 +322,7 @@ 2, 197, 41, - 133, + 134, 1, 3, 3, @@ -651,7 +654,6 @@ ] }, { - "name" : "Blog", "data" : [ 0, 0, @@ -789,7 +791,7 @@ 0, 0, 0, - 49, + 50, 0, 0, 1, @@ -970,27 +972,25 @@ 5, 10, 1 - ] + ], + "name" : "Blog" } ], - "chart" : { - "type" : "column" - }, "tooltip" : { - "shared" : 1, - "pointFormat" : "{series.name}: {point.y}
" + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : "" + } }, "plotOptions" : { "column" : { "stacking" : "percent" } }, - "yAxis" : { - "title" : { - "text" : "" - }, - "min" : 0 - }, "xAxis" : { "categories" : [ "3ter", -- cgit