From 7ca2edc7b4969a58157cc0b0a570a6ffb2d409f2 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 7 Dec 2021 13:55:17 +0000 Subject: - Added solutions by James Smith. --- stats/pwc-language-breakdown-summary.json | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 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 28b5f580e5..934f6df038 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2021-12-07 13:53:45 GMT" + }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2021-12-06 21:08:41 GMT" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "legend" : { + "enabled" : "false" }, "series" : [ { - "dataLabels" : { - "enabled" : "true", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "rotation" : -90 - }, + "name" : "Contributions", "data" : [ [ "Blog", - 2074 + 2075 ], [ "Perl", - 6816 + 6820 ], [ "Raku", 4136 ] ], - "name" : "Contributions" + "dataLabels" : { + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "enabled" : "true", + "rotation" : -90, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" + } } - ], - "legend" : { - "enabled" : "false" - } + ] } -- cgit