From ac0db43bdafd2bc5b0748155495a901b9ebaf94e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 12 May 2021 09:38:32 +0100 Subject: - Added solutions by Abigail. --- stats/pwc-language-breakdown-summary.json | 38 +++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 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 0e2ba9dc53..9a17a9fee1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -5,23 +5,19 @@ "text" : null } }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "y" : 10, - "format" : "{point.y:.0f}", + "enabled" : "true", "rotation" : -90, - "enabled" : "true" + "align" : "right", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "y" : 10 }, "data" : [ [ @@ -30,32 +26,36 @@ ], [ "Perl", - 5281 + 5283 ], [ "Raku", 3354 ] - ] + ], + "name" : "Contributions" } ], + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "xAxis" : { "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "type" : "category" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "chart" : { "type" : "column" }, "subtitle" : { - "text" : "Last updated at 2021-05-12 08:29:57 GMT" + "text" : "Last updated at 2021-05-12 08:36:57 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "legend" : { "enabled" : "false" -- cgit