From d6aa68e53d3111ebf2708ee9edce17fd761f2f9f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 24 Jan 2021 11:04:07 +0000 Subject: - Added solutions by Wanderdoc. --- stats/pwc-language-breakdown-summary.json | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 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 d5226675d8..957db6a7ca 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,36 +1,16 @@ { - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "subtitle" : { - "text" : "Last updated at 2021-01-24 10:56:23 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "text" : "Last updated at 2021-01-24 11:03:41 GMT" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -38,7 +18,7 @@ ], [ "Perl", - 4455 + 4457 ], [ "Raku", @@ -48,16 +28,36 @@ "dataLabels" : { "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "enabled" : "true", - "color" : "#FFFFFF", "format" : "{point.y:.0f}", + "rotation" : -90, "align" : "right", - "rotation" : -90 - }, - "name" : "Contributions" + "enabled" : "true", + "color" : "#FFFFFF" + } + } + ], + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } - ] + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + } } -- cgit