From 22e2dadf4982b862c3cf0679b40d76d2b8f9daf8 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 3 May 2021 17:32:56 +0100 Subject: - Added blogs by Ryan Thompson. --- stats/pwc-language-breakdown-summary.json | 80 +++++++++++++++---------------- 1 file changed, 40 insertions(+), 40 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 ec05ba804c..41999a5079 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,40 +1,29 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, "subtitle" : { - "text" : "Last updated at 2021-05-03 16:28:15 GMT" - }, - "chart" : { - "type" : "column" + "text" : "Last updated at 2021-05-03 16:32:28 GMT" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "enabled" : "true", + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", - 1527 + 1529 ], [ "Perl", @@ -44,20 +33,31 @@ "Raku", 3310 ] - ], - "name" : "Contributions", - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}", - "align" : "right" + ] + } + ], + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } - ] + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + } } -- cgit