From 492d7b954dcd24f2c8f008964b56290bd53d27cd Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 14 Sep 2020 02:59:06 +0100 Subject: - Added solutions by Jason Messer. --- stats/pwc-language-breakdown-summary.json | 58 +++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 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 110b769919..90c89b89c3 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -4,6 +4,19 @@ }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}" + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -15,26 +28,22 @@ ], [ "Raku", - 2118 + 2120 ] - ], - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "rotation" : -90, - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF" - }, - "name" : "Contributions" + ] } ], - "chart" : { - "type" : "column" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2020-09-14 01:58:47 GMT" }, "yAxis" : { "min" : 0, @@ -45,19 +54,10 @@ "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2020-09-14 00:30:21 GMT" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" } } -- cgit