From c5bd1df5746df35fc99432dd76940f9f6ae6e2df Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 12 Sep 2020 12:47:32 +0100 Subject: - Added blog by Colin Crain. --- stats/pwc-language-breakdown-summary.json | 64 +++++++++++++++---------------- 1 file changed, 32 insertions(+), 32 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 6cf4c12896..90d28020cd 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,52 +1,41 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "subtitle" : { - "text" : "Last updated at 2020-09-12 11:27:56 GMT" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "chart" : { "type" : "column" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "subtitle" : { + "text" : "Last updated at 2020-09-12 11:47:16 GMT" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "legend" : { + "enabled" : "false" }, "series" : [ { - "dataLabels" : { - "y" : 10, - "enabled" : "true", - "rotation" : -90, - "align" : "right", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, + "name" : "Contributions", "data" : [ [ "Blog", - 960 + 961 ], [ "Perl", @@ -57,7 +46,18 @@ 2110 ] ], - "name" : "Contributions" + "dataLabels" : { + "rotation" : -90, + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } } ] } -- cgit