From 17b44ed7cbbfa6862ac2a69a04c56784ff4d429a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 23 Aug 2020 09:21:44 +0100 Subject: - Added solutions by Jan Krnavek. --- stats/pwc-language-breakdown-summary.json | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 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 78c6ced3a8..353e6dc00f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,38 +2,14 @@ "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2020-08-23 08:17:52 GMT" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, "series" : [ { - "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", @@ -45,19 +21,43 @@ ], [ "Raku", - 2007 + 2009 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "format" : "{point.y:.0f}", + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right" + } } ], - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "legend" : { + "enabled" : "false" }, "yAxis" : { "min" : 0, "title" : { "text" : null } + }, + "subtitle" : { + "text" : "Last updated at 2020-08-23 08:21:22 GMT" } } -- cgit