From d96f997d26d3a24a66895dae84d65ba72dd6396d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 29 Mar 2020 17:02:54 +0100 Subject: - Added solutions by Cheok-Yin Fung. --- stats/pwc-language-breakdown-summary.json | 68 +++++++++++++++---------------- 1 file changed, 34 insertions(+), 34 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 b88ac45067..5e2293df2d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,28 @@ { - "chart" : { - "type" : "column" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2020-03-28 22:19:22 GMT" - }, - "legend" : { - "enabled" : "false" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "legend" : { + "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Contributions", "dataLabels" : { + "color" : "#FFFFFF", "y" : 10, - "rotation" : -90, + "enabled" : "true", + "format" : "{point.y:.0f}", "align" : "right", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "enabled" : "true" + "rotation" : -90 }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -51,7 +30,7 @@ ], [ "Perl", - 2234 + 2236 ], [ "Raku", @@ -59,5 +38,26 @@ ] ] } - ] + ], + "subtitle" : { + "text" : "Last updated at 2020-03-29 16:02:32 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + } } -- cgit