From 7ce2dbe9d1443072cd2bb2d86277148a11df5d6c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 11 Sep 2020 03:43:50 +0100 Subject: - Added solution to week #076 by Bob Lied. --- stats/pwc-language-breakdown-summary.json | 46 +++++++++++++++---------------- 1 file changed, 23 insertions(+), 23 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 1b5929903e..52649513b9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -3,16 +3,16 @@ { "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", - "enabled" : "true", - "align" : "right", - "y" : 10, - "rotation" : -90, - "color" : "#FFFFFF", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } + }, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "y" : 10, + "enabled" : "true", + "rotation" : -90, + "align" : "right" }, "data" : [ [ @@ -30,34 +30,34 @@ ] } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "chart" : { + "type" : "column" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "subtitle" : { - "text" : "Last updated at 2020-09-10 16:21:02 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2020-09-11 02:42:26 GMT" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } + } + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" + "min" : 0 } } -- cgit