From 5b5e2c158c109d45f7066aad0f0484acf7de847f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 21 Jun 2021 00:06:16 +0100 Subject: - Added solutions by Colin Crain. --- 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 80acc21112..24c9f4fbe5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,30 @@ { + "subtitle" : { + "text" : "Last updated at 2021-06-20 23:05:46 GMT" + }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF", + "y" : 10 + }, "data" : [ [ "Blog", @@ -14,50 +32,32 @@ ], [ "Perl", - 5565 + 5567 ], [ "Raku", - 3518 + 3520 ] ], - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF", - "align" : "right", - "format" : "{point.y:.0f}" - }, "name" : "Contributions" } ], - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" + }, + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2021-06-20 22:57:03 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } -- cgit