From 84907b239e58c6bf38906ade7fa85ff286edd9a4 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 26 Apr 2021 16:55:17 +0100 Subject: - Added solutions by Niels van Dijke. --- 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 b326650d77..d494f5bf41 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,27 @@ { - "subtitle" : { - "text" : "Last updated at 2021-04-26 15:49:06 GMT" - }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "subtitle" : { + "text" : "Last updated at 2021-04-26 15:54:53 GMT" }, "series" : [ { + "dataLabels" : { + "align" : "right", + "rotation" : -90, + "enabled" : "true", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "y" : 10 + }, "data" : [ [ "Blog", @@ -23,41 +29,35 @@ ], [ "Perl", - 5158 + 5160 ], [ "Raku", 3282 ] ], - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "enabled" : "true", - "align" : "right", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "rotation" : -90 - } + "name" : "Contributions" } ], + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" } } -- cgit