From 6856b37c0c18ff1c8a330db9be7dcfd41d6ab9a1 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 28 Jun 2021 17:53:23 +0100 Subject: - Added solutions by Luca Ferrari. --- 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 f436763984..c014f29dd2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,32 @@ { - "subtitle" : { - "text" : "Last updated at 2021-06-28 15:30:58 GMT" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "align" : "right", + "enabled" : "true", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" + }, + "name" : "Contributions", "data" : [ [ "Blog", - 1679 + 1681 ], [ "Perl", @@ -24,38 +34,28 @@ ], [ "Raku", - 3541 + 3543 ] - ], - "dataLabels" : { - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "align" : "right", - "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF" - }, - "name" : "Contributions" + ] } ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" + } + }, + "subtitle" : { + "text" : "Last updated at 2021-06-28 16:21:22 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" -- cgit