From dbb07dbf6d0b2767bd3be2f15d4c5ad1a637a1d2 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 9 Sep 2019 01:31:17 +0100 Subject: - Added solutions by Francis Whittle. --- 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 a6327d2785..df4e502ca1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,9 @@ { + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "Last updated at 2019-09-09 00:27:35 GMT" + "text" : "Last updated at 2019-09-09 00:30:59 GMT" }, "legend" : { "enabled" : "false" @@ -8,17 +11,39 @@ "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "series" : [ { + "dataLabels" : { + "format" : "{point.y:.0f}", + "y" : 10, + "rotation" : -90, + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "enabled" : "true" + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -30,34 +55,9 @@ ], [ "Perl 6", - 602 + 604 ] - ], - "name" : "Contributions", - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF" - } + ] } - ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - } + ] } -- cgit