From 5dbfa5ff71392c53ca8b286cc72aae4cdd01d354 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 2 Sep 2019 11:29:48 +0100 Subject: - Added solutions by Joelle Maslak. --- 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 87ada94d98..52196d6249 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,33 @@ { - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2019-09-01 23:54:16 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "legend" : { "enabled" : "false" }, + "subtitle" : { + "text" : "Last updated at 2019-09-02 10:29:30 GMT" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } + }, + "type" : "category" }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "enabled" : "true", - "align" : "right", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "y" : 10 - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -51,13 +35,29 @@ ], [ "Perl 5", - 971 + 972 ], [ "Perl 6", - 582 + 583 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}", + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } } - ] + ], + "chart" : { + "type" : "column" + } } -- cgit