From 2d3f2e54496c4428acb51ecc33713a4b97d672bc Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 6 Aug 2019 01:16:21 +0100 Subject: - Added solutions by E. Choroba. --- stats/pwc-language-breakdown-summary.json | 44 +++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 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 c34e8a9e2e..784143e1e4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,7 +1,6 @@ { "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -9,7 +8,7 @@ ], [ "Perl 5", - 809 + 811 ], [ "Perl 6", @@ -17,47 +16,48 @@ ] ], "dataLabels" : { - "rotation" : -90, - "color" : "#FFFFFF", - "align" : "right", "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "color" : "#FFFFFF", + "align" : "right", "enabled" : "true", - "y" : 10 - } + "y" : 10, + "rotation" : -90 + }, + "name" : "Contributions" } ], "tooltip" : { "pointFormat" : "{point.y:.0f}" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "legend" : { "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2019-08-06 00:16:15 GMT" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } + }, + "type" : "category" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2019-08-05 18:19:20 GMT" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" } } -- cgit