From 8a1d038bb02dbf29f14d582578fe755633649e4b Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 29 Jul 2022 16:03:09 +0100 Subject: - Added solutions by Jorg Sommrey. --- stats/pwc-language-breakdown-summary.json | 70 +++++++++++++++---------------- 1 file changed, 35 insertions(+), 35 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 2f9eeeb826..af0a62cab2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,39 +1,12 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" - }, "subtitle" : { - "text" : "Last updated at 2022-07-29 08:35:22 GMT" + "text" : "Last updated at 2022-07-29 14:38:41 GMT" }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "align" : "right" - }, "name" : "Contributions", "data" : [ [ @@ -42,22 +15,49 @@ ], [ "Perl", - 8526 + 8528 ], [ "Raku", 5075 ] - ] + ], + "dataLabels" : { + "align" : "right", + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "y" : 10, + "rotation" : -90 + } } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" }, "yAxis" : { - "min" : 0, "title" : { "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } } } -- cgit From 2ba2a46f6d2eb7ecc4d3db088505df6e86665e75 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 29 Jul 2022 18:00:04 +0100 Subject: - Added solutions by Athanasius. --- stats/pwc-language-breakdown-summary.json | 68 +++++++++++++++---------------- 1 file changed, 34 insertions(+), 34 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 af0a62cab2..ca1452e488 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,43 @@ { "subtitle" : { - "text" : "Last updated at 2022-07-29 14:38:41 GMT" + "text" : "Last updated at 2022-07-29 16:34:15 GMT" + }, + "legend" : { + "enabled" : "false" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}", + "enabled" : "true", + "align" : "right" + }, "data" : [ [ "Blog", @@ -15,49 +45,19 @@ ], [ "Perl", - 8528 + 8530 ], [ "Raku", - 5075 + 5077 ] - ], - "dataLabels" : { - "align" : "right", - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "y" : 10, - "rotation" : -90 - } + ] } ], - "legend" : { - "enabled" : "false" - }, "chart" : { "type" : "column" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } } } -- cgit From 148cacf688e1c0e2d191362653c01db93cae56cb Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 29 Jul 2022 19:00:29 +0100 Subject: - Added solutions to the task "Perfect Totient Numbers". --- stats/pwc-language-breakdown-summary.json | 86 +++++++++++++++---------------- 1 file changed, 43 insertions(+), 43 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 ca1452e488..9d6c5c78d0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,43 +1,6 @@ { - "subtitle" : { - "text" : "Last updated at 2022-07-29 16:34:15 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true", - "align" : "right" - }, "data" : [ [ "Blog", @@ -45,19 +8,56 @@ ], [ "Perl", - 8530 + 8531 ], [ "Raku", - 5077 + 5078 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "rotation" : -90, + "format" : "{point.y:.0f}", + "enabled" : "true", + "align" : "right", + "y" : 10, + "color" : "#FFFFFF" + } } ], - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2022-07-29 17:57:40 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" } } -- cgit From 1a12e75e82c23f90cbdc3fda2c649f05e0d3ad06 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 29 Jul 2022 20:58:38 +0100 Subject: - Added solution by Steven Wilson. --- stats/pwc-language-breakdown-summary.json | 82 +++++++++++++++---------------- 1 file changed, 41 insertions(+), 41 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 9d6c5c78d0..30ecbae9c2 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,52 +1,18 @@ { - "series" : [ - { - "data" : [ - [ - "Blog", - 2742 - ], - [ - "Perl", - 8531 - ], - [ - "Raku", - 5078 - ] - ], - "name" : "Contributions", - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true", - "align" : "right", - "y" : 10, - "color" : "#FFFFFF" - } - } - ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, "subtitle" : { - "text" : "Last updated at 2022-07-29 17:57:40 GMT" + "text" : "Last updated at 2022-07-29 19:56:29 GMT" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "chart" : { + "type" : "column" }, "yAxis" : { "title" : { @@ -57,7 +23,41 @@ "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" + "series" : [ + { + "dataLabels" : { + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}", + "enabled" : "true", + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "name" : "Contributions", + "data" : [ + [ + "Blog", + 2742 + ], + [ + "Perl", + 8532 + ], + [ + "Raku", + 5078 + ] + ] + } + ], + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } -- cgit