From 2d531f9d889c0a32bebd6f4f7ccdfd652dcb39b6 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 8 Feb 2022 20:15:16 +0000 Subject: - Added solutions by Abigail. --- stats/pwc-language-breakdown-summary.json | 58 +++++++++++++++---------------- 1 file changed, 29 insertions(+), 29 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 df2b47cd2d..36751a4d2b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,30 +1,15 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "subtitle" : { - "text" : "Last updated at 2022-02-08 11:08:10 GMT" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "legend" : { + "enabled" : "false" }, "series" : [ { @@ -35,29 +20,44 @@ ], [ "Perl", - 7261 + 7263 ], [ "Raku", 4361 ] ], + "name" : "Contributions", "dataLabels" : { + "enabled" : "true", "color" : "#FFFFFF", + "align" : "right", + "y" : 10, + "rotation" : -90, "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "enabled" : "true", - "y" : 10, - "align" : "right" - }, - "name" : "Contributions" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } ], + "subtitle" : { + "text" : "Last updated at 2022-02-08 20:11:37 GMT" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "chart" : { "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } -- cgit