From 006dcaeb789765cb612df36a5b13d3b02c243edb Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 24 Jan 2021 10:57:56 +0000 Subject: - Added solutions by Jan Krnavek. --- stats/pwc-language-breakdown-summary.json | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 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 ef5fe96073..d5226675d8 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,33 @@ { + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2021-01-24 10:56:23 GMT" }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2021-01-24 10:47:15 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { @@ -24,40 +42,22 @@ ], [ "Raku", - 2903 + 2905 ] ], - "name" : "Contributions", "dataLabels" : { - "align" : "right", - "rotation" : -90, "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, + "enabled" : "true", "color" : "#FFFFFF", "format" : "{point.y:.0f}", - "enabled" : "true" - } - } - ], - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "align" : "right", + "rotation" : -90 + }, + "name" : "Contributions" } - }, - "legend" : { - "enabled" : "false" - } + ] } -- cgit