From 854c308b59ca7d5573bcdee7e77ccb507d4ad7cc Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 21 Nov 2022 16:43:16 +0000 Subject: - Added solutions by Mark Anderson. --- stats/pwc-language-breakdown-summary.json | 64 +++++++++++++++---------------- 1 file changed, 32 insertions(+), 32 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 3eb085e51d..4adce97fb0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,7 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "subtitle" : { - "text" : "Last updated at 2022-11-21 14:14:57 GMT" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -30,26 +13,40 @@ ], [ "Raku", - 5628 + 5630 ] ], "dataLabels" : { + "format" : "{point.y:.0f}", "enabled" : "true", - "align" : "right", - "rotation" : -90, - "color" : "#FFFFFF", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "format" : "{point.y:.0f}", - "y" : 10 - }, - "name" : "Contributions" + "color" : "#FFFFFF", + "align" : "right", + "y" : 10, + "rotation" : -90 + } } ], - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2022-11-21 16:35:45 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, "yAxis" : { "title" : { @@ -57,7 +54,10 @@ }, "min" : 0 }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" } } -- cgit