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-language-breakdown-summary.json | 48 +++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 deletions(-) (limited to 'stats/pwc-language-breakdown-summary.json') diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index bcf94ef700..0f69dc28d9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,21 @@ { + "legend" : { + "enabled" : "false" + }, "series" : [ { "name" : "Contributions", "dataLabels" : { + "align" : "right", "color" : "#FFFFFF", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", - "format" : "{point.y:.0f}", - "align" : "right", "rotation" : -90, - "y" : 10 + "enabled" : "true", + "y" : 10, + "format" : "{point.y:.0f}" }, "data" : [ [ @@ -21,7 +24,7 @@ ], [ "Perl", - 6955 + 6956 ], [ "Raku", @@ -30,15 +33,24 @@ ] } ], - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "subtitle" : { + "text" : "Last updated at 2021-12-27 10:37:44 GMT" }, "chart" : { "type" : "column" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, "xAxis" : { "labels" : { "style" : { @@ -47,17 +59,5 @@ } }, "type" : "category" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2021-12-27 07:56:39 GMT" } } -- cgit