From 6d762d7ac8fab2121f6d6dbcd5d6bb792eb564b9 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 1 Jun 2021 10:45:29 +0100 Subject: - Added solutions by James Smith. --- stats/pwc-language-breakdown-summary.json | 80 +++++++++++++++---------------- 1 file changed, 40 insertions(+), 40 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 8a55ec416f..de8df86436 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,43 +2,6 @@ "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "series" : [ - { - "name" : "Contributions", - "data" : [ - [ - "Blog", - 1605 - ], - [ - "Perl", - 5417 - ], - [ - "Raku", - 3443 - ] - ], - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90, - "y" : 10, - "enabled" : "true" - } - } - ], - "subtitle" : { - "text" : "Last updated at 2021-06-01 07:32:46 GMT" - }, - "legend" : { - "enabled" : "false" - }, "xAxis" : { "type" : "category", "labels" : { @@ -51,13 +14,50 @@ "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2021-06-01 09:45:08 GMT" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, - "chart" : { - "type" : "column" - } + "series" : [ + { + "dataLabels" : { + "rotation" : -90, + "y" : 10, + "color" : "#FFFFFF", + "enabled" : "true", + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}" + }, + "name" : "Contributions", + "data" : [ + [ + "Blog", + 1605 + ], + [ + "Perl", + 5419 + ], + [ + "Raku", + 3443 + ] + ] + } + ] } -- cgit