From 50f3f5b637e5f9f77e9061e2b94c12b4838abb36 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 14 Nov 2022 17:06:24 +0000 Subject: - Added solutions by Roger Bell_West. --- 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 844c0dc32f..50ea187747 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,6 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}", - "align" : "right", - "rotation" : -90, - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "data" : [ [ "Blog", @@ -24,40 +8,56 @@ ], [ "Perl", - 9311 + 9313 ], [ "Raku", - 5586 + 5588 ] - ] + ], + "dataLabels" : { + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "enabled" : "true", + "rotation" : -90, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" + }, + "name" : "Contributions" } ], + "legend" : { + "enabled" : "false" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-11-14 17:01:30 GMT" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "subtitle" : { - "text" : "Last updated at 2022-11-14 03:39:08 GMT" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" } } -- cgit From 4ed1e951feb839cc8490ccda828fbd16bdc08677 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 14 Nov 2022 17:24:15 +0000 Subject: - Added solutions by Feng Chang. --- stats/pwc-language-breakdown-summary.json | 78 +++++++++++++++---------------- 1 file changed, 39 insertions(+), 39 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 50ea187747..8fec671fbd 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,40 @@ { + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "series" : [ { + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", + "enabled" : "true", + "rotation" : -90 + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -12,52 +46,18 @@ ], [ "Raku", - 5588 + 5590 ] - ], - "dataLabels" : { - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "enabled" : "true", - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" - }, - "name" : "Contributions" + ] } ], - "legend" : { - "enabled" : "false" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "subtitle" : { - "text" : "Last updated at 2022-11-14 17:01:30 GMT" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "chart" : { - "type" : "column" + "text" : "Last updated at 2022-11-14 17:19:30 GMT" } } -- cgit From b40dfbe69c2e4fd90d76debdd27fab15fe73c691 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 14 Nov 2022 17:41:16 +0000 Subject: - Added solutions by Luca Ferrari. --- stats/pwc-language-breakdown-summary.json | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 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 8fec671fbd..c86a79c9d1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,24 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2022-11-14 17:37:46 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "chart" : { "type" : "column" @@ -22,23 +31,10 @@ }, "series" : [ { - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "format" : "{point.y:.0f}", - "align" : "right", - "color" : "#FFFFFF", - "enabled" : "true", - "rotation" : -90 - }, - "name" : "Contributions", "data" : [ [ "Blog", - 3014 + 3020 ], [ "Perl", @@ -46,18 +42,22 @@ ], [ "Raku", - 5590 + 5592 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "align" : "right", + "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF" + } } - ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2022-11-14 17:19:30 GMT" - } + ] } -- cgit From a19023e11386cb5c04c97a5170a2ba5bbc4f487c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 14 Nov 2022 18:00:20 +0000 Subject: - Added solutions by Tim Potapov. --- 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 c86a79c9d1..f4ace8452e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,34 +1,22 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2022-11-14 17:37:46 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "chart" : { - "type" : "column" + } }, "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "series" : [ { "data" : [ @@ -38,7 +26,7 @@ ], [ "Perl", - 9313 + 9315 ], [ "Raku", @@ -47,17 +35,29 @@ ], "name" : "Contributions", "dataLabels" : { - "enabled" : "true", - "align" : "right", - "rotation" : -90, - "y" : 10, "format" : "{point.y:.0f}", + "align" : "right", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF" + "enabled" : "true", + "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90 } } - ] + ], + "subtitle" : { + "text" : "Last updated at 2022-11-14 17:55:26 GMT" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + } } -- cgit From c810d9e63ce26c1258732459affd84daf6a7eede Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 14 Nov 2022 18:18:38 +0000 Subject: - Added solutions by Simon Proctor. --- 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 f4ace8452e..ae6edc1eac 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,15 @@ { + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "xAxis" : { "type" : "category", @@ -17,8 +23,23 @@ "legend" : { "enabled" : "false" }, + "subtitle" : { + "text" : "Last updated at 2022-11-14 18:14:34 GMT" + }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "y" : 10, + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "align" : "right", + "rotation" : -90 + }, "data" : [ [ "Blog", @@ -30,34 +51,13 @@ ], [ "Raku", - 5592 + 5594 ] ], - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true", - "y" : 10, - "color" : "#FFFFFF", - "rotation" : -90 - } + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2022-11-14 17:55:26 GMT" - }, "chart" : { "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" } } -- cgit From 5ce28b7b987d27fb84cca24c9f2ff4018d42d0bd Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 14 Nov 2022 18:47:51 +0000 Subject: - Added solutions by Humberto Massa. --- stats/pwc-language-breakdown-summary.json | 56 +++++++++++++++---------------- 1 file changed, 28 insertions(+), 28 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 ae6edc1eac..14685bc5a5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,15 @@ { + "legend" : { + "enabled" : "false" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "chart" : { + "type" : "column" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "subtitle" : { + "text" : "Last updated at 2022-11-14 18:39:36 GMT" }, "xAxis" : { "type" : "category", @@ -20,26 +20,14 @@ } } }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2022-11-14 18:14:34 GMT" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "series" : [ { - "dataLabels" : { - "enabled" : "true", - "y" : 10, - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "align" : "right", - "rotation" : -90 - }, "data" : [ [ "Blog", @@ -51,13 +39,25 @@ ], [ "Raku", - 5594 + 5596 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "y" : 10, + "align" : "right", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" + } } ], - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit From 97947abc2614a5bfd1e446bcff1ffb5ae8216b21 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 14 Nov 2022 19:11:52 +0000 Subject: - Added solutions by Niels van Dijke. --- stats/pwc-language-breakdown-summary.json | 52 +++++++++++++++---------------- 1 file changed, 26 insertions(+), 26 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 14685bc5a5..f65704a42a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,31 +1,28 @@ { - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2022-11-14 18:39:36 GMT" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { "data" : [ @@ -35,29 +32,32 @@ ], [ "Perl", - 9315 + 9317 ], [ "Raku", 5596 ] ], - "name" : "Contributions", "dataLabels" : { "enabled" : "true", - "y" : 10, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", "align" : "right", - "rotation" : -90, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" - } + "rotation" : -90, + "y" : 10 + }, + "name" : "Contributions" } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "subtitle" : { + "text" : "Last updated at 2022-11-14 19:01:37 GMT" + }, + "legend" : { + "enabled" : "false" } } -- cgit From bd2f6928838230547dc8de83d54a6a708f86461a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 14 Nov 2022 19:36:14 +0000 Subject: - Added solutions by Peter Campbell Smith. --- stats/pwc-language-breakdown-summary.json | 84 +++++++++++++++---------------- 1 file changed, 42 insertions(+), 42 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 f65704a42a..860d6bcb56 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "series" : [ { + "dataLabels" : { + "format" : "{point.y:.0f}", + "y" : 10, + "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true" + }, + "name" : "Contributions", "data" : [ [ "Blog", - 3020 + 3021 ], [ "Perl", - 9317 + 9319 ], [ "Raku", 5596 ] - ], - "dataLabels" : { - "enabled" : "true", - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "y" : 10 - }, - "name" : "Contributions" + ] } ], - "subtitle" : { - "text" : "Last updated at 2022-11-14 19:01:37 GMT" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "legend" : { "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2022-11-14 19:28:27 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "chart" : { + "type" : "column" } } -- cgit From 53324ed8af4d2e2211d4ce6cc51d1c0471d30c3a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 14 Nov 2022 20:13:23 +0000 Subject: - Added solutions by Ulrich Rieke. --- stats/pwc-language-breakdown-summary.json | 66 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 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 860d6bcb56..22cda37672 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,9 @@ { + "subtitle" : { + "text" : "Last updated at 2022-11-14 20:06:34 GMT" + }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "y" : 10, - "rotation" : -90, - "align" : "right", - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true" - }, "name" : "Contributions", "data" : [ [ @@ -21,23 +12,29 @@ ], [ "Perl", - 9319 + 9321 ], [ "Raku", - 5596 + 5598 ] - ] - } - ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + ], + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "y" : 10, + "enabled" : "true" } } + ], + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" @@ -45,19 +42,22 @@ "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2022-11-14 19:28:27 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "type" : "category" }, "chart" : { "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } -- cgit From c0a77fed469750f4d61fc8217dba94dea7f608e2 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 14 Nov 2022 20:46:12 +0000 Subject: - Added solutions by Robert DiCicco. --- stats/pwc-language-breakdown-summary.json | 80 +++++++++++++++---------------- 1 file changed, 40 insertions(+), 40 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 22cda37672..42a0d73075 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,42 @@ { - "subtitle" : { - "text" : "Last updated at 2022-11-14 20:06:34 GMT" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { + "dataLabels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true" + }, "name" : "Contributions", "data" : [ [ @@ -12,52 +45,19 @@ ], [ "Perl", - 9321 + 9322 ], [ "Raku", - 5598 + 5599 ] - ], - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "align" : "right", - "rotation" : -90, - "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true" - } + ] } ], "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "subtitle" : { + "text" : "Last updated at 2022-11-14 20:41:58 GMT" } } -- cgit From c0fd35656b1707cb785e5da2e4c067dcdd6f2aa1 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 15 Nov 2022 08:28:53 +0000 Subject: - Added solutions by W. Luis Mochan. --- 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 42a0d73075..710eceae5f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "subtitle" : { + "text" : "Last updated at 2022-11-15 08:17:53 GMT" + }, + "legend" : { + "enabled" : "false" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null }, - "min" : 0 - }, - "chart" : { - "type" : "column" + "type" : "category" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, + "chart" : { + "type" : "column" + }, "series" : [ { - "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true" - }, - "name" : "Contributions", "data" : [ [ "Blog", - 3021 + 3022 ], [ "Perl", - 9322 + 9324 ], [ "Raku", 5599 ] - ] + ], + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "align" : "right", + "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, + "format" : "{point.y:.0f}" + }, + "name" : "Contributions" } - ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "subtitle" : { - "text" : "Last updated at 2022-11-14 20:41:58 GMT" - } + ] } -- cgit From dc5f9b00fe9de4b70fccc96b088b5629e90233d1 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 15 Nov 2022 19:26:53 +0000 Subject: - Added solutions by Laurent Rosenfeld. --- 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 710eceae5f..45de0ac0bc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2022-11-15 08:17:53 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" - }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", - 3022 + 3023 ], [ "Perl", - 9324 + 9326 ], [ "Raku", - 5599 + 5601 ] ], "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "align" : "right", "y" : 10, + "format" : "{point.y:.0f}", + "enabled" : "true", "color" : "#FFFFFF", "rotation" : -90, - "format" : "{point.y:.0f}" - }, - "name" : "Contributions" + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + } + ], + "subtitle" : { + "text" : "Last updated at 2022-11-15 19:18:32 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } } - ] + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + } } -- cgit From 6020d161eb7a9d29842eeedce47765e48612ab16 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 16 Nov 2022 17:11:47 +0000 Subject: - Added solutions by Mark Anderson. --- 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 45de0ac0bc..4a2cb80110 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,7 +1,27 @@ { + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "subtitle" : { + "text" : "Last updated at 2022-11-16 16:51:40 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -13,51 +33,31 @@ ], [ "Raku", - 5601 + 5603 ] ], + "name" : "Contributions", "dataLabels" : { "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true", "color" : "#FFFFFF", + "format" : "{point.y:.0f}", "rotation" : -90, - "align" : "right", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "align" : "right" } } ], - "subtitle" : { - "text" : "Last updated at 2022-11-15 19:18:32 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "chart" : { + "type" : "column" } } -- cgit From b5e40df31c953c3c811d5ba462ff9b8bdf93be93 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 16 Nov 2022 21:22:26 +0000 Subject: - Added solutions to the task "Twice Largest" of week 191. --- 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 4a2cb80110..f0dc14fcda 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,34 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "subtitle" : { - "text" : "Last updated at 2022-11-16 16:51:40 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "series" : [ { + "dataLabels" : { + "y" : 10, + "align" : "right", + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "enabled" : "true", + "format" : "{point.y:.0f}" + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -29,35 +36,28 @@ ], [ "Perl", - 9326 + 9327 ], [ "Raku", - 5603 + 5604 ] - ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "align" : "right" - } + ] } ], + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-11-16 21:18:35 GMT" } } -- cgit From 0df63088f99a782b77e5661449ec508ab5940035 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 17 Nov 2022 07:48:37 +0000 Subject: - Added solutions by Robbie Hatley. --- stats/pwc-language-breakdown-summary.json | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 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 f0dc14fcda..3da42a33dc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,34 +1,24 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" }, "legend" : { "enabled" : "false" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "series" : [ { - "dataLabels" : { - "y" : 10, - "align" : "right", - "rotation" : -90, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "enabled" : "true", - "format" : "{point.y:.0f}" - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -36,28 +26,38 @@ ], [ "Perl", - 9327 + 9329 ], [ "Raku", 5604 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "color" : "#FFFFFF", + "y" : 10, + "enabled" : "true", + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}" + } } ], - "chart" : { - "type" : "column" - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "chart" : { + "type" : "column" }, "subtitle" : { - "text" : "Last updated at 2022-11-16 21:18:35 GMT" + "text" : "Last updated at 2022-11-17 07:44:02 GMT" } } -- cgit From 7d8085df97a03efb53f7f661cb00c4940c97f5a4 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 17 Nov 2022 17:18:51 +0000 Subject: - Added solutions by James Smith. --- stats/pwc-language-breakdown-summary.json | 54 +++++++++++++++---------------- 1 file changed, 27 insertions(+), 27 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 3da42a33dc..5609b98f31 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,32 +1,14 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { "data" : [ [ "Blog", - 3023 + 3024 ], [ "Perl", - 9329 + 9331 ], [ "Raku", @@ -35,29 +17,47 @@ ], "name" : "Contributions", "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true", - "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "y" : 10, + "rotation" : -90, + "color" : "#FFFFFF", + "enabled" : "true", + "align" : "right", "format" : "{point.y:.0f}" } } ], + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, + "subtitle" : { + "text" : "Last updated at 2022-11-17 17:12:26 GMT" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, + "legend" : { + "enabled" : "false" + }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2022-11-17 07:44:02 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } -- cgit From e98bdc7fef8f588ed2466b8e23760060a33ee8e6 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 18 Nov 2022 08:00:36 +0000 Subject: - Added solutions by Flavio Poletti. --- stats/pwc-language-breakdown-summary.json | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 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 5609b98f31..8ceb99af84 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2022-11-18 07:54:09 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "series" : [ { "data" : [ [ "Blog", - 3024 + 3026 ], [ "Perl", - 9331 + 9333 ], [ "Raku", - 5604 + 5606 ] ], - "name" : "Contributions", "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, + "format" : "{point.y:.0f}", "y" : 10, "rotation" : -90, - "color" : "#FFFFFF", "enabled" : "true", "align" : "right", - "format" : "{point.y:.0f}" - } + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "name" : "Contributions" } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "subtitle" : { - "text" : "Last updated at 2022-11-17 17:12:26 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "legend" : { "enabled" : "false" }, "chart" : { "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } } } -- cgit From 7f698a9773c3e2a0f383a005babc6ef830794877 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 19 Nov 2022 09:26:39 +0000 Subject: - Added solutions by Stephen G. Lynn. --- 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 8ceb99af84..ee0aed5743 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,15 +1,12 @@ { "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2022-11-18 07:54:09 GMT" + } }, "yAxis" : { "min" : 0, @@ -17,47 +14,50 @@ "text" : null } }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2022-11-19 09:21:24 GMT" + }, "series" : [ { "data" : [ [ "Blog", - 3026 + 3027 ], [ "Perl", - 9333 + 9335 ], [ "Raku", - 5606 + 5608 ] ], + "name" : "Contributions", "dataLabels" : { + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, "format" : "{point.y:.0f}", + "color" : "#FFFFFF", "y" : 10, "rotation" : -90, - "enabled" : "true", - "align" : "right", - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions" + "align" : "right" + } } ], "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, "chart" : { "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit From c2e845031df38bb57aeaffa7d7362e9456e9b941 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 19 Nov 2022 09:45:13 +0000 Subject: - Added solutions by Jorg Sommrey. --- 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 ee0aed5743..72f4838c52 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,6 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "legend" : { - "enabled" : "false" - }, "subtitle" : { - "text" : "Last updated at 2022-11-19 09:21:24 GMT" + "text" : "Last updated at 2022-11-19 09:38:23 GMT" }, "series" : [ { @@ -29,7 +11,7 @@ ], [ "Perl", - 9335 + 9337 ], [ "Raku", @@ -38,26 +20,44 @@ ], "name" : "Contributions", "dataLabels" : { - "enabled" : "true", + "color" : "#FFFFFF", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", "y" : 10, "rotation" : -90, - "align" : "right" + "align" : "right", + "enabled" : "true", + "format" : "{point.y:.0f}" } } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, "chart" : { "type" : "column" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } } } -- cgit From 8a84f7097d41e46b04a969c5740b9d197e6e9a09 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 19 Nov 2022 10:06:25 +0000 Subject: - Added solutions by E. Choroba. --- stats/pwc-language-breakdown-summary.json | 66 +++++++++++++++---------------- 1 file changed, 33 insertions(+), 33 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 72f4838c52..dbcb1182f7 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,34 @@ { "subtitle" : { - "text" : "Last updated at 2022-11-19 09:38:23 GMT" + "text" : "Last updated at 2022-11-19 10:00:34 GMT" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "color" : "#FFFFFF", + "enabled" : "true", + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "format" : "{point.y:.0f}" + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -11,30 +36,17 @@ ], [ "Perl", - 9337 + 9339 ], [ "Raku", 5608 ] - ], - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "rotation" : -90, - "align" : "right", - "enabled" : "true", - "format" : "{point.y:.0f}" - } + ] } ], - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "yAxis" : { "min" : 0, @@ -42,22 +54,10 @@ "text" : null } }, + "chart" : { + "type" : "column" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } } } -- cgit From 1e1f2f3f3e08eba010e55eccb5678e215dfce7e9 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 19 Nov 2022 10:35:08 +0000 Subject: - Added solutions by Marton Polgar. --- stats/pwc-language-breakdown-summary.json | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 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 dbcb1182f7..c8801be023 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,34 +1,9 @@ { - "subtitle" : { - "text" : "Last updated at 2022-11-19 10:00:34 GMT" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, "legend" : { "enabled" : "false" }, "series" : [ { - "dataLabels" : { - "rotation" : -90, - "color" : "#FFFFFF", - "enabled" : "true", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "format" : "{point.y:.0f}" - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -40,13 +15,35 @@ ], [ "Raku", - 5608 + 5610 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "rotation" : -90, + "align" : "right", + "y" : 10 + } } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, "yAxis" : { "min" : 0, @@ -57,7 +54,10 @@ "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" + "subtitle" : { + "text" : "Last updated at 2022-11-19 10:27:32 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit From bde0adaf7b8dfe99c4e494c932d8702eb8cf9a56 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 19 Nov 2022 11:05:57 +0000 Subject: - Added more solutions by Robert DiCicco. --- stats/pwc-language-breakdown-summary.json | 74 +++++++++++++++---------------- 1 file changed, 37 insertions(+), 37 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 c8801be023..0f33e30174 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,43 @@ { + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2022]" + }, + "subtitle" : { + "text" : "Last updated at 2022-11-19 11:00:55 GMT" + }, "legend" : { "enabled" : "false" }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "format" : "{point.y:.0f}", + "enabled" : "true", + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right" + }, "data" : [ [ "Blog", @@ -11,53 +45,19 @@ ], [ "Perl", - 9339 + 9340 ], [ "Raku", - 5610 + 5611 ] - ], - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}", - "rotation" : -90, - "align" : "right", - "y" : 10 - } + ] } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2022]" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "yAxis" : { "min" : 0, "title" : { "text" : null } - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2022-11-19 10:27:32 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" } } -- cgit