From 5e0a1807a04e0f144da845c5c9fefed244cbc074 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 13 Feb 2020 14:06:48 +0000 Subject: - Added blog by Roger Bell_West. --- stats/pwc-language-breakdown-summary.json | 58 +++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 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 3edf95d76f..41f4d8a43f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,26 +1,14 @@ { - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { - "dataLabels" : { - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "rotation" : -90, - "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF" - }, "name" : "Contributions", "data" : [ [ "Blog", - 498 + 499 ], [ "Perl", @@ -30,34 +18,46 @@ "Raku", 1170 ] - ] + ], + "dataLabels" : { + "enabled" : "true", + "rotation" : -90, + "format" : "{point.y:.0f}", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "color" : "#FFFFFF" + } } ], + "legend" : { + "enabled" : "false" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "chart" : { + "type" : "column" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" + } }, "subtitle" : { - "text" : "Last updated at 2020-02-13 14:01:29 GMT" + "text" : "Last updated at 2020-02-13 14:06:08 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } -- cgit