From df69ee4aac0f4db0b63b34bcde7a9339a6630bf9 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 5 Jul 2022 19:00:51 +0100 Subject: - Added solution by Philippe Bricout. --- stats/pwc-language-breakdown-summary.json | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 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 0bf4ffb79b..6704e699bf 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -5,9 +5,36 @@ "text" : null } }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2022-07-05 17:59:15 GMT" + }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "y" : 10 + }, "data" : [ [ "Blog", @@ -15,49 +42,22 @@ ], [ "Perl", - 8361 + 8362 ], [ "Raku", 4967 ] - ], - "dataLabels" : { - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + ] } ], - "subtitle" : { - "text" : "Last updated at 2022-07-05 09:53:07 GMT" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "chart" : { - "type" : "column" + }, + "type" : "category" } } -- cgit