From b3be50e5e0b9b22451027d4eddc5b01c823da9e6 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 31 Jul 2022 15:24:00 +0100 Subject: - Added solutions by Simon Green. --- 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 2b7bc71c63..21556b00c7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" + "min" : 0 }, - "subtitle" : { - "text" : "Last updated at 2022-07-31 12:25:38 GMT" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2022-07-31 14:22:14 GMT" }, "series" : [ { "data" : [ [ "Blog", - 2742 + 2743 ], [ "Perl", - 8535 + 8537 ], [ "Raku", 5084 ] ], + "name" : "Contributions", "dataLabels" : { + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", + "align" : "right", "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right" - }, - "name" : "Contributions" + "y" : 10 + } } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "yAxis" : { - "title" : { - "text" : null + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } }, - "min" : 0 - }, - "chart" : { - "type" : "column" + "type" : "category" } } -- cgit