From 303a4bdca2b98f5f35fa8ea454e3a56af8716d5a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 7 Sep 2019 21:54:15 +0100 Subject: - Added blog by Joelle Maslak. --- stats/pwc-language-breakdown-summary.json | 52 +++++++++++++++---------------- 1 file changed, 26 insertions(+), 26 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 b45395b20e..b21e99dba8 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,28 +1,35 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "subtitle" : { + "text" : "Last updated at 2019-09-07 20:53:22 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "chart" : { + "type" : "column" }, "series" : [ { "dataLabels" : { + "enabled" : "true", "rotation" : -90, "format" : "{point.y:.0f}", - "color" : "#FFFFFF", + "align" : "right", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", - "align" : "right", - "y" : 10 + "y" : 10, + "color" : "#FFFFFF" }, + "name" : "Contributions", "data" : [ [ "Blog", - 249 + 250 ], [ "Perl 5", @@ -32,10 +39,15 @@ "Perl 6", 595 ] - ], - "name" : "Contributions" + ] } ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "xAxis" : { "labels" : { "style" : { @@ -47,17 +59,5 @@ }, "legend" : { "enabled" : "false" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2019-09-06 18:15:01 GMT" } } -- cgit