From dbf1cebdc82b8daf3c2f168bda8cd3aff79fa7d7 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 23 Sep 2019 17:09:34 +0100 Subject: - Added solution by Scimon Proctor. --- 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 f4df8e9261..94d89e8d09 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,22 @@ { + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2019-09-23 16:09:30 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "series" : [ { "name" : "Contributions", - "dataLabels" : { - "align" : "right", - "y" : 10, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "rotation" : -90, - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", @@ -25,39 +28,36 @@ ], [ "Perl 6", - 651 + 652 ] - ] + ], + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "format" : "{point.y:.0f}", + "rotation" : -90, + "y" : 10, + "color" : "#FFFFFF" + } } ], "legend" : { "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "subtitle" : { - "text" : "Last updated at 2019-09-23 15:30:14 GMT" + "chart" : { + "type" : "column" }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" } } -- cgit