From ac7b665ecf8e0fcc60abc5ec1cc3e7fa3ed33087 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 27 Jul 2021 22:07:27 +0100 Subject: - Added solutions by James Smith. --- stats/pwc-language-breakdown-summary.json | 52 +++++++++++++++---------------- 1 file changed, 26 insertions(+), 26 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 7718487fa8..0be3f47819 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,62 +1,62 @@ { - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } }, - "subtitle" : { - "text" : "Last updated at 2021-07-27 04:14:07 GMT" + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "series" : [ { "dataLabels" : { - "format" : "{point.y:.0f}", + "y" : 10, + "align" : "right", + "rotation" : -90, "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "align" : "right", - "y" : 10, - "rotation" : -90, + "format" : "{point.y:.0f}", "color" : "#FFFFFF" }, - "name" : "Contributions", "data" : [ [ "Blog", - 1753 + 1754 ], [ "Perl", - 5857 + 5859 ], [ "Raku", 3656 ] - ] + ], + "name" : "Contributions" } ], + "subtitle" : { + "text" : "Last updated at 2021-07-27 21:07:07 GMT" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" } -- cgit