From 9c5cf19651810364064935bb2ccbe46b37daba94 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 11 Apr 2022 00:36:30 +0100 Subject: - Added solution by Jan Krnavek. --- stats/pwc-language-breakdown-summary.json | 54 +++++++++++++++---------------- 1 file changed, 27 insertions(+), 27 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 3eaf7e7c8e..66558f4699 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,31 +1,22 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { + "enabled" : "true", "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "enabled" : "true", - "rotation" : -90, "align" : "right", - "y" : 10 + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -37,27 +28,36 @@ ], [ "Raku", - 4605 + 4606 ] ] } ], + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "subtitle" : { - "text" : "Last updated at 2022-04-10 23:13:29 GMT" + "text" : "Last updated at 2022-04-10 23:34:34 GMT" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "chart" : { - "type" : "column" + } }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "legend" : { + "enabled" : "false" } } -- cgit