From 3a1e6cf53bd1d9baf4ef67cb561055ec7bf14e50 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 26 Jan 2021 14:59:43 +0000 Subject: - Added solutions by E. Choroba. --- 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 3a802b438e..95dcfd316e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,34 @@ { - "subtitle" : { - "text" : "Last updated at 2021-01-25 20:03:39 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "chart" : { + "type" : "column" }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "subtitle" : { + "text" : "Last updated at 2021-01-26 14:59:18 GMT" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "enabled" : "true", + "y" : 10, + "color" : "#FFFFFF", + "rotation" : -90, + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, "data" : [ [ "Blog", @@ -23,41 +36,28 @@ ], [ "Perl", - 4476 + 4478 ], [ "Raku", 2918 ] - ], - "dataLabels" : { - "enabled" : "true", - "align" : "right", - "rotation" : -90, - "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "y" : 10 - }, - "name" : "Contributions" + ] } ], + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } } -- cgit From a147551e995a894a5e2e8b342cd3b5dcc3204190 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 26 Jan 2021 15:03:15 +0000 Subject: - Added solutions by Gustavo Chaves. --- 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 95dcfd316e..1833c4f212 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,28 +1,37 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { - "min" : 0, "title" : { "text" : null + }, + "min" : 0 + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } } }, - "subtitle" : { - "text" : "Last updated at 2021-01-26 14:59:18 GMT" + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" }, "series" : [ { "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", "enabled" : "true", - "y" : 10, - "color" : "#FFFFFF", "rotation" : -90, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "y" : 10, "align" : "right", "style" : { "fontFamily" : "Verdana, sans-serif", @@ -36,7 +45,7 @@ ], [ "Perl", - 4478 + 4480 ], [ "Raku", @@ -45,19 +54,10 @@ ] } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "legend" : { "enabled" : "false" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "subtitle" : { + "text" : "Last updated at 2021-01-26 15:02:19 GMT" } } -- cgit From 259b824c9a582890c5be186d1988e4383a85eb67 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 26 Jan 2021 15:11:01 +0000 Subject: - Added solutions by Paulo Custodio. --- stats/pwc-language-breakdown-summary.json | 64 +++++++++++++++---------------- 1 file changed, 32 insertions(+), 32 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 1833c4f212..a87f8bfc50 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,10 +1,4 @@ { - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "xAxis" : { "type" : "category", "labels" : { @@ -14,30 +8,8 @@ } } }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "y" : 10, - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "data" : [ [ "Blog", @@ -45,19 +17,47 @@ ], [ "Perl", - 4480 + 4482 ], [ "Raku", 2918 ] - ] + ], + "dataLabels" : { + "rotation" : -90, + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "color" : "#FFFFFF" + }, + "name" : "Contributions" } ], + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2021-01-26 15:10:09 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2021-01-26 15:02:19 GMT" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } -- cgit From 68b6fdf9ab7e8e972816db52ebecc220b7c2c8df Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 26 Jan 2021 16:18:27 +0000 Subject: - Added Perl solutions to week 2 by Abigail. --- 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 a87f8bfc50..a59a0d2752 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,4 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "series" : [ { "data" : [ @@ -17,47 +8,56 @@ ], [ "Perl", - 4482 + 4484 ], [ "Raku", 2918 ] ], + "name" : "Contributions", "dataLabels" : { - "rotation" : -90, - "y" : 10, - "align" : "right", + "enabled" : "true", "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "enabled" : "true", - "color" : "#FFFFFF" - }, - "name" : "Contributions" + "align" : "right", + "y" : 10 + } } ], + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, "chart" : { "type" : "column" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, + "legend" : { + "enabled" : "false" + }, "subtitle" : { - "text" : "Last updated at 2021-01-26 15:10:09 GMT" + "text" : "Last updated at 2021-01-26 16:17:30 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } } } -- cgit From c34bb5d7bd7fce08e8311a0f527ce7fbd69e4dae Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 26 Jan 2021 17:36:17 +0000 Subject: - Added solutions by Ulrich Rieke. --- 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 a59a0d2752..a5a16d04ae 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,13 @@ { + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, "series" : [ { "data" : [ @@ -8,39 +17,33 @@ ], [ "Perl", - 4484 + 4486 ], [ "Raku", - 2918 + 2920 ] ], "name" : "Contributions", "dataLabels" : { - "enabled" : "true", - "format" : "{point.y:.0f}", "color" : "#FFFFFF", - "rotation" : -90, + "y" : 10, + "format" : "{point.y:.0f}", "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" }, + "rotation" : -90, "align" : "right", - "y" : 10 + "enabled" : "true" } } ], - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" }, "yAxis" : { "min" : 0, @@ -48,16 +51,13 @@ "text" : null } }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2021-01-26 16:17:30 GMT" + "chart" : { + "type" : "column" }, "title" : { "text" : "Perl Weekly Challenge Contributions [2019 - 2020]" + }, + "subtitle" : { + "text" : "Last updated at 2021-01-26 17:35:54 GMT" } } -- cgit