From 11a9e86d5cf8e4145c41fddc8de5d188a6f7dae4 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 29 Mar 2020 20:55:56 +0100 Subject: - Added solution by Cristina Heredia. --- stats/pwc-language-breakdown-summary.json | 66 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 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 9674cc9483..dd5120ca4c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,24 +2,48 @@ "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "subtitle" : { - "text" : "Last updated at 2020-03-29 19:52:51 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, + "subtitle" : { + "text" : "Last updated at 2020-03-29 19:55:15 GMT" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "legend" : { "enabled" : "false" }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "color" : "#FFFFFF", + "y" : 10, + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, "data" : [ [ "Blog", @@ -27,37 +51,13 @@ ], [ "Perl", - 2246 + 2247 ], [ "Raku", 1386 ] - ], - "dataLabels" : { - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "align" : "right", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + ] } - ], - "chart" : { - "type" : "column" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - } + ] } -- cgit