From d00ce4c9c3d962d3a60e515f455e271bae7e5bd4 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 13 Jul 2021 20:53:11 +0100 Subject: - Added solutions by W. Luis Mochan. --- stats/pwc-language-breakdown-summary.json | 56 +++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 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 24ace51f58..4b710f9046 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,15 @@ { - "chart" : { - "type" : "column" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "series" : [ { "name" : "Contributions", "data" : [ [ "Blog", - 1720 + 1721 ], [ "Perl", - 5756 + 5758 ], [ "Raku", @@ -35,29 +17,47 @@ ] ], "dataLabels" : { - "enabled" : "true", + "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90, + "align" : "right", + "enabled" : "true", "y" : 10, - "align" : "right" + "color" : "#FFFFFF", + "rotation" : -90 } } ], "legend" : { "enabled" : "false" }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "subtitle" : { - "text" : "Last updated at 2021-07-13 17:46:16 GMT" + "text" : "Last updated at 2021-07-13 19:52:41 GMT" }, "yAxis" : { "min" : 0, "title" : { "text" : null } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } -- cgit