From cbe5b730f8b4817c9ea2ea0dd42ea3b000b5db4d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Jan 2022 09:03:54 +0000 Subject: - Added solution by E. Choroba. --- stats/pwc-summary.json | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index 39ce3768e9..73cb0cdc5d 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,15 +1,4 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : "" - } - }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, "series" : [ { "data" : [ @@ -73,7 +62,7 @@ 0, 43, 134, - 144, + 145, 1, 4, 12, @@ -265,6 +254,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -514,8 +504,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "data" : [ @@ -771,6 +760,14 @@ "name" : "Blog" } ], + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "subtitle" : { + "text" : "[Champions: 248] Last updated at 2022-01-28 08:39:56 GMT" + }, "xAxis" : { "categories" : [ "3ter", @@ -1023,17 +1020,20 @@ "Yozen Hernandez" ] }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" - }, "chart" : { "type" : "column" }, + "yAxis" : { + "title" : { + "text" : "" + }, + "min" : 0 + }, "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 + "shared" : 1, + "pointFormat" : "{series.name}: {point.y}
" }, - "subtitle" : { - "text" : "[Champions: 248] Last updated at 2022-01-28 07:48:29 GMT" + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" } } -- cgit