From abe50443fc73cffd819a05ab7733c4c192797d36 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 2 Nov 2022 10:56:26 +0000 Subject: - Added solutions by Feng Chang. --- 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 64279ae4b5..ef1069f916 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,19 @@ { - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "y" : 10, - "rotation" : -90, + "enabled" : "true", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "enabled" : "true", + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10, "align" : "right", - "color" : "#FFFFFF" + "format" : "{point.y:.0f}" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -28,11 +25,14 @@ ], [ "Raku", - 5535 + 5537 ] ] } ], + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "xAxis" : { "type" : "category", "labels" : { @@ -42,22 +42,22 @@ } } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2022-11-01 23:36:13 GMT" - }, - "legend" : { - "enabled" : "false" - }, "yAxis" : { "min" : 0, "title" : { "text" : null } + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "subtitle" : { + "text" : "Last updated at 2022-11-02 10:54:01 GMT" } } -- cgit