From 5248221fab018a634e2e05bd5d709eda5e27f2e5 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 14 Jun 2022 20:57:46 +0100 Subject: - Added solutions by W. Luis Mochan. --- 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 43e011c643..6dafc71440 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -8,34 +8,16 @@ } } }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2022-06-13 22:14:50 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "series" : [ { "data" : [ [ "Blog", - 2618 + 2619 ], [ "Perl", - 8204 + 8206 ], [ "Raku", @@ -44,20 +26,38 @@ ], "name" : "Contributions", "dataLabels" : { + "y" : 10, + "enabled" : "true", + "color" : "#FFFFFF", + "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true", - "y" : 10, - "align" : "right" + "align" : "right", + "format" : "{point.y:.0f}" } } ], + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2022-06-14 09:46:32 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "chart" : { "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } -- cgit