From 0102bbbdec9b638d474a1967c0bfd6cd675ea85d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 13 Jun 2022 01:38:55 +0100 Subject: - Added solutions by Rick Bychowski. --- stats/pwc-language-breakdown-summary.json | 78 +++++++++++++++---------------- 1 file changed, 39 insertions(+), 39 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 75cb1f7e25..2147fae736 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,46 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, "subtitle" : { - "text" : "Last updated at 2022-06-13 00:23:33 GMT" + "text" : "Last updated at 2022-06-13 00:36:40 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, "data" : [ [ "Blog", @@ -18,46 +52,12 @@ ], [ "Raku", - 4859 + 4861 ] - ], - "dataLabels" : { - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "y" : 10 - }, - "name" : "Contributions" + ] } ], "chart" : { "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } -- cgit