From f990c2a7619418d0ce6fbddeaf7a49ea928ef0d7 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 17 Aug 2021 17:05:21 +0100 Subject: - Added solutions by Scimon Proctor. --- stats/pwc-language-breakdown-summary.json | 50 +++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 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 5cfe30a915..3cf7ca1226 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,18 @@ { - "subtitle" : { - "text" : "Last updated at 2021-08-17 11:32:05 GMT" - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true", + "align" : "right" + }, "data" : [ [ "Blog", @@ -18,30 +24,18 @@ ], [ "Raku", - 3735 + 3736 ] ], - "dataLabels" : { - "format" : "{point.y:.0f}", - "rotation" : -90, - "align" : "right", - "y" : 10, - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, "name" : "Contributions" } ], - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "subtitle" : { + "text" : "Last updated at 2021-08-17 16:05:05 GMT" + }, "xAxis" : { "labels" : { "style" : { @@ -51,13 +45,19 @@ }, "type" : "category" }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" } } -- cgit