From 1fa8221462a52d748a8ec44461e4e8a5ba0ef431 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 8 Sep 2020 02:51:23 +0100 Subject: - Updated stats. --- 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 0e8d6526c1..d37978fe79 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,30 +1,10 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "subtitle" : { + "text" : "Last updated at 2020-09-08 01:51:09 GMT" }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90 - }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -32,32 +12,52 @@ ], [ "Perl", - 3207 + 3208 ], [ "Raku", 2097 ] ], - "name" : "Contributions" + "dataLabels" : { + "color" : "#FFFFFF", + "enabled" : "true", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "rotation" : -90, + "y" : 10 + } } ], + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2020-09-08 00:54:26 GMT" - }, - "legend" : { - "enabled" : "false" - }, "yAxis" : { "min" : 0, "title" : { "text" : null } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" } } -- cgit