From a8a8cf405bb5db0be3b227610bd8a13944e9e858 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 13 Nov 2019 14:45:43 +0000 Subject: - Added solutions by Roger Bell_West. --- stats/pwc-language-breakdown-summary.json | 92 +++++++++++++++---------------- 1 file changed, 46 insertions(+), 46 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 75653e033f..272cdbcba1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "series" : [ - { - "dataLabels" : { - "enabled" : "true", - "y" : 10, - "rotation" : -90, - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" - }, - "name" : "Contributions", - "data" : [ - [ - "Blog", - 364 - ], - [ - "Perl 5", - 1431 - ], - [ - "Perl 6", - 848 - ] - ] - } - ], + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2019-11-12 16:03:28 GMT" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "subtitle" : { + "text" : "Last updated at 2019-11-13 14:45:37 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + "chart" : { + "type" : "column" + }, + "series" : [ + { + "data" : [ + [ + "Blog", + 364 + ], + [ + "Perl 5", + 1432 + ], + [ + "Perl 6", + 849 + ] + ], + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "enabled" : "true", + "y" : 10, + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } - } + ] } -- cgit