From 32c6a2ebdcd0d9c968ff697786383e397941b7b2 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 30 Jul 2019 19:06:23 +0100 Subject: - Added solution by Dave Cross. --- stats/pwc-language-breakdown-summary.json | 44 +++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 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 89d7c0d569..83fd63416f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,4 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "xAxis" : { "labels" : { "style" : { @@ -17,11 +8,17 @@ }, "type" : "category" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2019-07-30 18:04:21 GMT" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "tooltip" : { "pointFormat" : "{point.y:.0f}" @@ -31,7 +28,6 @@ }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -39,7 +35,7 @@ ], [ "Perl 5", - 767 + 768 ], [ "Perl 6", @@ -47,17 +43,21 @@ ] ], "dataLabels" : { - "format" : "{point.y:.0f}", - "enabled" : "true", "color" : "#FFFFFF", - "y" : 10, - "align" : "right", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "rotation" : -90 - } + "format" : "{point.y:.0f}", + "rotation" : -90, + "align" : "right", + "y" : 10, + "enabled" : "true" + }, + "name" : "Contributions" } - ] + ], + "subtitle" : { + "text" : "Last updated at 2019-07-30 18:06:18 GMT" + } } -- cgit