From 0818581125ff12f7d178063ce2b930341b4efca7 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 13 Oct 2020 17:56:54 +0100 Subject: - Added solutions by Feng Chang. --- stats/pwc-language-breakdown-summary.json | 56 +++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 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 a36456e6d6..213e43fc18 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,21 +2,12 @@ "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "Last updated at 2020-10-13 16:56:30 GMT" + }, "series" : [ { "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "color" : "#FFFFFF", - "y" : 10, - "format" : "{point.y:.0f}", - "align" : "right", - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "data" : [ [ "Blog", @@ -28,36 +19,45 @@ ], [ "Raku", - 2264 + 2276 ] - ] + ], + "dataLabels" : { + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "color" : "#FFFFFF" + } } ], - "subtitle" : { - "text" : "Last updated at 2020-10-13 12:44:00 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null } }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" + }, + "legend" : { + "enabled" : "false" } } -- cgit