From c6a98363a08cdfd6aaf9ba5ca41b287098df7acb Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 13 Oct 2019 23:41:37 +0100 Subject: - Added solutions by Duncan C. White. --- stats/pwc-language-breakdown-summary.json | 66 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 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 df749d0ade..3a675867d7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,33 @@ { + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2019-10-13 22:41:29 GMT" + }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, - "subtitle" : { - "text" : "Last updated at 2019-10-13 20:48:49 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, - "legend" : { - "enabled" : "false" + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, "series" : [ { @@ -17,47 +38,26 @@ ], [ "Perl 5", - 1173 + 1175 ], [ "Perl 6", - 710 + 712 ] ], "dataLabels" : { + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "rotation" : -90, "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "align" : "right", - "y" : 10, - "enabled" : "true" + "rotation" : -90 }, "name" : "Contributions" } - ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - } + ] } -- cgit