From 0a16db1e62578ae54f7e350b76f0dca1d82c5075 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 27 Aug 2020 01:22:42 +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 eb6b73cd3d..812b0840fb 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,52 @@ { + "series" : [ + { + "name" : "Contributions", + "data" : [ + [ + "Blog", + 921 + ], + [ + "Perl", + 3106 + ], + [ + "Raku", + 2029 + ] + ], + "dataLabels" : { + "align" : "right", + "y" : 10, + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true" + } + } + ], + "subtitle" : { + "text" : "Last updated at 2020-08-27 00:22:24 GMT" + }, + "chart" : { + "type" : "column" + }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "legend" : { - "enabled" : "false" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2020-08-25 13:09:43 GMT" + } }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "legend" : { + "enabled" : "false" }, "xAxis" : { "labels" : { @@ -26,38 +57,7 @@ }, "type" : "category" }, - "chart" : { - "type" : "column" - }, - "series" : [ - { - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "enabled" : "true" - }, - "data" : [ - [ - "Blog", - 919 - ], - [ - "Perl", - 3106 - ], - [ - "Raku", - 2029 - ] - ] - } - ] + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + } } -- cgit From c7cd0c401f1ebef9b09e1a4e64cfc5b0b2adaf2c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 27 Aug 2020 01:29:13 +0100 Subject: - Tidied up contributions by James Smith. --- 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 812b0840fb..77771b55de 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,37 +1,40 @@ { + "subtitle" : { + "text" : "Last updated at 2020-08-27 00:27:52 GMT" + }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 921 + 919 ], [ "Perl", - 3106 + 3108 ], [ "Raku", 2029 ] ], + "name" : "Contributions", "dataLabels" : { + "rotation" : -90, "align" : "right", - "y" : 10, - "color" : "#FFFFFF", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true" + "enabled" : "true", + "color" : "#FFFFFF", + "y" : 10, + "format" : "{point.y:.0f}" } } ], - "subtitle" : { - "text" : "Last updated at 2020-08-27 00:22:24 GMT" + "legend" : { + "enabled" : "false" }, "chart" : { "type" : "column" @@ -39,25 +42,22 @@ "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } - }, - "legend" : { - "enabled" : "false" + }, + "min" : 0 }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + } } } -- cgit From e5f308c39d3c43bb7fb9642a22d79d6368ae0afb Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 27 Aug 2020 01:59:33 +0100 Subject: - Added solutions by Alex Mauney. --- 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 77771b55de..45b7b272a8 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,33 @@ { + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" + }, "subtitle" : { - "text" : "Last updated at 2020-08-27 00:27:52 GMT" + "text" : "Last updated at 2020-08-27 00:59:23 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "series" : [ { @@ -11,7 +38,7 @@ ], [ "Perl", - 3108 + 3110 ], [ "Raku", @@ -23,41 +50,14 @@ "rotation" : -90, "align" : "right", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", - "color" : "#FFFFFF", "y" : 10, - "format" : "{point.y:.0f}" - } - } - ], - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF" } } - } + ] } -- cgit From 097ec2bd0c29bf05e55dbb5b4e1850275e966e2c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 27 Aug 2020 03:53:26 +0100 Subject: - Added solutions by Walt Mankowski. --- 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 45b7b272a8..eb2fa0a4fe 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,44 +1,17 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2020-08-27 00:59:23 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { "data" : [ [ "Blog", - 919 + 920 ], [ "Perl", - 3110 + 3112 ], [ "Raku", @@ -47,17 +20,44 @@ ], "name" : "Contributions", "dataLabels" : { - "rotation" : -90, - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, "y" : 10, + "rotation" : -90, "format" : "{point.y:.0f}", + "align" : "right", "enabled" : "true", - "color" : "#FFFFFF" + "color" : "#FFFFFF", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } } - ] + ], + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2020-08-27 02:53:06 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "legend" : { + "enabled" : "false" + } } -- cgit From a40e56ee8cc971591ea40b2b15e5ca42322fb09f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 27 Aug 2020 11:09:01 +0100 Subject: - Added blog by Roger Bell_West. --- 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 eb2fa0a4fe..fba908f69c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,40 @@ { + "subtitle" : { + "text" : "Last updated at 2020-08-27 10:08:47 GMT" + }, + "legend" : { + "enabled" : "false" + }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "series" : [ { "data" : [ [ "Blog", - 920 + 921 ], [ "Perl", @@ -18,46 +45,19 @@ 2029 ] ], - "name" : "Contributions", "dataLabels" : { - "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", "align" : "right", - "enabled" : "true", "color" : "#FFFFFF", + "rotation" : -90, + "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } - } - } - ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "subtitle" : { - "text" : "Last updated at 2020-08-27 02:53:06 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null + }, + "y" : 10, + "format" : "{point.y:.0f}" + }, + "name" : "Contributions" } - }, - "legend" : { - "enabled" : "false" - } + ] } -- cgit From 1bf91c5eecf4224548cbb604c92d6cbf616616ba Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 27 Aug 2020 14:50:26 +0100 Subject: - Added solutions by Myoungjin Jeon. --- 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 fba908f69c..7b26586461 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,21 @@ { - "subtitle" : { - "text" : "Last updated at 2020-08-27 10:08:47 GMT" - }, "legend" : { "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null }, - "min" : 0 + "type" : "category" }, "series" : [ { @@ -38,26 +26,38 @@ ], [ "Perl", - 3112 + 3114 ], [ "Raku", - 2029 + 2031 ] ], + "name" : "Contributions", "dataLabels" : { - "align" : "right", + "y" : 10, "color" : "#FFFFFF", "rotation" : -90, - "enabled" : "true", + "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "y" : 10, - "format" : "{point.y:.0f}" - }, - "name" : "Contributions" + "enabled" : "true", + "align" : "right" + } } - ] + ], + "subtitle" : { + "text" : "Last updated at 2020-08-27 13:50:05 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + } } -- cgit From a33ba82d4bf61cc6e6f028c5bac893de78c161a6 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 27 Aug 2020 15:25:59 +0100 Subject: - Added solutions by Jorg Sommrey. --- 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 7b26586461..d80a72832a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,24 +1,22 @@ { - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "align" : "right", + "y" : 10, + "rotation" : -90, + "enabled" : "true", + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", @@ -26,38 +24,40 @@ ], [ "Perl", - 3114 + 3116 ], [ "Raku", 2031 ] - ], - "name" : "Contributions", - "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "rotation" : -90, - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "align" : "right" - } + ] } ], + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "subtitle" : { - "text" : "Last updated at 2020-08-27 13:50:05 GMT" + "text" : "Last updated at 2020-08-27 14:25:46 GMT" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "legend" : { + "enabled" : "false" }, "chart" : { "type" : "column" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" } } -- cgit From 6aaf1afdfc9e871ac4766644adfd48ee5008d07b Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 27 Aug 2020 18:29:04 +0100 Subject: - Added solutions by Alexander Pankoff. --- stats/pwc-language-breakdown-summary.json | 38 +++++++++++++++---------------- 1 file changed, 19 insertions(+), 19 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 d80a72832a..89d84d42c5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,21 +2,27 @@ "tooltip" : { "pointFormat" : "{point.y:.0f}" }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2020-08-27 17:28:33 GMT" + }, "series" : [ { - "name" : "Contributions", "dataLabels" : { + "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "color" : "#FFFFFF", - "align" : "right", "y" : 10, - "rotation" : -90, "enabled" : "true", - "format" : "{point.y:.0f}" + "rotation" : -90, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -24,7 +30,7 @@ ], [ "Perl", - 3116 + 3118 ], [ "Raku", @@ -34,30 +40,24 @@ } ], "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } - }, - "subtitle" : { - "text" : "Last updated at 2020-08-27 14:25:46 GMT" - }, - "yAxis" : { - "title" : { - "text" : null }, - "min" : 0 + "type" : "category" }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } -- cgit From 0ea82e2833f6b6643df0e51dba7ff791e289eb0d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 27 Aug 2020 20:05:37 +0100 Subject: - Added solution by Lubos Kolouch. --- stats/pwc-language-breakdown-summary.json | 42 +++++++++++++++---------------- 1 file changed, 21 insertions(+), 21 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 89d84d42c5..b5d23455c0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,28 +1,30 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "subtitle" : { - "text" : "Last updated at 2020-08-27 17:28:33 GMT" + "text" : "Last updated at 2020-08-27 19:05:12 GMT" }, "series" : [ { "dataLabels" : { "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, "y" : 10, "enabled" : "true", - "rotation" : -90, "format" : "{point.y:.0f}", - "color" : "#FFFFFF" + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90 }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -30,13 +32,14 @@ ], [ "Perl", - 3118 + 3119 ], [ "Raku", 2031 ] - ] + ], + "name" : "Contributions" } ], "xAxis" : { @@ -51,13 +54,10 @@ "legend" : { "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "chart" : { + "type" : "column" } } -- cgit From b76fa99f57bc7ec03b5895d4bfad914bd252515f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Aug 2020 01:24:00 +0100 Subject: - Added solutions by Nuno Vieira. --- 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 b5d23455c0..acb67d40d1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,30 +1,19 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2020-08-27 19:05:12 GMT" - }, "series" : [ { "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", "align" : "right", - "y" : 10, "enabled" : "true", - "format" : "{point.y:.0f}", + "rotation" : -90, "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90 + "y" : 10 }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -32,32 +21,43 @@ ], [ "Perl", - 3119 + 3121 ], [ "Raku", 2031 ] - ], - "name" : "Contributions" + ] } ], "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "legend" : { "enabled" : "false" }, + "chart" : { + "type" : "column" + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2020-08-28 00:23:24 GMT" } } -- cgit From f6c0f8334aaad54301affe1570b3ea1f80f5bbbe Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Aug 2020 05:43:20 +0100 Subject: - Added solutions by E. Choroba. --- 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 acb67d40d1..7e4fe63469 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,28 @@ { + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "chart" : { + "type" : "column" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2020-08-28 04:43:02 GMT" + }, "series" : [ { "dataLabels" : { @@ -6,12 +30,12 @@ "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "format" : "{point.y:.0f}", - "align" : "right", + "y" : 10, "enabled" : "true", - "rotation" : -90, "color" : "#FFFFFF", - "y" : 10 + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90 }, "name" : "Contributions", "data" : [ @@ -21,7 +45,7 @@ ], [ "Perl", - 3121 + 3123 ], [ "Raku", @@ -30,34 +54,10 @@ ] } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2020-08-28 00:23:24 GMT" } } -- cgit From 93137297413657c0c18a3b18e375b74982b6ea3e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Aug 2020 05:45:22 +0100 Subject: - Added solutions by Jason Messer. --- 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 7e4fe63469..1cac3d0f5e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,40 +2,28 @@ "legend" : { "enabled" : "false" }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "subtitle" : { - "text" : "Last updated at 2020-08-28 04:43:02 GMT" - }, "series" : [ { "dataLabels" : { + "color" : "#FFFFFF", + "y" : 10, + "enabled" : "true", + "align" : "right", + "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "y" : 10, - "enabled" : "true", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "align" : "right", - "rotation" : -90 + "format" : "{point.y:.0f}" }, "name" : "Contributions", "data" : [ @@ -49,15 +37,27 @@ ], [ "Raku", - 2031 + 2033 ] ] } ], + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2020-08-28 04:45:10 GMT" + }, + "chart" : { + "type" : "column" + }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" } } -- cgit From dbbbbd75e2981c58b711d2e10d0aba9c7c9e9ff9 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Aug 2020 05:49:41 +0100 Subject: - Added solutions by Dave Jacoby. --- 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 1cac3d0f5e..36033c36d9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,8 +2,8 @@ "legend" : { "enabled" : "false" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "yAxis" : { "min" : 0, @@ -11,21 +11,39 @@ "text" : null } }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2020-08-28 04:49:21 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "color" : "#FFFFFF", - "y" : 10, + "format" : "{point.y:.0f}", "enabled" : "true", - "align" : "right", "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF", + "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - }, - "format" : "{point.y:.0f}" + } }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -33,7 +51,7 @@ ], [ "Perl", - 3123 + 3125 ], [ "Raku", @@ -41,23 +59,5 @@ ] ] } - ], - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2020-08-28 04:45:10 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - } + ] } -- cgit From 8af7f38eab75da89d982ec77f31566b568a32b70 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Aug 2020 12:19:26 +0100 Subject: - Added video for "Coins Sum" task of "The Weekly Challenge - 075". --- 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 36033c36d9..df783ca6b0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,8 +2,8 @@ "legend" : { "enabled" : "false" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + "subtitle" : { + "text" : "Last updated at 2020-08-28 11:18:16 GMT" }, "yAxis" : { "min" : 0, @@ -11,43 +11,21 @@ "text" : null } }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2020-08-28 04:49:21 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, - "align" : "right", - "color" : "#FFFFFF", - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "data" : [ [ "Blog", - 921 + 922 ], [ "Perl", @@ -57,7 +35,29 @@ "Raku", 2033 ] - ] + ], + "dataLabels" : { + "enabled" : "true", + "y" : 10, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" + }, + "name" : "Contributions" } - ] + ], + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + } } -- cgit From 15ac63c0f3554fc95fbeb05fa7504a205ab76142 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Aug 2020 12:25:51 +0100 Subject: - Added solutions by Pete Houston. --- 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 df783ca6b0..0c7eb66d7f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,26 +2,20 @@ "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2020-08-28 11:18:16 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "series" : [ { + "dataLabels" : { + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "enabled" : "true", + "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF" + }, "data" : [ [ "Blog", @@ -29,35 +23,41 @@ ], [ "Perl", - 3125 + 3127 ], [ "Raku", 2033 ] ], - "dataLabels" : { - "enabled" : "true", - "y" : 10, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right", - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" - }, "name" : "Contributions" } ], + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "chart" : { "type" : "column" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "subtitle" : { + "text" : "Last updated at 2020-08-28 11:25:02 GMT" } } -- cgit From 4e01dc493388e093a1b638b3001eb17fa86a16e0 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Aug 2020 13:16:54 +0100 Subject: - Added solutions by Lubos Kolouch. --- stats/pwc-language-breakdown-summary.json | 60 +++++++++++++++---------------- 1 file changed, 30 insertions(+), 30 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 0c7eb66d7f..c9d6386558 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,7 @@ { - "legend" : { - "enabled" : "false" - }, "series" : [ { - "dataLabels" : { - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, - "align" : "right", - "color" : "#FFFFFF" - }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -23,41 +9,55 @@ ], [ "Perl", - 3127 + 3128 ], [ "Raku", 2033 ] ], - "name" : "Contributions" + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF" + } } ], + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2020-08-28 12:16:41 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "subtitle" : { - "text" : "Last updated at 2020-08-28 11:25:02 GMT" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit From 8c21cbde5ace7619765ac6e7240cfd6edfc0ae48 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Aug 2020 17:04:32 +0100 Subject: - Added solutions by Javier Luque. --- 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 c9d6386558..055dd8c173 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,53 +1,56 @@ { + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "legend" : { + "enabled" : "false" + }, "series" : [ { "name" : "Contributions", "data" : [ [ "Blog", - 922 + 923 ], [ "Perl", - 3128 + 3130 ], [ "Raku", - 2033 + 2035 ] ], "dataLabels" : { - "enabled" : "true", + "color" : "#FFFFFF", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "y" : 10, - "rotation" : -90, - "format" : "{point.y:.0f}", "align" : "right", - "color" : "#FFFFFF" + "format" : "{point.y:.0f}", + "enabled" : "true", + "y" : 10, + "rotation" : -90 } } ], - "legend" : { - "enabled" : "false" - }, "subtitle" : { - "text" : "Last updated at 2020-08-28 12:16:41 GMT" + "text" : "Last updated at 2020-08-28 16:04:01 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "yAxis" : { "min" : 0, "title" : { @@ -56,8 +59,5 @@ }, "chart" : { "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" } } -- cgit From 899b38b2312b8d8e15700a065627da69ff300896 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Aug 2020 17:24:04 +0100 Subject: - Added Challenge 074 by Yet Ebreo. --- 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 055dd8c173..52dc1d5217 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,40 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } - }, - "legend" : { - "enabled" : "false" + }, + "type" : "category" }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "rotation" : -90, + "enabled" : "true", + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "y" : 10 + }, "data" : [ [ "Blog", @@ -24,40 +42,22 @@ ], [ "Perl", - 3130 + 3132 ], [ "Raku", 2035 ] - ], - "dataLabels" : { - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "align" : "right", - "format" : "{point.y:.0f}", - "enabled" : "true", - "y" : 10, - "rotation" : -90 - } + ] } ], - "subtitle" : { - "text" : "Last updated at 2020-08-28 16:04:01 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "chart" : { "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2020-08-28 16:23:18 GMT" } } -- cgit From 72133161c8d8f746d8fd8055de27649d454b81b8 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Aug 2020 18:54:01 +0100 Subject: - Added solutions by Laurent Rosenfeld. --- 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 52dc1d5217..d72877a224 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "legend" : { "enabled" : "false" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" + } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { "name" : "Contributions", - "dataLabels" : { - "align" : "right", - "rotation" : -90, - "enabled" : "true", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "y" : 10 - }, "data" : [ [ "Blog", - 923 + 924 ], [ "Perl", - 3132 + 3134 ], [ "Raku", - 2035 + 2037 ] - ] + ], + "dataLabels" : { + "align" : "right", + "rotation" : -90, + "y" : 10, + "color" : "#FFFFFF", + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}" + } } ], - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2020-08-28 17:53:26 GMT" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "subtitle" : { - "text" : "Last updated at 2020-08-28 16:23:18 GMT" + "chart" : { + "type" : "column" } } -- cgit From d2a07299ee402d9d585de3dcf9248c31f0599e07 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 28 Aug 2020 20:54:57 +0100 Subject: - Added solutions by Noud Aldenhoven. --- 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 d72877a224..6cef6f880c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,28 +1,19 @@ { - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true" + }, "data" : [ [ "Blog", @@ -34,30 +25,39 @@ ], [ "Raku", - 2037 + 2039 ] - ], - "dataLabels" : { - "align" : "right", - "rotation" : -90, - "y" : 10, - "color" : "#FFFFFF", - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}" - } + ] } ], - "subtitle" : { - "text" : "Last updated at 2020-08-28 17:53:26 GMT" + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "subtitle" : { + "text" : "Last updated at 2020-08-28 19:54:33 GMT" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } } } -- cgit From 2870e7e09dd07daa0184f395d31f487624cd83d0 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 29 Aug 2020 00:38:11 +0100 Subject: - Added blog by Colin Crain. --- stats/pwc-language-breakdown-summary.json | 76 +++++++++++++++---------------- 1 file changed, 38 insertions(+), 38 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 6cef6f880c..3d4c85205f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,23 +1,52 @@ { + "subtitle" : { + "text" : "Last updated at 2020-08-28 23:37:53 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "series" : [ { - "name" : "Contributions", "dataLabels" : { "align" : "right", + "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, - "y" : 10, "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "rotation" : -90, + "format" : "{point.y:.0f}", "enabled" : "true" }, "data" : [ [ "Blog", - 924 + 925 ], [ "Perl", @@ -27,37 +56,8 @@ "Raku", 2039 ] - ] - } - ], - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2020-08-28 19:54:33 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } + ], + "name" : "Contributions" } - } + ] } -- cgit From d250671790faeba1a933cadf11c90b70a5251633 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 29 Aug 2020 03:31:17 +0100 Subject: - Added solutions by Cheok-Yin Fung. --- 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 3d4c85205f..990411899d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { - "subtitle" : { - "text" : "Last updated at 2020-08-28 23:37:53 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "series" : [ { "dataLabels" : { + "format" : "{point.y:.0f}", "align" : "right", "y" : 10, + "enabled" : "true", + "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "color" : "#FFFFFF", - "rotation" : -90, - "format" : "{point.y:.0f}", - "enabled" : "true" + "color" : "#FFFFFF" }, + "name" : "Contributions", "data" : [ [ "Blog", - 925 + 926 ], [ "Perl", - 3134 + 3136 ], [ "Raku", 2039 ] - ], - "name" : "Contributions" + ] } - ] + ], + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2020-08-29 02:23:44 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "legend" : { + "enabled" : "false" + } } -- cgit From f0ea5b1d086fede9ee7aa4e909c41e8e5b91a887 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 29 Aug 2020 08:09:20 +0100 Subject: - Added video blog for "Largest Rectangle Histogram". --- 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 990411899d..f75b885a56 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,23 +1,41 @@ { + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "chart" : { + "type" : "column" + }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "align" : "right", - "y" : 10, "enabled" : "true", + "format" : "{point.y:.0f}", "rotation" : -90, + "color" : "#FFFFFF", + "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - }, - "color" : "#FFFFFF" + } }, - "name" : "Contributions", "data" : [ [ "Blog", - 926 + 927 ], [ "Perl", @@ -30,34 +48,16 @@ ] } ], - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" + "legend" : { + "enabled" : "false" }, "subtitle" : { - "text" : "Last updated at 2020-08-29 02:23:44 GMT" + "text" : "Last updated at 2020-08-29 07:09:02 GMT" }, "yAxis" : { "min" : 0, "title" : { "text" : null } - }, - "legend" : { - "enabled" : "false" } } -- cgit From 35892b360dc2c7234d95ffc77597293e6862d540 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 29 Aug 2020 11:32:43 +0100 Subject: - Added solutions by Shahed Nooshmand. --- 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 f75b885a56..8c9b5aed39 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,41 +1,44 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "chart" : { - "type" : "column" - }, "series" : [ { - "name" : "Contributions", "dataLabels" : { - "align" : "right", - "enabled" : "true", - "format" : "{point.y:.0f}", - "rotation" : -90, - "color" : "#FFFFFF", "y" : 10, + "format" : "{point.y:.0f}", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - } + }, + "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right", + "enabled" : "true" }, + "name" : "Contributions", "data" : [ [ "Blog", - 927 + 928 ], [ "Perl", @@ -43,21 +46,18 @@ ], [ "Raku", - 2039 + 2041 ] ] } ], - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "subtitle" : { - "text" : "Last updated at 2020-08-29 07:09:02 GMT" + "text" : "Last updated at 2020-08-29 10:32:23 GMT" }, - "yA