From ea530bc5cf89e42ab0175eec72b2ebccfa3fdad4 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 2 Feb 2022 17:16:00 +0000 Subject: - Added solutions by Robert DiCicco. --- 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 8f3b65dd51..266128b700 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,31 +1,24 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" + } }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, - "subtitle" : { - "text" : "Last updated at 2022-02-02 16:45:32 GMT" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -33,31 +26,38 @@ ], [ "Perl", - 7209 + 7211 ], [ "Raku", - 4337 + 4339 ] ], "dataLabels" : { - "enabled" : "true", + "color" : "#FFFFFF", "format" : "{point.y:.0f}", - "y" : 10, "rotation" : -90, + "align" : "right", + "enabled" : "true", + "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - }, - "align" : "right", - "color" : "#FFFFFF" - } + } + }, + "name" : "Contributions" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2022-02-02 17:14:00 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } -- cgit