From 7c7e0d2146fa109618f3de628786e2decd155042 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 14 Jul 2021 03:00:42 +0100 Subject: - Added solutions by Dave Jacoby. --- stats/pwc-language-breakdown-summary.json | 56 +++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 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 4b710f9046..9f681f00de 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,21 @@ { + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "series" : [ { "name" : "Contributions", "data" : [ [ "Blog", - 1721 + 1723 ], [ "Perl", - 5758 + 5762 ], [ "Raku", @@ -17,47 +23,41 @@ ] ], "dataLabels" : { + "color" : "#FFFFFF", "format" : "{point.y:.0f}", + "rotation" : -90, + "y" : 10, + "align" : "right", + "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - }, - "align" : "right", - "enabled" : "true", - "y" : 10, - "color" : "#FFFFFF", - "rotation" : -90 + } } } ], "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "subtitle" : { - "text" : "Last updated at 2021-07-13 19:52:41 GMT" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "subtitle" : { + "text" : "Last updated at 2021-07-14 02:00:19 GMT" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" } } -- cgit