From cbe5b730f8b4817c9ea2ea0dd42ea3b000b5db4d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Jan 2022 09:03:54 +0000 Subject: - Added solution by E. Choroba. --- stats/pwc-language-breakdown-summary.json | 50 +++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 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 aaca68edea..f4f6df36a7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,17 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "rotation" : -90, - "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", + "rotation" : -90, "format" : "{point.y:.0f}", "align" : "right", + "enabled" : "true", + "y" : 10, "color" : "#FFFFFF" }, "data" : [ @@ -29,35 +21,43 @@ ], [ "Perl", - 7175 + 7177 ], [ "Raku", 4314 ] - ], - "name" : "Contributions" + ] } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2022-01-28 08:39:56 GMT" }, "chart" : { "type" : "column" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-28 07:48:30 GMT" - }, "legend" : { "enabled" : "false" }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit