From 07859b78377f3d45539bcd98a5de9dc44c1ad647 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 10 Mar 2020 08:49:25 +0000 Subject: - Added solutions by Dave Jacoby. --- stats/pwc-language-breakdown-summary.json | 74 +++++++++++++++---------------- 1 file changed, 37 insertions(+), 37 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 e140f726fb..06b9220067 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,18 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, "data" : [ [ "Blog", @@ -29,35 +20,44 @@ ], [ "Perl", - 2128 + 2130 ], [ "Raku", 1302 ] ], - "dataLabels" : { - "align" : "right", - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" - }, "name" : "Contributions" } ], + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "legend" : { "enabled" : "false" }, + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "Last updated at 2020-03-10 01:08:03 GMT" + "text" : "Last updated at 2020-03-10 08:48:41 GMT" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } -- cgit