From a28a070955abab94de521dab02a88a3198373688 Mon Sep 17 00:00:00 2001 From: Mohammad Sajid Anwar Date: Sun, 11 Aug 2024 10:51:06 +0100 Subject: - Added solutions by Adam Russell. - Added solutions by Athanasius. - Added solutions by Ali Moradi. - Added solutions by Matthew Neleigh. --- stats/pwc-language-breakdown-summary.json | 76 +++++++++++++++---------------- 1 file changed, 38 insertions(+), 38 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 77e34a3134..9f5c75654a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, - "subtitle" : { - "text" : "Last updated at 2024-08-10 18:11:11 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "chart" : { "type" : "column" }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2024]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "series" : [ { + "dataLabels" : { + "y" : 10, + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "align" : "right", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" + }, + "name" : "Contributions", "data" : [ [ "Blog", - 5173 + 5175 ], [ "Perl", - 14554 + 14561 ], [ "Raku", - 8408 + 8410 ] - ], - "dataLabels" : { - "rotation" : -90, - "color" : "#FFFFFF", - "align" : "right", - "enabled" : "true", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10 - }, - "name" : "Contributions" + ] } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "subtitle" : { + "text" : "Last updated at 2024-08-11 09:50:49 GMT" } } -- cgit