From 985f74eb57705f4af35a7ca86c0e7a7e26b2e878 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 15 Aug 2021 17:41:19 +0100 Subject: - Added solution by Kai Burgdorf. --- stats/pwc-language-breakdown-summary.json | 72 +++++++++++++++---------------- 1 file changed, 36 insertions(+), 36 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 ab64f382ac..a102102d9d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,32 +2,30 @@ "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2021-08-15 15:25:31 GMT" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "color" : "#FFFFFF", + "y" : 10, + "align" : "right", + "enabled" : "true" + }, "data" : [ [ "Blog", @@ -35,29 +33,31 @@ ], [ "Perl", - 5977 + 5978 ], [ "Raku", 3722 ] - ], - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}", - "align" : "right", - "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true", - "rotation" : -90 - }, - "name" : "Contributions" + ] } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2021-08-15 16:40:51 GMT" } } -- cgit