From ab4e4b62795b7dd40e9d0e9ff8e350aa70b6c69d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 22 Jul 2019 14:57:28 +0100 Subject: - Added solution by Scimon Proctor. --- stats/pwc-language-breakdown-summary.json | 48 +++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 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 1fc21f2464..0ed26dab93 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,12 @@ { - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2019-07-22 13:57:23 GMT" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "chart" : { + "type" : "column" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -19,45 +18,46 @@ ], [ "Perl 6", - 411 + 413 ] ], + "name" : "Contributions", "dataLabels" : { + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right", + "y" : 10, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF", "enabled" : "true", - "y" : 10, - "format" : "{point.y:.0f}", - "rotation" : -90, - "align" : "right" + "format" : "{point.y:.0f}" } } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2019-07-22 13:52:17 GMT" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "legend" : { + "enabled" : "false" }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" } } -- cgit