From 2dc1317d27ea25dfc0e9e62f900a548b86c18575 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 20 Mar 2022 22:17:22 +0000 Subject: - Added solutions by Niels van Dijke. --- stats/pwc-language-breakdown-summary.json | 64 +++++++++++++++---------------- 1 file changed, 32 insertions(+), 32 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 f1e5f9f45e..de52fec0d0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,42 +1,20 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-03-20 21:52:05 GMT" }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "y" : 10, "enabled" : "true", - "format" : "{point.y:.0f}", + "rotation" : -90, "align" : "right", - "color" : "#FFFFFF", + "y" : 10, + "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "rotation" : -90 + "color" : "#FFFFFF" }, "data" : [ [ @@ -45,17 +23,39 @@ ], [ "Perl", - 7505 + 7507 ], [ "Raku", 4515 ] - ] + ], + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2022-03-20 13:10:26 GMT" + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" -- cgit