From ef554f1471149e585c33d034f1e7c5f3e8fc5828 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 1 Oct 2021 06:38:37 +0100 Subject: - Added solutions by Ulrich Rieke. --- 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 cf70b5670a..ae314dbd0f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,25 @@ { + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "y" : 10, + "rotation" : -90, "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", "color" : "#FFFFFF", - "rotation" : -90, - "enabled" : "true" + "align" : "right" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -21,43 +27,37 @@ ], [ "Perl", - 6277 + 6278 ], [ "Raku", - 3851 + 3853 ] ] } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "legend" : { - "enabled" : "false" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "legend" : { + "enabled" : "false" }, "chart" : { "type" : "column" }, "subtitle" : { - "text" : "Last updated at 2021-09-29 20:38:28 GMT" + "text" : "Last updated at 2021-10-01 05:36:33 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } -- cgit