From 89e8d11fa52fb764ccd87f90ff6ab27b0b561df4 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 12 Sep 2021 17:16:37 +0100 Subject: - Added solutions by Simon Green. --- stats/pwc-language-breakdown-summary.json | 46 +++++++++++++++---------------- 1 file changed, 23 insertions(+), 23 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 7a2869d531..02d88163f6 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,30 +1,27 @@ { - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Contributions", "dataLabels" : { "y" : 10, - "color" : "#FFFFFF", - "rotation" : -90, "enabled" : "true", - "align" : "right", - "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } + }, + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right", + "format" : "{point.y:.0f}" }, - "name" : "Contributions", "data" : [ [ "Blog", - 1864 + 1865 ], [ "Perl", - 6165 + 6166 ], [ "Raku", @@ -33,23 +30,17 @@ ] } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "legend" : { - "enabled" : "false" - }, "subtitle" : { - "text" : "Last updated at 2021-09-12 15:54:29 GMT" + "text" : "Last updated at 2021-09-12 16:15:27 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "xAxis" : { "labels" : { @@ -59,5 +50,14 @@ } }, "type" : "category" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } -- cgit