From d5aef342008aa2a96e8085194e3a3dc6975a723b Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 10 Jan 2022 21:10:15 +0000 Subject: - Added solutions to week 147. --- stats/pwc-language-breakdown-summary.json | 58 +++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 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 b0ce9a3ba6..5ad4788e87 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,7 @@ { + "subtitle" : { + "text" : "Last updated at 2022-01-10 21:08:26 GMT" + }, "yAxis" : { "min" : 0, "title" : { @@ -8,27 +11,9 @@ "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2022-01-10 19:15:24 GMT" - }, "chart" : { "type" : "column" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "series" : [ { "data" : [ @@ -38,26 +23,41 @@ ], [ "Perl", - 7059 + 7060 ], [ "Raku", - 4259 + 4260 ] ], + "name" : "Contributions", "dataLabels" : { - "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "format" : "{point.y:.0f}", + "enabled" : "true", + "rotation" : -90, "color" : "#FFFFFF", - "y" : 10, + "format" : "{point.y:.0f}", "align" : "right", - "enabled" : "true" - }, - "name" : "Contributions" + "y" : 10 + } } - ] + ], + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + } } -- cgit