From 5a5bcc765fe4f27ae869e77c3fd1732fe5cdc389 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 4 May 2021 21:04:19 +0100 Subject: - Added solutions by James Smith. --- stats/pwc-language-breakdown-summary.json | 48 +++++++++++++++---------------- 1 file changed, 24 insertions(+), 24 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 de6012ec86..9f111d6c2a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,6 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "subtitle" : { + "text" : "Last updated at 2021-05-04 20:03:30 GMT" }, "yAxis" : { "title" : { @@ -14,24 +8,23 @@ }, "min" : 0 }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } - }, - "subtitle" : { - "text" : "Last updated at 2021-05-04 18:36:16 GMT" - }, - "legend" : { - "enabled" : "false" + }, + "type" : "category" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -39,25 +32,32 @@ ], [ "Perl", - 5224 + 5226 ], [ "Raku", 3326 ] ], + "name" : "Contributions", "dataLabels" : { + "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "format" : "{point.y:.0f}", + "rotation" : -90, "enabled" : "true", - "y" : 10, - "color" : "#FFFFFF", - "align" : "right", - "rotation" : -90 + "color" : "#FFFFFF" } } - ] + ], + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + } } -- cgit