From 5c4b8df3cd8a191dd7c42fc49e12b5dfc3a02cc2 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 16 Jun 2022 19:42:11 +0100 Subject: - Added solutions by Laurent Rosenfeld. --- stats/pwc-language-breakdown-summary.json | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 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 3a158f89cb..3aa20b7aab 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "subtitle" : { + "text" : "Last updated at 2022-06-16 18:40:31 GMT" }, "series" : [ { "data" : [ [ "Blog", - 2621 + 2622 ], [ "Perl", - 8215 + 8217 ], [ "Raku", - 4876 + 4878 ] ], "name" : "Contributions", "dataLabels" : { + "enabled" : "true", "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right", + "y" : 10, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "align" : "right", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true" + "color" : "#FFFFFF" } } ], - "subtitle" : { - "text" : "Last updated at 2022-06-16 18:02:19 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } } -- cgit