From beea690859a2fb0c0451c4d5a8fb5d17c0b5d6e9 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 1 Dec 2019 18:25:49 +0000 Subject: - Added blog by Kevin Colyer. --- stats/pwc-language-breakdown-summary.json | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 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 5b37a9d3d8..7497d22e05 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,14 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "chart" : { + "type" : "column" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 387 + 388 ], [ "Perl 5", @@ -27,37 +19,45 @@ 894 ] ], - "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "color" : "#FFFFFF", - "enabled" : "true", - "rotation" : -90, + "format" : "{point.y:.0f}", "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "align" : "right" + "align" : "right", + "enabled" : "true", + "rotation" : -90 } } ], - "subtitle" : { - "text" : "Last updated at 2019-12-01 18:21:44 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } + } + }, + "subtitle" : { + "text" : "Last updated at 2019-12-01 18:25:44 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null }, - "type" : "category" + "min" : 0 } } -- cgit