From 2fdfe6dc8d29607e9bc81c2b299ad38ecc8bf93c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 2 Oct 2022 21:52:17 +0100 Subject: - Added solutions by Colin Crain. --- 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 031597169e..4e40bb9e62 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "legend" : { + "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, - "min" : 0 + "type" : "category" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true" + }, "data" : [ [ "Blog", - 2896 + 2897 ], [ "Perl", - 8963 + 8965 ], [ "Raku", 5356 ] - ], - "dataLabels" : { - "format" : "{point.y:.0f}", - "align" : "right", - "y" : 10, - "rotation" : -90, - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions" + ] } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "subtitle" : { - "text" : "Last updated at 2022-10-02 18:50:48 GMT" + "text" : "Last updated at 2022-10-02 20:50:24 GMT" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit