From 7aceed58d0b3a13b7baa554fb14fa1c6b606bc10 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 22 Apr 2021 10:41:16 +0100 Subject: - Added solutions by Dave Jacoby. --- 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 08887d24e5..52d8ffbe0d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,44 +1,29 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2021-04-22 09:29:00 GMT" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } } }, + "legend" : { + "enabled" : "false" + }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, "series" : [ { "data" : [ [ "Blog", - 1488 + 1489 ], [ "Perl", - 5134 + 5136 ], [ "Raku", @@ -46,18 +31,33 @@ ] ], "dataLabels" : { - "color" : "#FFFFFF", + "y" : 10, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "enabled" : "true", "rotation" : -90, + "color" : "#FFFFFF", "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true" + "format" : "{point.y:.0f}" }, "name" : "Contributions" } - ] + ], + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2021-04-22 09:40:56 GMT" + } } -- cgit