From e69eb5e1e357c46cb7f256345dc37a670d83c4e1 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 7 Dec 2020 04:47:42 +0000 Subject: - Added solutions by Flavio Poletti. --- 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 12f379133c..740b5bea7b 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 + "chart" : { + "type" : "column" }, "series" : [ { - "dataLabels" : { - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" - }, + "name" : "Contributions", "data" : [ [ "Blog", - 1160 + 1162 ], [ "Perl", - 4015 + 4017 ], [ "Raku", - 2642 + 2644 ] ], - "name" : "Contributions" + "dataLabels" : { + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "rotation" : -90, + "enabled" : "true" + } } ], - "legend" : { - "enabled" : "false" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "subtitle" : { - "text" : "Last updated at 2020-12-07 03:58:58 GMT" + "text" : "Last updated at 2020-12-07 04:47:30 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" } } -- cgit