From 5885fc027c91b7e323b038d7960bdb58eac8da47 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 27 Apr 2020 21:38:33 +0100 Subject: - Added solutions by Yet Ebreo. --- stats/pwc-language-breakdown-summary.json | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 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 34f601ce60..e09db09b8e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,37 +1,22 @@ { - "subtitle" : { - "text" : "Last updated at 2020-04-26 22:04:59 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "legend" : { + "enabled" : "false" }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "align" : "right", + "rotation" : -90, + "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "rotation" : -90, "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF" + "align" : "right", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -39,7 +24,7 @@ ], [ "Perl", - 2427 + 2429 ], [ "Raku", @@ -48,16 +33,31 @@ ] } ], + "subtitle" : { + "text" : "Last updated at 2020-04-27 20:37:50 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } -- cgit