From 38d37dfa54b1a232c804f4fb34e8935bbac40efd Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 18 Jun 2019 11:26:53 +0100 Subject: - Added solution by Scimon Proctor. --- stats/pwc-language-breakdown-summary.json | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 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 d887fb63c9..4eb2219d9b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,7 +1,22 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "align" : "right", + "enabled" : "true", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -13,25 +28,22 @@ ], [ "Perl 6", - 294 + 295 ] - ], - "dataLabels" : { - "rotation" : -90, - "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}", - "align" : "right" - } + ] } ], - "subtitle" : { - "text" : "Last updated at 2019-06-18 10:08:08 GMT" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "chart" : { "type" : "column" @@ -42,22 +54,10 @@ }, "min" : 0 }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "legend" : { "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-18 10:26:36 GMT" } } -- cgit