From bf7ec3f38c6ffd95fa2de9d38cd2e841dbd5d57c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 13 Jul 2020 09:34:40 +0100 Subject: - Added review 067 by Colin Crain. --- stats/pwc-language-breakdown-summary.json | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 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 8b12b1b066..521cd6cc00 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,22 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2020-07-13 08:34:23 GMT" + }, "series" : [ { - "dataLabels" : { - "enabled" : "true", - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "y" : 10, - "format" : "{point.y:.0f}", - "align" : "right" - }, "data" : [ [ "Blog", - 800 + 801 ], [ "Perl", @@ -27,37 +27,37 @@ 1807 ] ], + "dataLabels" : { + "color" : "#FFFFFF", + "align" : "right", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "format" : "{point.y:.0f}", + "rotation" : -90 + }, "name" : "Contributions" } ], - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2020-07-12 22:43:35 GMT" + } }, "tooltip" : { "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" } } -- cgit