From 4adb8b85517349f572994ae042eccf2d7327a2ee Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 25 Jan 2022 12:08:27 +0000 Subject: - Added solution by Alexander Pankoff. --- 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 d99d43dbb1..4e12766bcd 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,9 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-01-25 12:07:05 GMT" }, "series" : [ { - "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "enabled" : "true", - "y" : 10, - "format" : "{point.y:.0f}" - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -24,40 +11,53 @@ ], [ "Perl", - 7150 + 7151 ], [ "Raku", 4304 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "format" : "{point.y:.0f}" + } } ], + "legend" : { + "enabled" : "false" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "subtitle" : { - "text" : "Last updated at 2022-01-25 12:02:08 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "yAxis" : { "min" : 0, "title" : { "text" : null } - }, - "legend" : { - "enabled" : "false" } } -- cgit