From f511e40e44fa895e56762b2a9f7cc8b535e8981f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 3 Feb 2022 21:13:22 +0000 Subject: - Added solutions by Flavio Poletti. --- stats/pwc-language-breakdown-summary.json | 58 +++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 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 e9c105b552..a34f6614d0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "series" : [ { - "name" : "Contributions", "dataLabels" : { "y" : 10, + "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "rotation" : -90, "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "align" : "right", - "enabled" : "true" + "align" : "right" }, "data" : [ [ "Blog", - 2244 + 2246 ], [ "Perl", - 7218 + 7220 ], [ "Raku", - 4342 + 4344 ] - ] + ], + "name" : "Contributions" } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "chart" : { - "type" : "column" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2022-02-03 21:12:04 GMT" }, "yAxis" : { "min" : 0, "title" : { "text" : null } - }, - "subtitle" : { - "text" : "Last updated at 2022-02-03 20:37:36 GMT" } } -- cgit