From c21a68248f28cfb1a9fc9b5022e3524e9c47b359 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 16 Aug 2021 21:15:43 +0100 Subject: - Added solution by Scimon Proctor. --- 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 9eee64213f..f91d99674a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,26 +1,45 @@ { + "subtitle" : { + "text" : "Last updated at 2021-08-16 20:14:56 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "series" : [ { + "name" : "Contributions", "dataLabels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, "y" : 10, - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "rotation" : -90, - "enabled" : "true" + "color" : "#FFFFFF", + "align" : "right", + "enabled" : "true", + "format" : "{point.y:.0f}" }, "data" : [ [ @@ -33,31 +52,12 @@ ], [ "Raku", - 3725 + 3726 ] - ], - "name" : "Contributions" + ] } ], - "subtitle" : { - "text" : "Last updated at 2021-08-16 12:03:03 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "legend" : { "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } -- cgit From 677c305bdac2ad38c911574a2fa9a2035c998a0a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 16 Aug 2021 21:25:52 +0100 Subject: - Added solutions by Luca Ferrari. --- 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 f91d99674a..2855405c5e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,50 +1,32 @@ { - "subtitle" : { - "text" : "Last updated at 2021-08-16 20:14:56 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "series" : [ { - "name" : "Contributions", "dataLabels" : { + "align" : "right", + "color" : "#FFFFFF", + "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "y" : 10, + "format" : "{point.y:.0f}", "rotation" : -90, - "color" : "#FFFFFF", - "align" : "right", - "enabled" : "true", - "format" : "{point.y:.0f}" + "enabled" : "true" }, + "name" : "Contributions", "data" : [ [ "Blog", - 1801 + 1803 ], [ "Perl", @@ -52,12 +34,30 @@ ], [ "Raku", - 3726 + 3728 ] ] } ], + "subtitle" : { + "text" : "Last updated at 2021-08-16 20:25:41 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, "legend" : { "enabled" : "false" + }, + "chart" : { + "type" : "column" } } -- cgit From 152e91f0d19965985b6e0ccb67f31894df5720ab Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 16 Aug 2021 21:28:43 +0100 Subject: - Added solutions by James Smith. --- stats/pwc-language-breakdown-summary.json | 88 +++++++++++++++---------------- 1 file changed, 44 insertions(+), 44 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 2855405c5e..e755a520e4 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2021-08-16 20:28:22 GMT" }, "series" : [ { - "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true" - }, - "name" : "Contributions", "data" : [ [ "Blog", - 1803 + 1804 ], [ "Perl", - 5985 + 5987 ], [ "Raku", 3728 ] - ] + ], + "dataLabels" : { + "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "enabled" : "true" + }, + "name" : "Contributions" } ], - "subtitle" : { - "text" : "Last updated at 2021-08-16 20:25:41 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } } -- cgit From 3804fc3baa833051bf89dc1ef62ad25a7e9d0343 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 16 Aug 2021 21:34:41 +0100 Subject: - Added solutions by Mark Anderson. --- 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 e755a520e4..5763d6abcd 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,24 @@ { - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, - "legend" : { - "enabled" : "false" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2021-08-16 20:28:22 GMT" + "legend" : { + "enabled" : "false" }, "series" : [ { @@ -33,31 +33,31 @@ ], [ "Raku", - 3728 + 3730 ] ], "dataLabels" : { - "rotation" : -90, - "align" : "right", - "color" : "#FFFFFF", + "enabled" : "true", + "format" : "{point.y:.0f}", "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "enabled" : "true" + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF" }, "name" : "Contributions" } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2021-08-16 20:34:13 GMT" } } -- cgit From e61dc2c95e6bc0337e0f8e468603ecf6f652d10f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 16 Aug 2021 21:42:25 +0100 Subject: - Added solution by Steven Wilson. --- 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 5763d6abcd..8b3c3c3155 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,25 +1,25 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "legend" : { "enabled" : "false" }, + "subtitle" : { + "text" : "Last updated at 2021-08-16 20:42:01 GMT" + }, + "chart" : { + "type" : "column" + }, "series" : [ { "data" : [ @@ -29,7 +29,7 @@ ], [ "Perl", - 5987 + 5988 ], [ "Raku", @@ -37,27 +37,27 @@ ] ], "dataLabels" : { - "enabled" : "true", - "format" : "{point.y:.0f}", - "y" : 10, + "rotation" : -90, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "align" : "right", - "rotation" : -90, - "color" : "#FFFFFF" + "enabled" : "true", + "y" : 10, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "align" : "right" }, "name" : "Contributions" } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2021-08-16 20:34:13 GMT" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } } -- cgit From 534f974d6c9655a0c1c9240848789d81cc3bc424 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 16 Aug 2021 21:50:48 +0100 Subject: - Added solution by Cristina Heredia. --- stats/pwc-language-breakdown-summary.json | 44 +++++++++++++++---------------- 1 file changed, 22 insertions(+), 22 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 8b3c3c3155..d63d8e062d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,26 +2,18 @@ "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "legend" : { + "enabled" : "false" }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2021-08-16 20:42:01 GMT" - }, - "chart" : { - "type" : "column" + } }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -29,7 +21,7 @@ ], [ "Perl", - 5988 + 5989 ], [ "Raku", @@ -37,27 +29,35 @@ ] ], "dataLabels" : { - "rotation" : -90, + "enabled" : "true", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", - "y" : 10, + "rotation" : -90, "color" : "#FFFFFF", + "align" : "right", "format" : "{point.y:.0f}", - "align" : "right" - }, - "name" : "Contributions" + "y" : 10 + } } ], + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } + }, + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2021-08-16 20:50:16 GMT" } } -- cgit From f28711753f7e20b790b944761ff0eff0c5c166e3 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 16 Aug 2021 22:17:46 +0100 Subject: - Added solution by Andrew Shitov. --- 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 d63d8e062d..4266ef3ba6 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,36 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, "legend" : { "enabled" : "false" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "series" : [ { - "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "rotation" : -90, + "y" : 10, + "enabled" : "true" + }, "data" : [ [ "Blog", @@ -25,39 +42,22 @@ ], [ "Raku", - 3730 + 3731 ] ], - "dataLabels" : { - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "color" : "#FFFFFF", - "align" : "right", - "format" : "{point.y:.0f}", - "y" : 10 - } + "name" : "Contributions" } ], "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, "chart" : { "type" : "column" }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "subtitle" : { - "text" : "Last updated at 2021-08-16 20:50:16 GMT" + "text" : "Last updated at 2021-08-16 21:17:32 GMT" } } -- cgit From 4e123257312e805745d0d1647a64346881de5cda Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 16 Aug 2021 22:20:33 +0100 Subject: - Added solutions by Roger Bell_West. --- 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 4266ef3ba6..1390b56fcc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,36 +1,6 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { - "dataLabels" : { - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "rotation" : -90, - "y" : 10, - "enabled" : "true" - }, "data" : [ [ "Blog", @@ -38,26 +8,56 @@ ], [ "Perl", - 5989 + 5991 ], [ "Raku", - 3731 + 3733 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", + "enabled" : "true" + } } ], + "subtitle" : { + "text" : "Last updated at 2021-08-16 21:19:48 GMT" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "chart" : { - "type" : "column" + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "subtitle" : { - "text" : "Last updated at 2021-08-16 21:17:32 GMT" + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" } } -- cgit From 06f998178025a01e4e5d1dff82b233ce49c53b69 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 16 Aug 2021 22:40:37 +0100 Subject: - Added solutions by Simon Green. --- 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 1390b56fcc..40a6faae9c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,14 +1,23 @@ { + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "series" : [ { "data" : [ [ "Blog", - 1804 + 1805 ], [ "Perl", - 5991 + 5993 ], [ "Raku", @@ -17,24 +26,21 @@ ], "name" : "Contributions", "dataLabels" : { - "rotation" : -90, - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", "align" : "right", + "format" : "{point.y:.0f}", + "y" : 10, "color" : "#FFFFFF", - "enabled" : "true" + "rotation" : -90, + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } } ], "subtitle" : { - "text" : "Last updated at 2021-08-16 21:19:48 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "text" : "Last updated at 2021-08-16 21:40:25 GMT" }, "xAxis" : { "labels" : { @@ -45,19 +51,13 @@ }, "type" : "category" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } -- cgit From 5acfb9f5cd9b2f59e09c3dd69e3e2b9d2806cca6 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 16 Aug 2021 22:47:12 +0100 Subject: - Added solution by Olivier Delouya. --- stats/pwc-language-breakdown-summary.json | 46 +++++++++++++++---------------- 1 file changed, 23 insertions(+), 23 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 40a6faae9c..f4faa08b34 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,14 +2,15 @@ "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2021-08-16 21:46:49 GMT" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -17,39 +18,32 @@ ], [ "Perl", - 5993 + 5994 ], [ "Raku", 3733 ] ], - "name" : "Contributions", "dataLabels" : { - "align" : "right", "format" : "{point.y:.0f}", - "y" : 10, - "color" : "#FFFFFF", - "rotation" : -90, "enabled" : "true", + "rotation" : -90, + "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } + }, + "color" : "#FFFFFF", + "y" : 10 } } ], - "subtitle" : { - "text" : "Last updated at 2021-08-16 21:40:25 GMT" + "chart" : { + "type" : "column" }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "yAxis" : { "min" : 0, @@ -57,7 +51,13 @@ "text" : null } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } } -- cgit From 0186b33e4bdd1a813adfb3a07e125887a5a0ccc5 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 17 Aug 2021 00:25:36 +0100 Subject: - Added solutions by Stuart Little. --- 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 f4faa08b34..08c192ee47 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,28 @@ { - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, - "subtitle" : { - "text" : "Last updated at 2021-08-16 21:46:49 GMT" + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "series" : [ { "name" : "Contributions", @@ -18,46 +33,31 @@ ], [ "Perl", - 5994 + 5996 ], [ "Raku", - 3733 + 3735 ] ], "dataLabels" : { - "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, + "rotation" : -90, "color" : "#FFFFFF", - "y" : 10 + "y" : 10, + "format" : "{point.y:.0f}", + "enabled" : "true" } } ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "legend" : { + "enabled" : "false" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "subtitle" : { + "text" : "Last updated at 2021-08-16 23:25:19 GMT" } } -- cgit From ae6deed0b25018ab443b3e9c15cdc91713c9be34 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 17 Aug 2021 12:33:06 +0100 Subject: - Added solutions by Paul Fajman. --- 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 08c192ee47..5cfe30a915 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,31 +1,12 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2021-08-17 11:32:05 GMT" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "legend" : { + "enabled" : "false" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -33,7 +14,7 @@ ], [ "Perl", - 5996 + 5998 ], [ "Raku", @@ -41,23 +22,42 @@ ] ], "dataLabels" : { - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, + "format" : "{point.y:.0f}", "rotation" : -90, - "color" : "#FFFFFF", + "align" : "right", "y" : 10, - "format" : "{point.y:.0f}", - "enabled" : "true" - } + "color" : "#FFFFFF", + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2021-08-16 23:25:19 GMT" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit From f990c2a7619418d0ce6fbddeaf7a49ea928ef0d7 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 17 Aug 2021 17:05:21 +0100 Subject: - Added solutions by Scimon 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 5cfe30a915..3cf7ca1226 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,18 @@ { - "subtitle" : { - "text" : "Last updated at 2021-08-17 11:32:05 GMT" - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { + "dataLabels" : { + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true", + "align" : "right" + }, "data" : [ [ "Blog", @@ -18,30 +24,18 @@ ], [ "Raku", - 3735 + 3736 ] ], - "dataLabels" : { - "format" : "{point.y:.0f}", - "rotation" : -90, - "align" : "right", - "y" : 10, - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, "name" : "Contributions" } ], - "chart" : { - "type" : "column" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "subtitle" : { + "text" : "Last updated at 2021-08-17 16:05:05 GMT" + }, "xAxis" : { "labels" : { "style" : { @@ -51,13 +45,19 @@ }, "type" : "category" }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" } } -- cgit