From 5a6f6743a6efbfea68799833db3f4c538a9f73ec Mon Sep 17 00:00:00 2001 From: Mohammad Sajid Anwar Date: Wed, 25 Sep 2024 09:37:29 +0100 Subject: - Added solutions by Paulo Custodio. - Added solutions by W. Luis Mochan. --- stats/pwc-language-breakdown-summary.json | 40 +++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 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 3805e6c05a..2df3a092e2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,9 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2024]" + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2024-09-24 13:34:26 GMT" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "xAxis" : { "type" : "category", @@ -20,15 +20,19 @@ }, "min" : 0 }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "subtitle" : { + "text" : "Last updated at 2024-09-25 08:37:11 GMT" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Perl", - 15088 + 15090 ], [ "Raku", @@ -36,28 +40,24 @@ ], [ "Blog", - 5303 + 5304 ] ], - "name" : "Contributions", "dataLabels" : { + "rotation" : -90, + "align" : "right", + "y" : 10, "enabled" : "true", "color" : "#FFFFFF", - "rotation" : -90, - "format" : "{point.y:.0f}", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "y" : 10, - "align" : "right" + "format" : "{point.y:.0f}" } } ], - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2024]" } } -- cgit