From a620de2dcf2f0510f4bac760cd0a650be2e8b2df Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Dec 2021 20:20:26 +0000 Subject: - Added solutions by Abigail. --- stats/pwc-language-breakdown-summary.json | 56 +++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 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 4d29fe27b4..0a5f212978 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,21 @@ { - "subtitle" : { - "text" : "Last updated at 2021-12-06 20:06:32 GMT" + "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" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "subtitle" : { + "text" : "Last updated at 2021-12-06 20:19:18 GMT" }, "series" : [ { @@ -23,7 +26,7 @@ ], [ "Perl", - 6810 + 6812 ], [ "Raku", @@ -32,32 +35,29 @@ ], "name" : "Contributions", "dataLabels" : { - "rotation" : -90, + "color" : "#FFFFFF", "enabled" : "true", - "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, "format" : "{point.y:.0f}", "align" : "right", - "color" : "#FFFFFF" + "rotation" : -90, + "y" : 10 } } ], - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } -- cgit