From 0023167d0069bebc6ca109e0f48d99b2fd04e6ac Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 30 Jan 2020 16:22:23 +0000 Subject: - Added solutions by Roger Bell_West. --- 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 47da1071fd..03d89dff73 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2020-01-30 13:15:44 GMT" + "legend" : { + "enabled" : "false" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90 - }, + "name" : "Contributions", "data" : [ [ "Blog", - 475 + 476 ], [ "Perl", - 1824 + 1826 ], [ "Raku", - 1106 + 1108 ] ], - "name" : "Contributions" + "dataLabels" : { + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, + "color" : "#FFFFFF" + } } ], "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - }, - "type" : "category" + } }, - "legend" : { - "enabled" : "false" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2020-01-30 16:21:58 GMT" } } -- cgit