From 488c528fc8725f3e183eae4073709f95edca33fb Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 8 May 2023 06:42:46 +0100 Subject: - Added solutions by Jan Krnavek. --- stats/pwc-language-breakdown-summary.json | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 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 72dd422acf..c21d61b718 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,21 @@ { + "legend" : { + "enabled" : "false" + }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2023]" }, "yAxis" : { "title" : { @@ -17,25 +23,26 @@ }, "min" : 0 }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2023]" + "chart" : { + "type" : "column" }, "subtitle" : { - "text" : "Last updated at 2023-05-08 04:14:02 GMT" + "text" : "Last updated at 2023-05-08 05:40:14 GMT" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { + "rotation" : -90, "format" : "{point.y:.0f}", "align" : "right", "color" : "#FFFFFF", + "y" : 10, + "enabled" : "true", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "enabled" : "true", - "rotation" : -90 + } }, "data" : [ [ @@ -48,16 +55,9 @@ ], [ "Raku", - 6362 + 6364 ] - ], - "name" : "Contributions" + ] } - ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - } + ] } -- cgit