From 2cd5c6d76f5516d569b0a7b0d9ade83a89318619 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Jul 2020 21:28:59 +0100 Subject: - Added solution by Mark Anderson. --- stats/pwc-language-breakdown-summary.json | 48 +++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 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 5cccfcda96..e778a9b33f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,11 +2,14 @@ "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : null + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } }, - "min" : 0 + "type" : "category" }, "series" : [ { @@ -22,42 +25,39 @@ ], [ "Raku", - 1790 + 1791 ] ], "dataLabels" : { + "rotation" : -90, + "y" : 10, + "align" : "right", + "color" : "#FFFFFF", + "enabled" : "true", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right", - "y" : 10 + "format" : "{point.y:.0f}" } } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "legend" : { "enabled" : "false" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "subtitle" : { - "text" : "Last updated at 2020-07-06 14:54:21 GMT" + "text" : "Last updated at 2020-07-06 20:28:24 GMT" } } -- cgit