From 8ae40ad0d24ab89c8acdacd7cc1573fcb2aa4266 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 11 Jan 2022 12:36:55 +0000 Subject: - Added blog by Roger Bell_West. --- stats/pwc-language-breakdown-summary.json | 68 +++++++++++++++---------------- 1 file changed, 34 insertions(+), 34 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 5ad4788e87..f459847ec5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,38 @@ { - "subtitle" : { - "text" : "Last updated at 2022-01-10 21:08:26 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-01-11 12:34:49 GMT" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "y" : 10, + "enabled" : "true", + "rotation" : -90, + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", - 2174 + 2175 ], [ "Perl", @@ -29,33 +42,20 @@ "Raku", 4260 ] - ], - "name" : "Contributions", - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "align" : "right", - "y" : 10 - } + ] } ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" -- cgit