From 8e95e94de527f8344f979dbb45b935139b1ddeb7 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 21 Mar 2024 17:59:15 +0000 Subject: - Added solutions by Arne Sommer. - Added solutions by Athanasius. - Added solutions by PokGoPun. - Added solutions by Laurent Rosenfeld. --- stats/pwc-language-breakdown-summary.json | 72 +++++++++++++++---------------- 1 file changed, 36 insertions(+), 36 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 efa655e9ab..ce8e7151fb 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,57 +1,39 @@ { "subtitle" : { - "text" : "Last updated at 2024-03-20 20:00:19 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "text" : "Last updated at 2024-03-21 17:49:22 GMT" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2024]" }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "format" : "{point.y:.0f}", + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "color" : "#FFFFFF", + "y" : 10 + }, "data" : [ [ "Blog", - 4654 + 4656 ], [ "Perl", - 13493 + 13496 ], [ "Raku", - 7832 + 7837 ] - ], - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true", - "rotation" : -90 - } + ] } ], "yAxis" : { @@ -59,5 +41,23 @@ "title" : { "text" : null } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "legend" : { + "enabled" : "false" } } -- cgit