From edf94eeec3c29a9cfdf35792f43096a5cebae6bf Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 16 Jul 2022 13:55:23 +0100 Subject: - Added solutions to the task "Sylvester Sequence" of week 173. --- stats/pwc-language-breakdown-summary.json | 72 +++++++++++++++---------------- 1 file changed, 36 insertions(+), 36 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 61644d9dd8..3372492c02 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,39 @@ { - "subtitle" : { - "text" : "Last updated at 2022-07-16 11:31:21 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "subtitle" : { + "text" : "Last updated at 2022-07-16 12:53:05 GMT" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { "dataLabels" : { - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, + "format" : "{point.y:.0f}", + "y" : 10, "align" : "right", - "enabled" : "true", "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "y" : 10 + "enabled" : "true", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -51,13 +41,23 @@ ], [ "Perl", - 8438 + 8439 ], [ "Raku", - 5022 + 5023 ] - ] + ], + "name" : "Contributions" } - ] + ], + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + } } -- cgit