From 09b61f98046d4a5c92ebc4ef97ec9974c341face Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 23 Feb 2021 21:37:25 +0000 Subject: - Added solutions by James Smith. --- stats/pwc-language-breakdown-summary.json | 70 +++++++++++++++---------------- 1 file changed, 35 insertions(+), 35 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 ca1ba10e08..d0dce9294e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,21 @@ { - "legend" : { - "enabled" : "false" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true" - }, "data" : [ [ "Blog", @@ -23,41 +23,41 @@ ], [ "Perl", - 4731 + 4734 ], [ "Raku", 3054 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF", + "rotation" : -90 + } } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "subtitle" : { - "text" : "Last updated at 2021-02-23 21:29:44 GMT" + "text" : "Last updated at 2021-02-23 21:34:35 GMT" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" + "legend" : { + "enabled" : "false" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } } } -- cgit