From edebac2ae86d348d1a495805993d92cd9d61fa0c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 8 Jun 2021 10:54:53 +0100 Subject: - Added solutions by E. Choroba. --- stats/pwc-language-breakdown-summary.json | 54 +++++++++++++++---------------- 1 file changed, 27 insertions(+), 27 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 374a62d694..ecf338a055 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,7 @@ { + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "series" : [ { "data" : [ @@ -8,56 +11,53 @@ ], [ "Perl", - 5466 + 5468 ], [ "Raku", 3472 ] ], + "name" : "Contributions", "dataLabels" : { + "rotation" : -90, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, + "format" : "{point.y:.0f}", "y" : 10, - "enabled" : "true", - "rotation" : -90, + "align" : "right", "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "align" : "right" - }, - "name" : "Contributions" + "enabled" : "true" + } } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + } }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2021-06-08 09:54:35 GMT" }, "legend" : { "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2021-06-08 09:49:51 GMT" } } -- cgit