From 91125fa53b62751ff2d9445065a0b7e2a715eb40 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 13 Jun 2022 01:25:11 +0100 Subject: - Added solutions by Rick Bychowski. --- stats/pwc-language-breakdown-summary.json | 50 +++++++++++++++---------------- 1 file changed, 25 insertions(+), 25 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 9678d0748a..75cb1f7e25 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,12 @@ { - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "subtitle" : { - "text" : "Last updated at 2022-06-13 00:18:05 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" + "text" : "Last updated at 2022-06-13 00:23:33 GMT" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -31,23 +18,33 @@ ], [ "Raku", - 4857 + 4859 ] ], "dataLabels" : { + "rotation" : -90, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, - "color" : "#FFFFFF" - } + "y" : 10 + }, + "name" : "Contributions" } ], + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "xAxis" : { "labels" : { "style" : { @@ -57,7 +54,10 @@ }, "type" : "category" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } -- cgit