From a05a2a27aa6f75b2d53d8e5025832bcd30ca8cc3 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 31 Dec 2021 02:08:01 +0000 Subject: - Added blogs by Abigail. --- stats/pwc-language-breakdown-summary.json | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 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 7ce1eaec0b..91d237ad30 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,26 +1,10 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "series" : [ { - "dataLabels" : { - "y" : 10, - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}" - }, - "name" : "Contributions", "data" : [ [ "Blog", - 2141 + 2143 ], [ "Perl", @@ -30,34 +14,50 @@ "Raku", 4204 ] - ] + ], + "dataLabels" : { + "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true" + }, + "name" : "Contributions" } ], "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "subtitle" : { - "text" : "Last updated at 2021-12-30 01:05:30 GMT" + "text" : "Last updated at 2021-12-31 02:06:41 GMT" + }, + "chart" : { + "type" : "column" } } -- cgit