From 2923da8298961357ba653b24d3e6f39e32bf25d7 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 17 Oct 2019 18:40:33 +0100 Subject: - Added solutions by Darren Bottin. --- stats/pwc-language-breakdown-summary.json | 52 +++++++++++++++---------------- 1 file changed, 26 insertions(+), 26 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 6c00e3f993..d4a940b34e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,20 +1,25 @@ { - "subtitle" : { - "text" : "Last updated at 2019-10-17 17:22:40 GMT" + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "series" : [ { - "name" : "Contributions", "dataLabels" : { + "rotation" : -90, "color" : "#FFFFFF", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "y" : 10, - "align" : "right", - "rotation" : -90, "enabled" : "true", + "align" : "right", + "y" : 10, "format" : "{point.y:.0f}" }, "data" : [ @@ -24,40 +29,35 @@ ], [ "Perl 5", - 1216 + 1218 ], [ "Perl 6", 735 ] - ] + ], + "name" : "Contributions" } ], - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "chart" : { "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2019-10-17 17:38:53 GMT" } } -- cgit