From ce50319e2ad3c42663d86256205fba05ceb7ce99 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 19 Apr 2021 00:57:31 +0100 Subject: - Added solutions by Joan Mimosinnet. --- stats/pwc-language-breakdown-summary.json | 50 +++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 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 3f71ed085a..0a862ea168 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,28 +2,28 @@ "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2021-04-18 23:56:43 GMT" + }, + "chart" : { + "type" : "column" }, "series" : [ { "dataLabels" : { + "align" : "right", + "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, + "rotation" : -90, "color" : "#FFFFFF", "enabled" : "true", - "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", - "align" : "right" + "format" : "{point.y:.0f}" }, "name" : "Contributions", "data" : [ @@ -37,27 +37,27 @@ ], [ "Raku", - 3241 + 3243 ] ] } ], - "legend" : { - "enabled" : "false" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "tooltip" : { "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2021-04-18 23:52:18 GMT" - }, - "chart" : { - "type" : "column" } } -- cgit