From fd58a9ab344febe2fa8f71fee3cd15e581277e3f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 15 Apr 2022 20:38:31 +0100 Subject: - Added solutions by Jorg Sommrey. --- stats/pwc-language-breakdown-summary.json | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 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 4c7f26bbf6..c2a9eac671 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,12 @@ { - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2022-04-15 19:36:41 GMT" }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}", - "rotation" : -90, - "y" : 10, - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -24,30 +14,34 @@ ], [ "Perl", - 7774 + 7776 ], [ "Raku", 4631 ] - ] + ], + "dataLabels" : { + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "align" : "right", + "rotation" : -90, + "y" : 10 + }, + "name" : "Contributions" } ], + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2022-04-15 18:57:26 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "xAxis" : { "type" : "category", "labels" : { @@ -57,7 +51,13 @@ } } }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } -- cgit