From 71ecb0f7220269142d4274fffd04b40b4d8f7052 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 20 Apr 2021 12:04:46 +0100 Subject: - Added Perl solution to "Four Squares Puzzle" task of week 109. --- stats/pwc-language-breakdown-summary.json | 56 +++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 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 bd9db147c3..b45bad5270 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,19 @@ { - "subtitle" : { - "text" : "Last updated at 2021-04-20 02:30:55 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "series" : [ { "dataLabels" : { + "rotation" : -90, + "align" : "right", + "enabled" : "true", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}", - "y" : 10, - "align" : "right", - "color" : "#FFFFFF" + "y" : 10 }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -26,38 +21,43 @@ ], [ "Perl", - 5127 + 5128 ], [ "Raku", 3253 ] - ], - "name" : "Contributions" + ] } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "subtitle" : { + "text" : "Last updated at 2021-04-20 11:04:15 GMT" + }, + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } -- cgit