From e2e043c2e5217ed30db7b0df58e43ce0ea5d1691 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 3 Jan 2021 23:38:43 +0000 Subject: - Added solutions by Niels van Dijke. --- stats/pwc-language-breakdown-summary.json | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 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 685c044f2a..aa6ec9939c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,38 +1,21 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", "align" : "right", "y" : 10, + "color" : "#FFFFFF", "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "rotation" : -90 }, "data" : [ [ @@ -41,22 +24,39 @@ ], [ "Perl", - 4264 + 4266 ], [ "Raku", 2822 ] - ], - "name" : "Contributions" + ] } ], - "subtitle" : { - "text" : "Last updated at 2021-01-03 21:48:04 GMT" + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, "legend" : { "enabled" : "false" }, + "subtitle" : { + "text" : "Last updated at 2021-01-03 23:38:17 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "chart" : { "type" : "column" } -- cgit