From 01447959077bb5f52ea45c09e24db6dac83106df Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 26 Sep 2022 17:14:49 +0100 Subject: - Added solutions by Robert DiCicco. --- stats/pwc-language-breakdown-summary.json | 34 +++++++++++++++---------------- 1 file changed, 17 insertions(+), 17 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 1231d784d7..3f5f9d2337 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,7 +1,4 @@ { - "legend" : { - "enabled" : "false" - }, "chart" : { "type" : "column" }, @@ -9,16 +6,13 @@ "pointFormat" : "{point.y:.0f}" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "type" : "category" }, "yAxis" : { "title" : { @@ -26,24 +20,30 @@ }, "min" : 0 }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "subtitle" : { - "text" : "Last updated at 2022-09-26 15:30:15 GMT" + "text" : "Last updated at 2022-09-26 16:13:15 GMT" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { - "name" : "Contributions", "dataLabels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "rotation" : -90, "align" : "right", - "enabled" : "true", "color" : "#FFFFFF", "format" : "{point.y:.0f}", - "y" : 10 + "enabled" : "true", + "y" : 10, + "rotation" : -90 }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -51,11 +51,11 @@ ], [ "Perl", - 8928 + 8929 ], [ "Raku", - 5339 + 5340 ] ] } -- cgit