From 88e0f6b5633a8094643ca7b9f0aa4fc7efaeb526 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 4 Aug 2019 21:14:03 +0100 Subject: - Added solutions by Joelle Maslak. --- stats/pwc-language-breakdown-summary.json | 54 +++++++++++++++---------------- 1 file changed, 27 insertions(+), 27 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 164de6f64e..c32f73202d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,27 @@ { + "subtitle" : { + "text" : "Last updated at 2019-08-04 20:11:22 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}", + "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, "align" : "right", - "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true" + "color" : "#FFFFFF" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -21,33 +29,16 @@ ], [ "Perl 5", - 796 + 798 ], [ "Perl 6", - 464 + 466 ] - ] + ], + "name" : "Contributions" } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2019-08-04 20:02:49 GMT" - }, - "legend" : { - "enabled" : "false" - }, "xAxis" : { "type" : "category", "labels" : { @@ -57,6 +48,15 @@ } } }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "legend" : { + "enabled" : "false" + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" } -- cgit