From 60ca17975aa3a01ad4e80b0d04f53edad0826a3a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 18 Oct 2019 11:25:28 +0100 Subject: - Added solutions by Vyacheslav Volgarev. --- 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 04bda4a7a5..8205b2ecc8 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,16 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2019-10-18 07:05:01 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "xAxis" : { "labels" : { "style" : { @@ -20,14 +8,36 @@ }, "type" : "category" }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2019-10-18 10:25:02 GMT" + }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "y" : 10, + "color" : "#FFFFFF", + "align" : "right", + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}" + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -35,28 +45,18 @@ ], [ "Perl 5", - 1220 + 1222 ], [ "Perl 6", 737 ] - ], - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "enabled" : "true", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10 - } + ] } ], + "legend" : { + "enabled" : "false" + }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" } -- cgit