From ffebe35bdbcc79bf7092cd82f9da9c4d426f4beb Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 13 Dec 2021 17:55:11 +0000 Subject: - Added solutions by Paulo Custodio. --- stats/pwc-language-breakdown-summary.json | 74 +++++++++++++++---------------- 1 file changed, 37 insertions(+), 37 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 79632a2bd0..e4759f73e0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,46 +1,16 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2021-12-13 17:47:01 GMT" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", - "enabled" : "true", "format" : "{point.y:.0f}", - "rotation" : -90, "y" : 10, + "color" : "#FFFFFF", + "enabled" : "true", "align" : "right", + "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } }, "name" : "Contributions", @@ -51,7 +21,7 @@ ], [ "Perl", - 6856 + 6858 ], [ "Raku", @@ -59,5 +29,35 @@ ] ] } - ] + ], + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2021-12-13 17:52:59 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "legend" : { + "enabled" : "false" + } } -- cgit