From 17322b0b44469a6a2facd1fcbb16ff777b76ee5e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 16 May 2021 18:39:55 +0100 Subject: - Added solutions by Athanasius. --- stats/pwc-language-breakdown-summary.json | 52 +++++++++++++++---------------- 1 file changed, 26 insertions(+), 26 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 121c4017e8..fd9abe0b4d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,48 +1,41 @@ { - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "subtitle" : { - "text" : "Last updated at 2021-05-16 17:33:07 GMT" + "text" : "Last updated at 2021-05-16 17:39:14 GMT" }, "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]" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "rotation" : -90, - "enabled" : "true", - "format" : "{point.y:.0f}", "align" : "right", + "y" : 10, + "color" : "#FFFFFF", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "color" : "#FFFFFF", - "y" : 10 + "enabled" : "true", + "format" : "{point.y:.0f}", + "rotation" : -90 }, "data" : [ [ @@ -51,13 +44,20 @@ ], [ "Perl", - 5298 + 5300 ], [ "Raku", - 3362 + 3364 ] - ] + ], + "name" : "Contributions" } - ] + ], + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + } } -- cgit