From 774caafe5099bd793d8cb02703e62690e124baba Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 23 Feb 2021 18:37:03 +0000 Subject: - Added solutions by Mark Anderson. --- 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 d75b359e5f..9770bf1d10 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,19 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" + "min" : 0 }, - "subtitle" : { - "text" : "Last updated at 2021-02-23 18:29:31 GMT" + "legend" : { + "enabled" : "false" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2021-02-23 18:35:22 GMT" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -27,37 +25,39 @@ ], [ "Raku", - 3033 + 3035 ] ], - "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "y" : 10, - "align" : "right", + "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, "enabled" : "true", - "color" : "#FFFFFF", - "rotation" : -90 + "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF" } } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } }, - "min" : 0 + "type" : "category" + }, + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } -- cgit