From 7a2bc2acdf89febee8b9f7d622c865713727a198 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 11 May 2020 20:08:34 +0100 Subject: - Added solutions to the "Excel Column" task. --- stats/pwc-language-breakdown-summary.json | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 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 6a6e8c719f..052d7ee165 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,10 +1,4 @@ { - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "chart" : { "type" : "column" }, @@ -12,22 +6,22 @@ "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "subtitle" : { - "text" : "Last updated at 2020-05-11 16:35:39 GMT" + "text" : "Last updated at 2020-05-11 19:07:41 GMT" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "series" : [ { @@ -38,26 +32,32 @@ ], [ "Perl", - 2513 + 2514 ], [ "Raku", 1578 ] ], + "name" : "Contributions", "dataLabels" : { - "rotation" : -90, + "enabled" : "true", "format" : "{point.y:.0f}", + "y" : 10, "align" : "right", + "rotation" : -90, "color" : "#FFFFFF", - "y" : 10, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true" - }, - "name" : "Contributions" + } + } } - ] + ], + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + } } -- cgit