From 8d74c90faada1f7fa567bcd0cf6c4eb02ada183d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 22 Dec 2021 03:04:29 +0000 Subject: - Added Perl solution to the task "Semiprime" of week 144. --- stats/pwc-language-breakdown-summary.json | 58 +++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 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 056a84ad78..bf6c746766 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,6 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "series" : [ { @@ -20,44 +11,53 @@ ], [ "Perl", - 6913 + 6914 ], [ "Raku", 4173 ] ], - "name" : "Contributions", "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", "rotation" : -90, "format" : "{point.y:.0f}", - "align" : "right", - "enabled" : "true", "y" : 10, - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "enabled" : "true", + "color" : "#FFFFFF" + }, + "name" : "Contributions" } ], "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "legend" : { + "enabled" : "false" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, "subtitle" : { - "text" : "Last updated at 2021-12-22 02:20:21 GMT" + "text" : "Last updated at 2021-12-22 03:02:50 GMT" + }, + "chart" : { + "type" : "column" } } -- cgit