From 7f736f61354f3fa72e8a87a124caa194281c2f2a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 15 Jun 2020 00:09:09 +0100 Subject: - Added solutions by Colin Crain. --- stats/pwc-language-breakdown-summary.json | 74 +++++++++++++++---------------- 1 file changed, 37 insertions(+), 37 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 be2443d02d..443999deba 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,37 +1,9 @@ { - "subtitle" : { - "text" : "Last updated at 2020-06-14 22:59:31 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "align" : "right", - "y" : 10, - "rotation" : -90, - "color" : "#FFFFFF", - "enabled" : "true" - }, "data" : [ [ "Blog", @@ -39,25 +11,53 @@ ], [ "Perl", - 2670 + 2672 ], [ "Raku", - 1692 + 1694 ] - ] + ], + "dataLabels" : { + "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}" + }, + "name" : "Contributions" } ], + "subtitle" : { + "text" : "Last updated at 2020-06-14 23:08:57 GMT" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" + } }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit