From bdd2aaff5b2c85201d9d35ff17879214a05912f1 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 9 Mar 2020 18:15:29 +0000 Subject: - Added solutions by Markus Holzer. --- stats/pwc-language-breakdown-summary.json | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 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 e9828273f7..0009c847ba 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,18 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2020-03-09 18:15:09 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } } }, - "subtitle" : { - "text" : "Last updated at 2020-03-09 18:11:30 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { @@ -34,30 +28,36 @@ ], [ "Raku", - 1296 + 1298 ] ], "dataLabels" : { - "y" : 10, - "align" : "right", - "color" : "#FFFFFF", + "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", "rotation" : -90, - "enabled" : "true" + "align" : "right", + "color" : "#FFFFFF" } } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null } + }, + "chart" : { + "type" : "column" } } -- cgit