From a92f8a44dbc35ff8fd6654e880e9de2b44cd7e37 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 29 Apr 2020 11:07:42 +0100 Subject: - Added BLOG 056 by Roger Bell_West. --- stats/pwc-language-breakdown-summary.json | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 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 60212bc762..1166f575ee 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,6 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "subtitle" : { - "text" : "Last updated at 2020-04-29 00:20:31 GMT" + "legend" : { + "enabled" : "false" }, "yAxis" : { "min" : 0, @@ -11,12 +8,22 @@ "text" : null } }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2020-04-29 10:07:33 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 645 + 646 ], [ "Perl", @@ -28,34 +35,27 @@ ] ], "dataLabels" : { + "align" : "right", "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "enabled" : "true", "format" : "{point.y:.0f}", "rotation" : -90, - "color" : "#FFFFFF", - "align" : "right" - }, - "name" : "Contributions" + "enabled" : "true", + "color" : "#FFFFFF" + } } ], - "chart" : { - "type" : "column" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } - }, - "legend" : { - "enabled" : "false" + }, + "type" : "category" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" -- cgit