From b356d5e48a115cbb5cd6cfa398cb637a9d63a30e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 13 Jan 2022 10:08:36 +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 9d23194794..96b464e2cd 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,28 +1,21 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, "chart" : { "type" : "column" }, "series" : [ { - "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "align" : "right", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10 + }, "data" : [ [ "Blog", @@ -30,34 +23,41 @@ ], [ "Perl", - 7072 + 7074 ], [ "Raku", 4261 ] ], - "dataLabels" : { - "color" : "#FFFFFF", - "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "enabled" : "true", - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + "name" : "Contributions" } ], + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "legend" : { + "enabled" : "false" + }, "subtitle" : { - "text" : "Last updated at 2022-01-12 14:16:56 GMT" + "text" : "Last updated at 2022-01-13 10:07:02 GMT" }, "yAxis" : { "min" : 0, "title" : { "text" : null } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } } -- cgit From cad7b96c6b48f4d7b0a8befb8538be2281de770e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 13 Jan 2022 10:20:20 +0000 Subject: - Added solutions by Flavio Poletti. --- 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 96b464e2cd..27ff36b6b4 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" + }, + "legend" : { + "enabled" : "false" + }, "chart" : { "type" : "column" }, "series" : [ { - "dataLabels" : { - "enabled" : "true", - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10 - }, "data" : [ [ "Blog", - 2180 + 2182 ], [ "Perl", - 7074 + 7076 ], [ "Raku", - 4261 + 4263 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "color" : "#FFFFFF" + } } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "subtitle" : { - "text" : "Last updated at 2022-01-13 10:07:02 GMT" + "text" : "Last updated at 2022-01-13 10:14:11 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } + }, + "min" : 0 } } -- cgit From d26eb6a65ba81336730af470fb240d491e6970a7 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 13 Jan 2022 10:42:27 +0000 Subject: - Added solutions by Matthew Neleigh. --- 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 27ff36b6b4..25c7a7150d 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,34 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2022-01-13 10:40:36 GMT" }, "chart" : { "type" : "column" }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "series" : [ { + "dataLabels" : { + "y" : 10, + "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "format" : "{point.y:.0f}" + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -23,41 +36,28 @@ ], [ "Perl", - 7076 + 7078 ], [ "Raku", 4263 ] - ], - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "color" : "#FFFFFF" - } + ] } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-13 10:14:11 GMT" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "yAxis" : { - "title" : { - "text" : null + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, - "min" : 0 + "type" : "category" + }, + "legend" : { + "enabled" : "false" } } -- cgit From c29113a8df14bf180f5d3cd4dd7d9b0d9bd5fc46 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 13 Jan 2022 11:17:13 +0000 Subject: - Added solution by Cheok-Yin Fung. --- 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 25c7a7150d..9f16d9aa27 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,42 +1,36 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-13 10:40:36 GMT" - }, - "chart" : { - "type" : "column" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, "series" : [ { + "name" : "Contributions", "dataLabels" : { - "y" : 10, - "rotation" : -90, "enabled" : "true", + "format" : "{point.y:.0f}", + "rotation" : -90, + "y" : 10, "color" : "#FFFFFF", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, "align" : "right", - "format" : "{point.y:.0f}" + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, - "name" : "Contributions", "data" : [ [ "Blog", - 2182 + 2183 ], [ "Perl", - 7078 + 7079 ], [ "Raku", @@ -45,19 +39,25 @@ ] } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-13 11:14:48 GMT" + }, + "chart" : { + "type" : "column" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" + } }, - "legend" : { - "enabled" : "false" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit From d17a75ecd7bd46d07c62f088394f854c355f917b Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 13 Jan 2022 16:20:42 +0000 Subject: - Added solutions by Laurent Rosenfeld. --- 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 9f16d9aa27..3a1341b1b7 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 - 2021]" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "format" : "{point.y:.0f}", - "rotation" : -90, - "y" : 10, - "color" : "#FFFFFF", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "data" : [ [ "Blog", - 2183 + 2184 ], [ "Perl", - 7079 + 7081 ], [ "Raku", - 4263 + 4265 ] - ] + ], + "dataLabels" : { + "y" : 10, + "align" : "right", + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF" + } } ], - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-13 11:14:48 GMT" - }, - "chart" : { - "type" : "column" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } + }, + "type" : "category" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-13 16:15:35 GMT" } } -- cgit From e64df87737fbe97dcdd31f7aea495f8f2008275d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 14 Jan 2022 14:25:20 +0000 Subject: - Added solutions by Simon Green. --- 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 3a1341b1b7..0a90b75d71 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-14 14:18:14 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 2184 + 2185 ], [ "Perl", - 7081 + 7083 ], [ "Raku", 4265 ] ], + "name" : "Contributions", "dataLabels" : { "y" : 10, - "align" : "right", - "format" : "{point.y:.0f}", - "rotation" : -90, "enabled" : "true", + "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "format" : "{point.y:.0f}", + "align" : "right", "color" : "#FFFFFF" } } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-13 16:15:35 GMT" } } -- cgit From d8700fe95aff1142981a5e9c9e64d83bf7486633 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 14 Jan 2022 15:07:43 +0000 Subject: - Added solution by Steven Wilson. --- 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 0a90b75d71..9cb23c87d9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,13 @@ { - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-14 14:18:14 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "Last updated at 2022-01-14 15:06:03 GMT" + }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -35,29 +15,49 @@ ], [ "Perl", - 7083 + 7084 ], [ "Raku", 4265 ] ], - "name" : "Contributions", "dataLabels" : { - "y" : 10, "enabled" : "true", - "rotation" : -90, + "y" : 10, + "align" : "right", + "color" : "#FFFFFF", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, "format" : "{point.y:.0f}", - "align" : "right", - "color" : "#FFFFFF" + "rotation" : -90 } } ], + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "legend" : { + "enabled" : "false" } } -- cgit From 4b50d541f447ddaf5fa0179026b2f6f0a2720166 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 14 Jan 2022 23:22:08 +0000 Subject: - Added solution by Steven Wilson. --- 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 9cb23c87d9..0f5fc4df27 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,13 +1,27 @@ { + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2022-01-14 15:06:03 GMT" - }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", @@ -15,49 +29,35 @@ ], [ "Perl", - 7084 + 7085 ], [ "Raku", 4265 ] ], + "name" : "Contributions", "dataLabels" : { - "enabled" : "true", - "y" : 10, - "align" : "right", + "format" : "{point.y:.0f}", "color" : "#FFFFFF", + "align" : "right", + "y" : 10, + "enabled" : "true", "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "format" : "{point.y:.0f}", "rotation" : -90 } } ], + "legend" : { + "enabled" : "false" + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2022-01-14 23:20:00 GMT" } } -- cgit From 94375653f12b37cff4553cbe12d24681c6eee55c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 16 Jan 2022 09:25:03 +0000 Subject: - Added solution by Ulrich Rieke. --- 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 0f5fc4df27..af83746069 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,43 @@ { + "chart" : { + "type" : "column" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "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 2022-01-16 09:22:42 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "series" : [ { + "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "align" : "right", + "rotation" : -90, + "enabled" : "true", + "color" : "#FFFFFF", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, "data" : [ [ "Blog", @@ -33,31 +49,15 @@ ], [ "Raku", - 4265 + 4266 ] - ], - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "align" : "right", - "y" : 10, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90 - } + ] } ], - "legend" : { - "enabled" : "false" - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "subtitle" : { - "text" : "Last updated at 2022-01-14 23:20:00 GMT" + "legend" : { + "enabled" : "false" } } -- cgit From 1e0b3b56bc8282121217341cb9ef8394f321c911 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 16 Jan 2022 10:20:19 +0000 Subject: - Added solutions by Mark Senn. --- 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 af83746069..125046a6b0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,47 +1,25 @@ { - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "subtitle" : { + "text" : "Last updated at 2022-01-16 10:18:34 GMT" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-16 09:22:42 GMT" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + } }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "align" : "right", - "rotation" : -90, - "enabled" : "true", - "color" : "#FFFFFF", - "y" : 10, - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, "data" : [ [ "Blog", - 2185 + 2187 ], [ "Perl", @@ -49,15 +27,37 @@ ], [ "Raku", - 4266 + 4268 ] - ] + ], + "dataLabels" : { + "format" : "{point.y:.0f}", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "y" : 10, + "align" : "right", + "enabled" : "true", + "color" : "#FFFFFF" + }, + "name" : "Contributions" } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "chart" : { + "type" : "column" }, "legend" : { "enabled" : "false" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } -- cgit From 0b560538a0fbfae49cb527088945bf4a267047bf Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 16 Jan 2022 10:46:22 +0000 Subject: - Added solutions by Alexander Pankoff. --- 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 125046a6b0..53f9efd7ed 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,21 +1,34 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-16 10:18:34 GMT" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -23,7 +36,7 @@ ], [ "Perl", - 7085 + 7088 ], [ "Raku", @@ -31,33 +44,20 @@ ] ], "dataLabels" : { + "enabled" : "true", + "y" : 10, "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, "rotation" : -90, - "y" : 10, "align" : "right", - "enabled" : "true", "color" : "#FFFFFF" - }, - "name" : "Contributions" + } } ], - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "subtitle" : { + "text" : "Last updated at 2022-01-16 10:28:08 GMT" } } -- cgit From 22a73ac7561258223ebfcb00f18d2c5ef85968ba Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 16 Jan 2022 16:46:03 +0000 Subject: - Added solution by Ulrich Rieke. --- 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 53f9efd7ed..f5309f1b3c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,30 @@ { "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "chart" : { - "type" : "column" + } }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "series" : [ { + "dataLabels" : { + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", + "align" : "right", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF" + }, "name" : "Contributions", "data" : [ [ @@ -36,28 +33,31 @@ ], [ "Perl", - 7088 + 7089 ], [ "Raku", 4268 ] - ], - "dataLabels" : { - "enabled" : "true", - "y" : 10, - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "align" : "right", - "color" : "#FFFFFF" - } + ] } ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "legend" : { + "enabled" : "false" + }, "subtitle" : { - "text" : "Last updated at 2022-01-16 10:28:08 GMT" + "text" : "Last updated at 2022-01-16 16:41:15 GMT" } } -- cgit From 5aa26a94e333dc9dbd08af10a1e91a24bedb1163 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 16 Jan 2022 16:57:10 +0000 Subject: - Added solutions by Athanasius. --- 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 f5309f1b3c..bb60dfd6da 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,7 @@ { + "legend" : { + "enabled" : "false" + }, "xAxis" : { "type" : "category", "labels" : { @@ -8,24 +11,14 @@ } } }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" }, "series" : [ { - "dataLabels" : { - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "align" : "right", - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF" - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -33,31 +26,38 @@ ], [ "Perl", - 7089 + 7091 ], [ "Raku", - 4268 + 4270 ] - ] + ], + "dataLabels" : { + "color" : "#FFFFFF", + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}", + "rotation" : -90, + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "name" : "Contributions" } ], + "subtitle" : { + "text" : "Last updated at 2022-01-16 16:52:54 GMT" + }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-16 16:41:15 GMT" + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } -- cgit From f7919e9c7f8a36506f3d6e5c025aa004cb6ae965 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 16 Jan 2022 17:03:00 +0000 Subject: - Added solution by Jan Krnavek. --- 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 bb60dfd6da..f0856dc241 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,28 @@ { - "legend" : { - "enabled" : "false" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" } - } + }, + "type" : "category" + }, + "legend" : { + "enabled" : "false" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "chart" : { - "type" : "column" - }, "series" : [ { "data" : [ @@ -30,34 +36,28 @@ ], [ "Raku", - 4270 + 4271 ] ], + "name" : "Contributions", "dataLabels" : { + "align" : "right", "color" : "#FFFFFF", - "y" : 10, - "enabled" : "true", - "format" : "{point.y:.0f}", "rotation" : -90, - "align" : "right", + "enabled" : "true", + "y" : 10, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } - }, - "name" : "Contributions" + }, + "format" : "{point.y:.0f}" + } } ], "subtitle" : { - "text" : "Last updated at 2022-01-16 16:52:54 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "text" : "Last updated at 2022-01-16 17:00:57 GMT" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "chart" : { + "type" : "column" } } -- cgit From f7832b2609a11f774422c28ab6f110651b7ede69 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 16 Jan 2022 19:24:41 +0000 Subject: - Added solutions by Adam Russell. --- 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 f0856dc241..bcb0f859cd 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,38 +1,23 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" + "subtitle" : { + "text" : "Last updated at 2022-01-16 19:22:25 GMT" }, "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "chart" : { + "type" : "column" }, "series" : [ { "data" : [ [ "Blog", - 2187 + 2189 ], [ "Perl", - 7091 + 7093 ], [ "Raku", @@ -41,23 +26,38 @@ ], "name" : "Contributions", "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", - "rotation" : -90, "enabled" : "true", + "rotation" : -90, "y" : 10, + "align" : "right", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "format" : "{point.y:.0f}" + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" } } ], - "subtitle" : { - "text" : "Last updated at 2022-01-16 17:00:57 GMT" + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" }, - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } -- cgit From 5e9a2f84ece931fe0402923bc06b1cfe2a0a9728 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 16 Jan 2022 21:19:41 +0000 Subject: - Added solutions by Arne Sommer. --- 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 bcb0f859cd..2c7a33fd71 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,43 @@ { - "subtitle" : { - "text" : "Last updated at 2022-01-16 19:22:25 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, "series" : [ { + "dataLabels" : { + "color" : "#FFFFFF", + "y" : 10, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true", + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}" + }, + "name" : "Contributions", "data" : [ [ "Blog", - 2189 + 2190 ], [ "Perl", - 7093 + 7095 ], [ "Raku", - 4271 + 4273 ] - ], - "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "rotation" : -90, - "y" : 10, - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" - } + ] } ], + "subtitle" : { + "text" : "Last updated at 2022-01-16 21:16:16 GMT" + }, "xAxis" : { "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } }, "type" : "category" @@ -51,13 +45,19 @@ "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" } } -- cgit From 34e530c4f7f54d769d52db04d2aa1535dc6c481e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 17 Jan 2022 00:00:41 +0000 Subject: - Added solutions by Bruce Gray. --- stats/pwc-language-breakdown-summary.json | 40 +++++++++++++++---------------- 1 file changed, 20 insertions(+), 20 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 2c7a33fd71..407ca85952 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -2,16 +2,16 @@ "series" : [ { "dataLabels" : { - "color" : "#FFFFFF", - "y" : 10, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "enabled" : "true", "rotation" : -90, - "align" : "right", - "format" : "{point.y:.0f}" + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true", + "y" : 10, + "align" : "right" }, "name" : "Contributions", "data" : [ @@ -21,17 +21,23 @@ ], [ "Perl", - 7095 + 7097 ], [ "Raku", - 4273 + 4275 ] ] } ], + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, "subtitle" : { - "text" : "Last updated at 2022-01-16 21:16:16 GMT" + "text" : "Last updated at 2022-01-16 23:58:54 GMT" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "labels" : { @@ -42,8 +48,8 @@ }, "type" : "category" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "legend" : { + "enabled" : "false" }, "yAxis" : { "min" : 0, @@ -51,13 +57,7 @@ "text" : null } }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit From 5da29e1d9fa562a75644ff3f26d4667eafacff1c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 17 Jan 2022 00:06:35 +0000 Subject: - Added solutions by Duncan C. White. --- 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 407ca85952..ec1ff45d98 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,19 +1,27 @@ { + "chart" : { + "type" : "column" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "series" : [ { - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "rotation" : -90, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "enabled" : "true", - "y" : 10, - "align" : "right" - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -21,43 +29,35 @@ ], [ "Perl", - 7097 + 7099 ], [ "Raku", 4275 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "color" : "#FFFFFF", + "enabled" : "true", + "y" : 10, + "rotation" : -90, + "align" : "right", + "format" : "{point.y:.0f}" + } } ], "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, - "subtitle" : { - "text" : "Last updated at 2022-01-16 23:58:54 GMT" - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-17 00:04:41 GMT" } } -- cgit From 7e0ae81350424b9ee9ec81c38aa4adffded0817e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 17 Jan 2022 00:26:08 +0000 Subject: - Added solutions by Marton Polgar. --- 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 ec1ff45d98..972b88ae71 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,30 @@ { - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2022-01-17 00:24:41 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "legend" : { "enabled" : "false" }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "series" : [ { + "dataLabels" : { + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "enabled" : "true" + }, "data" : [ [ "Blog", @@ -33,31 +36,28 @@ ], [ "Raku", - 4275 + 4277 ] ], - "name" : "Contributions", - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "enabled" : "true", - "y" : 10, - "rotation" : -90, - "align" : "right", - "format" : "{point.y:.0f}" - } + "name" : "Contributions" } ], - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "chart" : { + "type" : "column" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } }, - "subtitle" : { - "text" : "Last updated at 2022-01-17 00:04:41 GMT" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 } } -- cgit From c390d06e3758e4f9f78c161221d9b0f296bdb5b5 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 17 Jan 2022 00:43:21 +0000 Subject: - Added solutions by Colin Crain. --- 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 972b88ae71..6f2d9c18d1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,29 +1,29 @@ { - "subtitle" : { - "text" : "Last updated at 2022-01-17 00:24:41 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" + }, "series" : [ { "dataLabels" : { + "enabled" : "true", + "color" : "#FFFFFF", "y" : 10, "rotation" : -90, - "format" : "{point.y:.0f}", "align" : "right", - "color" : "#FFFFFF", + "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "enabled" : "true" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } }, "data" : [ [ @@ -32,7 +32,7 @@ ], [ "Perl", - 7099 + 7101 ], [ "Raku", @@ -42,22 +42,22 @@ "name" : "Contributions" } ], - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "yAxis" : { "title" : { "text" : null }, "min" : 0 + }, + "subtitle" : { + "text" : "Last updated at 2022-01-17 00:40:17 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" } } -- cgit From 6dd0f2cf7c7e4c3a43871ccad75ca9fbac58c129 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 17 Jan 2022 03:34:59 +0000 Subject: - Added solutions by Pete Houston. --- 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 6f2d9c18d1..f0d9affbdf 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,30 +1,6 @@ { - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, "series" : [ { - "dataLabels" : { - "enabled" : "true", - "color" : "#FFFFFF", - "y" : 10, - "rotation" : -90, - "align" : "right", - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, "data" : [ [ "Blog", @@ -32,25 +8,28 @@ ], [ "Perl", - 7101 + 7103 ], [ "Raku", 4277 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "align" : "right", + "color" : "#FFFFFF", + "y" : 10 + } } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "subtitle" : { - "text" : "Last updated at 2022-01-17 00:40:17 GMT" - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, @@ -59,5 +38,26 @@ }, "chart" : { "type" : "column" + }, + "subtitle" : { + "text" : "Last updated at 2022-01-17 03:31:04 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "type" : "category" } } -- cgit From 668b569fed8686d9ad3a6d919d4f530c9ca19898 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 17 Jan 2022 06:41:44 +0000 Subject: - Added blog by Bruce Gray. --- 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 f0d9affbdf..c5baaf8743 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,10 +1,25 @@ { + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "series" : [ { + "dataLabels" : { + "y" : 10, + "color" : "#FFFFFF", + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true" + }, "data" : [ [ "Blog", - 2190 + 2191 ], [ "Perl", @@ -15,42 +30,24 @@ 4277 ] ], - "name" : "Contributions", - "dataLabels" : { - "rotation" : -90, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}", - "align" : "right", - "color" : "#FFFFFF", - "y" : 10 - } + "name" : "Contributions" } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "legend" : { - "enabled" : "false" - }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "Last updated at 2022-01-17 03:31:04 GMT" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } + }, + "chart" : { + "type" : "column" }, "title" : { "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, + "subtitle" : { + "text" : "Last updated at 2022-01-17 06:40:05 GMT" + }, "xAxis" : { "labels" : { "style" : { @@ -59,5 +56,8 @@ } }, "type" : "category" + }, + "legend" : { + "enabled" : "false" } } -- cgit From ee9f8c8288170dc442f8199fc1d2f7e45ac4377c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 17 Jan 2022 07:12:51 +0000 Subject: - Added solutions by Jaldhar H. Vyas. --- 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 c5baaf8743..9fc3778cfa 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,38 +1,38 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "series" : [ { - "dataLabels" : { - "y" : 10, - "color" : "#FFFFFF", - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "format" : "{point.y:.0f}", - "rotation" : -90, - "enabled" : "true" - }, "data" : [ [ "Blog", - 2191 + 2192 ], [ "Perl", - 7103 + 7105 ], [ "Raku", - 4277 + 4279 ] ], - "name" : "Contributions" + "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "color" : "#FFFFFF", + "align" : "right", + "rotation" : -90, + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "format" : "{point.y:.0f}" + } } ], + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "yAxis" : { "min" : 0, "title" : { @@ -42,22 +42,22 @@ "chart" : { "type" : "column" }, - "title" : { - "text" : "The Weekly Challenge Contributions [2019 - 2021]" + "legend" : { + "enabled" : "false" }, "subtitle" : { - "text" : "Last updated at 2022-01-17 06:40:05 GMT" + "text" : "Last updated at 2022-01-17 07:11:01 GMT" + }, + "title" : { + "text" : "The Weekly Challenge Contributions [2019 - 2021]" }, "xAxis" : { + "type" : "category", "labels" : { "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" + } } } -- cgit