From 51be396c828dc31a152ce8181536bbd1f871f105 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 27 Dec 2021 10:40:31 +0000 Subject: - Added Perl solution to the task "Dot Product" of week 145. --- stats/pwc-summary.json | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) (limited to 'stats/pwc-summary.json') diff --git a/stats/pwc-summary.json b/stats/pwc-summary.json index d48a3513d6..02d6eb194a 100644 --- a/stats/pwc-summary.json +++ b/stats/pwc-summary.json @@ -1,11 +1,4 @@ { - "tooltip" : { - "pointFormat" : "{series.name}: {point.y}
", - "shared" : 1 - }, - "subtitle" : { - "text" : "[Champions: 245] Last updated at 2021-12-27 07:56:39 GMT" - }, "xAxis" : { "categories" : [ "3ter", @@ -255,22 +248,29 @@ "Yozen Hernandez" ] }, + "title" : { + "text" : "The Weekly Challenge [2019 - 2021]" + }, + "plotOptions" : { + "column" : { + "stacking" : "percent" + } + }, + "tooltip" : { + "pointFormat" : "{series.name}: {point.y}
", + "shared" : 1 + }, "yAxis" : { - "min" : 0, "title" : { "text" : "" - } + }, + "min" : 0 }, "chart" : { "type" : "column" }, - "plotOptions" : { - "column" : { - "stacking" : "percent" - } - }, - "title" : { - "text" : "The Weekly Challenge [2019 - 2021]" + "subtitle" : { + "text" : "[Champions: 245] Last updated at 2021-12-27 10:37:44 GMT" }, "series" : [ { @@ -427,7 +427,7 @@ 2, 0, 0, - 65, + 66, 20, 7, 7, @@ -524,6 +524,7 @@ "name" : "Perl" }, { + "name" : "Raku", "data" : [ 0, 0, @@ -770,8 +771,7 @@ 3, 11, 0 - ], - "name" : "Raku" + ] }, { "data" : [ -- cgit