From a18c2f9639bc313df0b89c2bd1e7d6b3401903f5 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 24 Jul 2019 16:43:03 +0100 Subject: - Added solutions by Ruben Westerberg. --- stats/pwc-language-breakdown-summary.json | 74 +++++++++++++++---------------- 1 file changed, 37 insertions(+), 37 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 156f08716d..efff48caef 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,37 @@ { + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2019-07-24 15:42:59 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -14,50 +39,25 @@ ], [ "Perl 5", - 721 + 723 ], [ "Perl 6", - 414 + 416 ] ], - "name" : "Contributions", "dataLabels" : { - "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, + "enabled" : "true", + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right", "color" : "#FFFFFF" } } - ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2019-07-24 15:29:30 GMT" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - } + ] } -- cgit