From 4e0418c9b179d732585ac7da3bccf66ff8550cc7 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 29 Apr 2020 13:48:08 +0100 Subject: - Added solution by Scimon Proctor. --- 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 f3a24c0ac3..bea33707e2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,36 +1,6 @@ { - "subtitle" : { - "text" : "Last updated at 2020-04-29 12:20:37 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "rotation" : -90, - "align" : "right", - "enabled" : "true", - "y" : 10 - }, "data" : [ [ "Blog", @@ -42,12 +12,42 @@ ], [ "Raku", - 1524 + 1525 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right" + } } ], + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "xAxis" : { "labels" : { "style" : { @@ -57,7 +57,7 @@ }, "type" : "category" }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2020-04-29 12:45:50 GMT" } } -- cgit