From 73dc99bd2b356b035b1bda610b1e7db7d2754c91 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 17 Aug 2020 12:22:14 +0100 Subject: - Added solutions by Javier Luque. --- stats/pwc-language-breakdown-summary.json | 78 +++++++++++++++---------------- 1 file changed, 39 insertions(+), 39 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 8fb8c1da2d..d45352dd39 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 + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2020-08-17 11:22:03 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "subtitle" : { - "text" : "Last updated at 2020-08-17 09:05:36 GMT" + "legend" : { + "enabled" : "false" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 895 + 896 ], [ "Perl", - 3044 + 3046 ], [ "Raku", - 1986 + 1988 ] ], "dataLabels" : { - "format" : "{point.y:.0f}", + "align" : "right", "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, "y" : 10, "color" : "#FFFFFF", - "align" : "right", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "format" : "{point.y:.0f}" + }, + "name" : "Contributions" } - ], - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - } + ] } -- cgit