From 835eefd47ecd39ec0361faa7e320e2a9e8439b41 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 13 Jun 2020 21:31:23 +0100 Subject: - Added solutions by Sangeet Kar. --- stats/pwc-language-breakdown-summary.json | 58 +++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 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 f6adddd764..c6ec9758c2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,18 @@ { - "subtitle" : { - "text" : "Last updated at 2020-06-13 12:45:17 GMT" - }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "yAxis" : { "min" : 0, @@ -17,11 +20,18 @@ "text" : null } }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2020-06-13 20:31:08 GMT" + }, + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -33,31 +43,21 @@ ], [ "Raku", - 1685 + 1687 ] ], "dataLabels" : { - "color" : "#FFFFFF", - "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "align" : "right", - "enabled" : "true" - }, - "name" : "Contributions" - } - ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF" } } - } + ] } -- cgit