From 8c58aefe265953e2dde7b1c826423d583bf749bf Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 28 Sep 2020 01:52:23 +0100 Subject: - Added blog 079. --- stats/pwc-language-breakdown-summary.json | 72 +++++++++++++++---------------- 1 file changed, 36 insertions(+), 36 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 824fa59817..a393068467 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,53 +1,25 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "legend" : { "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2020-09-27 23:00:29 GMT" - }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "rotation" : -90, + "format" : "{point.y:.0f}", "color" : "#FFFFFF", "y" : 10, - "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true", "align" : "right" }, "data" : [ [ "Blog", - 998 + 999 ], [ "Perl", @@ -57,7 +29,35 @@ "Raku", 2186 ] - ] + ], + "name" : "Contributions" } - ] + ], + "subtitle" : { + "text" : "Last updated at 2020-09-28 00:52:06 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + } } -- cgit