From 16008c950a7c2fac4cc659003f43cecea043ffa4 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 25 Nov 2020 22:01:28 +0000 Subject: - Added solution by Cristina Heredia. --- stats/pwc-language-breakdown-summary.json | 48 +++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 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 178980a620..593da886b5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,6 @@ { - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { @@ -11,53 +11,53 @@ ], [ "Perl", - 3920 + 3921 ], [ "Raku", 2542 ] ], - "name" : "Contributions", "dataLabels" : { - "rotation" : -90, + "y" : 10, "enabled" : "true", "align" : "right", "format" : "{point.y:.0f}", - "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF" - } + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "name" : "Contributions" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "subtitle" : { - "text" : "Last updated at 2020-11-25 21:54:05 GMT" + "text" : "Last updated at 2020-11-25 22:01:08 GMT" }, "chart" : { "type" : "column" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "legend" : { + "enabled" : "false" } } -- cgit