From ec8d64eb5f76b25b0e7280d5e37b3bea534c3772 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 19 Jul 2020 08:10:00 +0100 Subject: - Added solutions by Arne Sommer. --- stats/pwc-language-breakdown-summary.json | 70 +++++++++++++++---------------- 1 file changed, 35 insertions(+), 35 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 a73954aaa9..10d32ebf3e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "chart" : { "type" : "column" }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" + "subtitle" : { + "text" : "Last updated at 2020-07-19 07:09:46 GMT" }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, - "subtitle" : { - "text" : "Last updated at 2020-07-18 16:13:16 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { + "dataLabels" : { + "y" : 10, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "align" : "right" + }, + "name" : "Contributions", "data" : [ [ "Blog", - 815 + 816 ], [ "Perl", - 2851 + 2853 ], [ "Raku", - 1824 + 1826 ] - ], - "dataLabels" : { - "rotation" : -90, - "y" : 10, - "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "name" : "Contributions" + ] } ], - "yAxis" : { - "title" : { - "text" : null + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, - "min" : 0 + "type" : "category" } } -- cgit