From 3127d2d0a263ca2ea238e8d6f61773b04eb07efc Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 21 Feb 2021 17:31:15 +0000 Subject: - Added solutions by Alexander Pankoff. --- stats/pwc-language-breakdown-summary.json | 66 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 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 eb6e3b0ae6..d4b6e6d768 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,21 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "subtitle" : { - "text" : "Last updated at 2021-02-21 17:21:17 GMT" + "text" : "Last updated at 2021-02-21 17:30:54 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { - "dataLabels" : { - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "align" : "right", - "enabled" : "true", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" - }, "data" : [ [ "Blog", @@ -23,41 +23,41 @@ ], [ "Perl", - 4700 + 4702 ], [ "Raku", 3025 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "rotation" : -90, + "enabled" : "true" + } } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "chart" : { + "type" : "column" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } - }, - "chart" : { - "type" : "column" + }, + "type" : "category" }, "legend" : { "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } -- cgit