From ec40a817b49b92d42a652fc8edc3772697a29314 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 18 Mar 2022 11:20:41 +0000 Subject: - Added blog post by Roger Bell_West. --- stats/pwc-language-breakdown-summary.json | 66 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 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 3edb64365e..b5ad4a88bd 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,6 @@ { - "subtitle" : { - "text" : "Last updated at 2022-03-18 11:13:06 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "yAxis" : { "title" : { @@ -14,40 +8,25 @@ }, "min" : 0 }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, + "color" : "#FFFFFF", "align" : "right", - "format" : "{point.y:.0f}", "y" : 10, - "enabled" : "true", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, "rotation" : -90, - "color" : "#FFFFFF" + "enabled" : "true" }, - "name" : "Contributions", "data" : [ [ "Blog", - 2358 + 2359 ], [ "Perl", @@ -59,5 +38,26 @@ ] ] } - ] + ], + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2022-03-18 11:19:08 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + } } -- cgit