From 101f074b87a4356d716bf3cce087547cb0959b76 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 2 Nov 2019 07:05:36 +0000 Subject: - Added solutions by Ulrich Rieke. --- stats/pwc-language-breakdown-summary.json | 50 +++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 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 d4c9d14aac..b8951dec14 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,20 +1,26 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "series" : [ { "dataLabels" : { + "rotation" : -90, + "format" : "{point.y:.0f}", "align" : "right", - "color" : "#FFFFFF", - "y" : 10, + "enabled" : "true", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}" + "y" : 10, + "color" : "#FFFFFF" }, "name" : "Contributions", "data" : [ @@ -36,28 +42,22 @@ "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2019-11-02 06:56:10 GMT" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "chart" : { + "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "subtitle" : { + "text" : "Last updated at 2019-11-02 07:05:29 GMT" } } -- cgit