From 0b2ccc700d8d5601b429467e086ace7fac43280b Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 26 Sep 2020 00:46:25 +0100 Subject: - Added solution by Rakulius. --- stats/pwc-language-breakdown-summary.json | 72 +++++++++++++++---------------- 1 file changed, 36 insertions(+), 36 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 c5595c36af..6195d55d69 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,36 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "series" : [ { + "dataLabels" : { + "color" : "#FFFFFF", + "enabled" : "true", + "y" : 10, + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "rotation" : -90 + }, "data" : [ [ "Blog", @@ -24,40 +42,22 @@ ], [ "Raku", - 2179 + 2180 ] ], - "dataLabels" : { - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}", - "align" : "right", - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF" - }, "name" : "Contributions" } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2020-09-24 20:59:35 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2020-09-25 23:45:46 GMT" } } -- cgit