From ec6f40cb81da8e7bdae12e7d6572d2d33789dc14 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 29 Jul 2019 00:48:17 +0100 Subject: - Added solutions by Mark Senn. --- stats/pwc-language-breakdown-summary.json | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 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 3ae04a825c..d830b0bd3d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,43 +1,22 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2019-07-28 23:08:16 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { "dataLabels" : { "color" : "#FFFFFF", - "enabled" : "true", "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}", "rotation" : -90, + "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - }, - "y" : 10, - "format" : "{point.y:.0f}" + } }, "data" : [ [ "Blog", - 172 + 173 ], [ "Perl 5", @@ -45,19 +24,40 @@ ], [ "Perl 6", - 437 + 439 ] ], "name" : "Contributions" } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2019-07-28 23:48:08 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "legend" : { + "enabled" : "false" } } -- cgit