From 58896b28850ded89f783c8d43daef1d1e5751349 Mon Sep 17 00:00:00 2001 From: Mohammad Sajid Anwar Date: Tue, 6 May 2025 21:46:15 +0100 Subject: - Added solutions by Andreas Mahnke. --- stats/pwc-language-breakdown-summary.json | 58 +++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 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 0df1c18877..e247860b2b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -8,36 +8,12 @@ } } }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2025-05-06 18:07:04 GMT" - }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "enabled" : "true", - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "data" : [ [ "Perl", - 16558 + 16560 ], [ "Raku", @@ -48,16 +24,40 @@ 5846 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "y" : 10, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "rotation" : -90 + } } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2025]" }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "legend" : { "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2025-05-06 20:46:09 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } -- cgit