From 8a31937973502d51f7fa20ff76583bc5d9e33e2c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 11 Sep 2019 09:34:36 +0100 Subject: - Added solutions by Yet Ebreo. --- stats/pwc-language-breakdown-summary.json | 66 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 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 470f8987d8..5ce6151d62 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,30 +1,34 @@ { - "subtitle" : { - "text" : "Last updated at 2019-09-10 18:43:40 GMT" - }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "subtitle" : { + "text" : "Last updated at 2019-09-11 08:34:27 GMT" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } } }, + "legend" : { + "enabled" : "false" + }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "enabled" : "true", + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -36,28 +40,24 @@ ], [ "Perl 6", - 609 + 611 ] - ], - "dataLabels" : { - "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "y" : 10, - "align" : "right" - }, - "name" : "Contributions" + ] } ], + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "chart" : { "type" : "column" - }, - "legend" : { - "enabled" : "false" } } -- cgit