From e07c2ddd5c20d692cbfa5fc6fe8872c1a28e3737 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 20 Nov 2021 08:39:22 +0000 Subject: - Added solutions by Laurent Rosenfeld. --- 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 2450ad0c92..5a61cfc256 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,10 +1,10 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "xAxis" : { "type" : "category", "labels" : { @@ -14,50 +14,50 @@ } } }, + "subtitle" : { + "text" : "Last updated at 2021-11-20 08:31:55 GMT" + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF" - }, "data" : [ [ "Blog", - 2028 + 2029 ], [ "Perl", - 6677 + 6679 ], [ "Raku", - 4035 + 4037 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "enabled" : "true", + "color" : "#FFFFFF", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "format" : "{point.y:.0f}" + } } ], "yAxis" : { - "min" : 0, "title" : { "text" : null - } - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2021-11-20 08:15:14 GMT" - }, - "legend" : { - "enabled" : "false" + }, + "min" : 0 } } -- cgit