From b3609ae93c82d41a7b01be0902e752f663bee4ed Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 27 Jul 2021 22:23:41 +0100 Subject: - Added solutions by Markus Holzer. --- 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 29d44ab8ed..a0f99c927f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,12 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "enabled" : "true", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10 - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -31,26 +18,39 @@ ], [ "Raku", - 3660 + 3662 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right" + } } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "subtitle" : { - "text" : "Last updated at 2021-07-27 21:16:52 GMT" + "text" : "Last updated at 2021-07-27 21:23:24 GMT" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "chart" : { "type" : "column" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "xAxis" : { "type" : "category", "labels" : { -- cgit