From 9cc5dbad2e5fb5f0a15a951a955b89ea72e40bea Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 11 Jun 2019 11:06:37 +0100 Subject: - Added solutions by Kevin Colyer. --- 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 7b45109344..efcc371c57 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,33 +1,6 @@ { - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "subtitle" : { - "text" : "Last updated at 2019-06-10 12:32:50 GMT" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" - }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "text" : "Last updated at 2019-06-11 10:06:14 GMT" }, "series" : [ { @@ -42,22 +15,49 @@ ], [ "Perl 6", - 262 + 264 ] ], + "name" : "Contributions", "dataLabels" : { - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, "y" : 10, + "rotation" : -90, + "enabled" : "true", "align" : "right", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true" - }, - "name" : "Contributions" + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" + } + } + ], + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "legend" : { + "enabled" : "false" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } } - ] + }, + "chart" : { + "type" : "column" + } } -- cgit From f6cd8a572758d90ea9e55b23f66a723821ac6b22 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 11 Jun 2019 11:09:29 +0100 Subject: - Updated chart for Yozen Hernandez. --- 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 efcc371c57..fb23f15ff1 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,17 +1,20 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "subtitle" : { - "text" : "Last updated at 2019-06-11 10:06:14 GMT" + "text" : "Last updated at 2019-06-11 10:08:19 GMT" }, "series" : [ { "data" : [ [ "Blog", - 97 + 98 ], [ "Perl 5", - 447 + 449 ], [ "Perl 6", @@ -20,44 +23,41 @@ ], "name" : "Contributions", "dataLabels" : { + "align" : "right", + "color" : "#FFFFFF", "y" : 10, "rotation" : -90, "enabled" : "true", - "align" : "right", + "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" + } } } ], + "legend" : { + "enabled" : "false" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 }, - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - } - }, - "chart" : { - "type" : "column" + }, + "type" : "category" } } -- cgit From 54fb6e0769d7779d52fe9fab841492a74e11492f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 11 Jun 2019 11:13:57 +0100 Subject: - Added solutions by Gustavo Chaves. --- 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 fb23f15ff1..185b80d7de 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,12 +1,25 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "subtitle" : { - "text" : "Last updated at 2019-06-11 10:08:19 GMT" + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "series" : [ { + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right", + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10 + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -14,50 +27,37 @@ ], [ "Perl 5", - 449 + 451 ], [ "Perl 6", 264 ] - ], - "name" : "Contributions", - "dataLabels" : { - "align" : "right", - "color" : "#FFFFFF", - "y" : 10, - "rotation" : -90, - "enabled" : "true", - "format" : "{point.y:.0f}", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + ] } ], + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "legend" : { "enabled" : "false" }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "subtitle" : { + "text" : "Last updated at 2019-06-11 10:13:40 GMT" }, "chart" : { "type" : "column" }, "tooltip" : { "pointFormat" : "{point.y:.0f}" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "type" : "category" } } -- cgit From 77fe3066c3a92633c3065bf44cc94ae2ce40b7ab Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 11 Jun 2019 11:19:48 +0100 Subject: - Added solutions by Joelle Maslak. --- 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 185b80d7de..70989eb6dd 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,23 +1,47 @@ { + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-11 10:19:25 GMT" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { "title" : { "text" : null }, "min" : 0 }, + "legend" : { + "enabled" : "false" + }, "series" : [ { "dataLabels" : { - "enabled" : "true", + "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, - "align" : "right", - "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true", "color" : "#FFFFFF", - "rotation" : -90, - "y" : 10 + "align" : "right", + "format" : "{point.y:.0f}" }, "name" : "Contributions", "data" : [ @@ -27,37 +51,13 @@ ], [ "Perl 5", - 451 + 452 ], [ "Perl 6", - 264 + 265 ] ] } - ], - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, - "subtitle" : { - "text" : "Last updated at 2019-06-11 10:13:40 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - } + ] } -- cgit From 63f57cd0479718c61e8f7e999d026b49c9600655 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 11 Jun 2019 11:22:51 +0100 Subject: - Added solutions by Aaron Sherman. --- stats/pwc-language-breakdown-summary.json | 62 +++++++++++++++---------------- 1 file changed, 31 insertions(+), 31 deletions(-) (limited to 'stats/pwc-language-breakdown-summary.json') diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 70989eb6dd..26a0e0f07a 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,49 +1,27 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } } }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "subtitle" : { - "text" : "Last updated at 2019-06-11 10:19:25 GMT" - }, - "chart" : { - "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { "dataLabels" : { - "rotation" : -90, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" }, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", "y" : 10, "enabled" : "true", - "color" : "#FFFFFF", - "align" : "right", - "format" : "{point.y:.0f}" + "rotation" : -90, + "align" : "right" }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -55,9 +33,31 @@ ], [ "Perl 6", - 265 + 267 ] - ] + ], + "name" : "Contributions" } - ] + ], + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-11 10:22:33 GMT" + }, + "legend" : { + "enabled" : "false" + } } -- cgit From 0b4da9082b01c4a7273c1a4c95d21d35f48c87b1 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 11 Jun 2019 11:28:31 +0100 Subject: - Added solutions by Rakesh Kumar Shardiwal. --- 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 26a0e0f07a..4f939c6844 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,27 +1,7 @@ { - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } - }, "series" : [ { - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true", - "rotation" : -90, - "align" : "right" - }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -29,35 +9,55 @@ ], [ "Perl 5", - 452 + 454 ], [ "Perl 6", 267 ] ], - "name" : "Contributions" + "dataLabels" : { + "format" : "{point.y:.0f}", + "enabled" : "true", + "align" : "right", + "rotation" : -90, + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "color" : "#FFFFFF" + } } ], - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, - "chart" : { - "type" : "column" - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, "subtitle" : { - "text" : "Last updated at 2019-06-11 10:22:33 GMT" + "text" : "Last updated at 2019-06-11 10:27:51 GMT" }, "legend" : { "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } } } -- cgit From 776c8d8977078a23d418c1065035ec4d0a00f94d Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 12 Jun 2019 11:23:03 +0100 Subject: - Added solutions by Arne Sommer. --- 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 4f939c6844..3911d28584 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,11 +1,44 @@ { + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-12 10:22:38 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "legend" : { + "enabled" : "false" + }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "enabled" : "true", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "y" : 10, + "rotation" : -90, + "align" : "right", + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" + }, "data" : [ [ "Blog", - 98 + 99 ], [ "Perl 5", @@ -13,51 +46,18 @@ ], [ "Perl 6", - 267 + 269 ] - ], - "dataLabels" : { - "format" : "{point.y:.0f}", - "enabled" : "true", - "align" : "right", - "rotation" : -90, - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "color" : "#FFFFFF" - } + ] } ], - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "subtitle" : { - "text" : "Last updated at 2019-06-11 10:27:51 GMT" - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "chart" : { "type" : "column" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } } } -- cgit From 5dcfe623ac277f0f09e02089046f62d393ec88d2 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 12 Jun 2019 15:50:47 +0100 Subject: - Added solutions by Steven Wilson. --- stats/pwc-language-breakdown-summary.json | 80 +++++++++++++++---------------- 1 file changed, 40 insertions(+), 40 deletions(-) (limited to 'stats/pwc-language-breakdown-summary.json') diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index 3911d28584..a1b34fbca0 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,40 +1,6 @@ { - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2019-06-12 10:22:38 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "legend" : { - "enabled" : "false" - }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "enabled" : "true", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "y" : 10, - "rotation" : -90, - "align" : "right", - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" - }, "data" : [ [ "Blog", @@ -42,22 +8,56 @@ ], [ "Perl 5", - 454 + 456 ], [ "Perl 6", 269 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "rotation" : -90, + "color" : "#FFFFFF", + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "format" : "{point.y:.0f}", + "y" : 10, + "enabled" : "true" + } } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "chart" : { + "type" : "column" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-12 14:49:34 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + } } } -- cgit From 9282cc4030299235bfb5669ce39c85f3ed3ddf2c Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 12 Jun 2019 16:09:10 +0100 Subject: - Added solution by Dave Jacoby. --- stats/pwc-language-breakdown-summary.json | 84 +++++++++++++++---------------- 1 file changed, 42 insertions(+), 42 deletions(-) (limited to 'stats/pwc-language-breakdown-summary.json') diff --git a/stats/pwc-language-breakdown-summary.json b/stats/pwc-language-breakdown-summary.json index a1b34fbca0..7c35ee0330 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,6 +1,46 @@ { + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-12 15:08:45 GMT" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "series" : [ { + "dataLabels" : { + "align" : "right", + "rotation" : -90, + "color" : "#FFFFFF", + "enabled" : "true", + "y" : 10, + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -8,56 +48,16 @@ ], [ "Perl 5", - 456 + 457 ], [ "Perl 6", 269 ] - ], - "name" : "Contributions", - "dataLabels" : { - "rotation" : -90, - "color" : "#FFFFFF", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "format" : "{point.y:.0f}", - "y" : 10, - "enabled" : "true" - } + ] } ], "chart" : { "type" : "column" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2019-06-12 14:49:34 GMT" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } } } -- cgit From 51e797615ebe76694e05676ec3e44df8aaf27c89 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 12 Jun 2019 18:01:39 +0100 Subject: - Added solution by Dave Jacoby. --- 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 7c35ee0330..22abd11450 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,9 @@ { - "legend" : { - "enabled" : "false" + "chart" : { + "type" : "column" }, - "subtitle" : { - "text" : "Last updated at 2019-06-12 15:08:45 GMT" + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "yAxis" : { "title" : { @@ -11,36 +11,23 @@ }, "min" : 0 }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "xAxis" : { + "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } - }, - "type" : "category" + } }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-12 17:01:22 GMT" }, "series" : [ { - "dataLabels" : { - "align" : "right", - "rotation" : -90, - "color" : "#FFFFFF", - "enabled" : "true", - "y" : 10, - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - }, - "name" : "Contributions", "data" : [ [ "Blog", @@ -48,16 +35,29 @@ ], [ "Perl 5", - 457 + 458 ], [ "Perl 6", 269 ] - ] + ], + "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "align" : "right", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "y" : 10, + "enabled" : "true", + "rotation" : -90 + } } ], - "chart" : { - "type" : "column" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit From b91191dc4a02106d43b6e398c9964edec0f5e618 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 12 Jun 2019 18:05:30 +0100 Subject: - Added solutions by Alicia Bielsa. --- 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 22abd11450..b41ee75dea 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,16 +1,4 @@ { - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, "xAxis" : { "type" : "category", "labels" : { @@ -20,14 +8,21 @@ } } }, - "legend" : { - "enabled" : "false" - }, - "subtitle" : { - "text" : "Last updated at 2019-06-12 17:01:22 GMT" - }, "series" : [ { + "dataLabels" : { + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "rotation" : -90, + "y" : 10, + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", + "enabled" : "true" + }, + "name" : "Contributions", "data" : [ [ "Blog", @@ -35,29 +30,34 @@ ], [ "Perl 5", - 458 + 460 ], [ "Perl 6", 269 ] - ], - "name" : "Contributions", - "dataLabels" : { - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "align" : "right", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "y" : 10, - "enabled" : "true", - "rotation" : -90 - } + ] } ], "tooltip" : { "pointFormat" : "{point.y:.0f}" + }, + "legend" : { + "enabled" : "false" + }, + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, + "subtitle" : { + "text" : "Last updated at 2019-06-12 17:05:12 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" } } -- cgit From 577a9eca20e108eaf205e24cb97641397683dd86 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Wed, 12 Jun 2019 18:12:44 +0100 Subject: - Added blog 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 b41ee75dea..ecb52f139b 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,4 +1,10 @@ { + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "xAxis" : { "type" : "category", "labels" : { @@ -8,25 +14,19 @@ } } }, + "subtitle" : { + "text" : "Last updated at 2019-06-12 17:12:39 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "series" : [ { - "dataLabels" : { - "align" : "right", - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, - "rotation" : -90, - "y" : 10, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", - "enabled" : "true" - }, "name" : "Contributions", "data" : [ [ "Blog", - 99 + 101 ], [ "Perl 5", @@ -36,28 +36,28 @@ "Perl 6", 269 ] - ] + ], + "dataLabels" : { + "rotation" : -90, + "align" : "right", + "y" : 10, + "format" : "{point.y:.0f}", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "enabled" : "true", + "color" : "#FFFFFF" + } } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "legend" : { "enabled" : "false" }, "chart" : { "type" : "column" }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, - "subtitle" : { - "text" : "Last updated at 2019-06-12 17:05:12 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit From 6128733579a3f033d182e5dae3eb7187c9ead2b0 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 13 Jun 2019 11:22:47 +0100 Subject: - Added solutions by Andrezgz. --- 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 ecb52f139b..a24bec6494 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" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-13 10:22:13 GMT" + }, + "chart" : { + "type" : "column" + }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } } }, - "subtitle" : { - "text" : "Last updated at 2019-06-12 17:12:39 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "format" : "{point.y:.0f}", + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10, + "enabled" : "true", + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + }, + "align" : "right" + }, "data" : [ [ "Blog", @@ -30,34 +39,25 @@ ], [ "Perl 5", - 460 + 462 ], [ "Perl 6", 269 ] - ], - "dataLabels" : { - "rotation" : -90, - "align" : "right", - "y" : 10, - "format" : "{point.y:.0f}", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "enabled" : "true", - "color" : "#FFFFFF" - } + ] } ], "legend" : { "enabled" : "false" }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } } } -- cgit From 22281bbaade2781c667cf5e8611ab3d822d431fb Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 13 Jun 2019 11:32:49 +0100 Subject: - Added solutions by Laurent Rosenfeld. --- 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 a24bec6494..a2e6aa2297 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" - }, - "subtitle" : { - "text" : "Last updated at 2019-06-13 10:22:13 GMT" - }, - "chart" : { - "type" : "column" - }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "legend" : { + "enabled" : "false" + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" }, + "chart" : { + "type" : "column" + }, "series" : [ { - "name" : "Contributions", - "dataLabels" : { - "format" : "{point.y:.0f}", - "color" : "#FFFFFF", - "rotation" : -90, - "y" : 10, - "enabled" : "true", - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "align" : "right" - }, "data" : [ [ "Blog", - 101 + 102 ], [ "Perl 5", - 462 + 464 ], [ "Perl 6", - 269 + 271 ] - ] + ], + "dataLabels" : { + "enabled" : "true", + "format" : "{point.y:.0f}", + "rotation" : -90, + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "color" : "#FFFFFF", + "y" : 10 + }, + "name" : "Contributions" } ], - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2019-06-13 10:32:24 GMT" }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - } + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" } } -- cgit From 8bda1f62f02ff15422be286dd9a561719efe057e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 13 Jun 2019 16:52:35 +0100 Subject: - Added blog by Kian-Meng Ang. --- 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 a2e6aa2297..38c99e3f9f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,34 +1,37 @@ { - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" }, "xAxis" : { "type" : "category", "labels" : { "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } }, - "legend" : { - "enabled" : "false" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "subtitle" : { + "text" : "Last updated at 2019-06-13 15:52:16 GMT" }, - "chart" : { - "type" : "column" + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } }, "series" : [ { "data" : [ [ "Blog", - 102 + 103 ], [ "Perl 5", @@ -39,25 +42,22 @@ 271 ] ], + "name" : "Contributions", "dataLabels" : { - "enabled" : "true", - "format" : "{point.y:.0f}", - "rotation" : -90, - "align" : "right", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "format" : "{point.y:.0f}", + "rotation" : -90, + "enabled" : "true", "color" : "#FFFFFF", + "align" : "right", "y" : 10 - }, - "name" : "Contributions" + } } ], - "subtitle" : { - "text" : "Last updated at 2019-06-13 10:32:24 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "legend" : { + "enabled" : "false" } } -- cgit From 478cd940f4ec3d503eb979ccf27fd3137118345f Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Thu, 13 Jun 2019 19:45:42 +0100 Subject: - Restructured chart and added blog. --- 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 38c99e3f9f..e9cdbaee2e 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -5,26 +5,14 @@ "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "chart" : { - "type" : "column" - }, "xAxis" : { - "type" : "category", "labels" : { "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" } - } - }, - "subtitle" : { - "text" : "Last updated at 2019-06-13 15:52:16 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } + }, + "type" : "category" }, "series" : [ { @@ -44,20 +32,32 @@ ], "name" : "Contributions", "dataLabels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - }, + "enabled" : "true", "format" : "{point.y:.0f}", + "y" : 10, "rotation" : -90, - "enabled" : "true", "color" : "#FFFFFF", "align" : "right", - "y" : 10 + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } } } ], + "chart" : { + "type" : "column" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "legend" : { "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-13 18:42:14 GMT" } } -- cgit From 87fe6dc3b7314634e6d598628b0702c95bd4e9cb Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 14 Jun 2019 14:59:12 +0100 Subject: - Added solution by Maxim Nechaev. --- 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 e9cdbaee2e..d0992e0f2c 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,18 +1,15 @@ { - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" + "chart" : { + "type" : "column" }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "legend" : { + "enabled" : "false" }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" + "subtitle" : { + "text" : "Last updated at 2019-06-14 13:58:31 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "series" : [ { @@ -23,41 +20,44 @@ ], [ "Perl 5", - 464 + 465 ], [ "Perl 6", 271 ] ], - "name" : "Contributions", "dataLabels" : { - "enabled" : "true", "format" : "{point.y:.0f}", - "y" : 10, - "rotation" : -90, + "enabled" : "true", "color" : "#FFFFFF", "align" : "right", + "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" - } - } + }, + "y" : 10 + }, + "name" : "Contributions" } ], - "chart" : { - "type" : "column" - }, "yAxis" : { "min" : 0, "title" : { "text" : null } }, - "legend" : { - "enabled" : "false" + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, - "subtitle" : { - "text" : "Last updated at 2019-06-13 18:42:14 GMT" + "tooltip" : { + "pointFormat" : "{point.y:.0f}" } } -- cgit From 026e94712058060d472404a7d49191f4ab65eb2e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 14 Jun 2019 19:55:45 +0100 Subject: - Added solutions by Jaime Corchado. --- 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 d0992e0f2c..0e33079fc5 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,16 +1,7 @@ { - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2019-06-14 13:58:31 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, "series" : [ { "data" : [ @@ -20,7 +11,7 @@ ], [ "Perl 5", - 465 + 467 ], [ "Perl 6", @@ -28,26 +19,20 @@ ] ], "dataLabels" : { - "format" : "{point.y:.0f}", + "y" : 10, "enabled" : "true", - "color" : "#FFFFFF", "align" : "right", "rotation" : -90, "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, - "y" : 10 + "color" : "#FFFFFF", + "format" : "{point.y:.0f}" }, "name" : "Contributions" } ], - "yAxis" : { - "min" : 0, - "title" : { - "text" : null - } - }, "xAxis" : { "labels" : { "style" : { @@ -57,7 +42,22 @@ }, "type" : "category" }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-14 18:44:30 GMT" + }, + "yAxis" : { + "min" : 0, + "title" : { + "text" : null + } + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" + }, + "chart" : { + "type" : "column" } } -- cgit From 8277ae261803351bd2af64e8644170d2c3415ff9 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Fri, 14 Jun 2019 20:06:07 +0100 Subject: - Added new member Joe Tym. --- 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 0e33079fc5..779fdf8323 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,9 +1,31 @@ { + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, "legend" : { "enabled" : "false" }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -19,45 +41,23 @@ ] ], "dataLabels" : { - "y" : 10, - "enabled" : "true", "align" : "right", + "format" : "{point.y:.0f}", + "enabled" : "true", + "color" : "#FFFFFF", "rotation" : -90, + "y" : 10, "style" : { "fontFamily" : "Verdana, sans-serif", "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "format" : "{point.y:.0f}" - }, - "name" : "Contributions" - } - ], - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + } } - }, - "type" : "category" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "subtitle" : { - "text" : "Last updated at 2019-06-14 18:44:30 GMT" - }, - "yAxis" : { - "min" : 0, - "title" : { - "text" : null } - }, + ], "tooltip" : { "pointFormat" : "{point.y:.0f}" }, - "chart" : { - "type" : "column" + "subtitle" : { + "text" : "Last updated at 2019-06-14 19:06:00 GMT" } } -- cgit From 5ad03d389183ef57b2895b18d8d4945205f1b2d8 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 15 Jun 2019 00:12:16 +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 779fdf8323..46eb56c8bc 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,63 +1,63 @@ { + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "chart" : { "type" : "column" }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 + } }, - "legend" : { - "enabled" : "false" + "subtitle" : { + "text" : "Last updated at 2019-06-14 23:11:30 GMT" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" }, "series" : [ { - "name" : "Contributions", "data" : [ [ "Blog", - 103 + 104 ], [ "Perl 5", - 467 + 469 ], [ "Perl 6", 271 ] ], + "name" : "Contributions", "dataLabels" : { - "align" : "right", - "format" : "{point.y:.0f}", "enabled" : "true", + "y" : 10, "color" : "#FFFFFF", "rotation" : -90, - "y" : 10, "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + }, + "align" : "right", + "format" : "{point.y:.0f}" } } ], - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + "legend" : { + "enabled" : "false" }, - "subtitle" : { - "text" : "Last updated at 2019-06-14 19:06:00 GMT" + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } } } -- cgit From 09db378f0ad692aa3d13fcfed8696953512d1792 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 15 Jun 2019 06:11:53 +0100 Subject: - Added solutions by Francis Whittle. --- 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 46eb56c8bc..48adb6f6ab 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,22 +1,34 @@ { - "tooltip" : { - "pointFormat" : "{point.y:.0f}" - }, "chart" : { "type" : "column" }, + "legend" : { + "enabled" : "false" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null - } + }, + "min" : 0 + }, + "xAxis" : { + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, + "type" : "category" }, "subtitle" : { - "text" : "Last updated at 2019-06-14 23:11:30 GMT" + "text" : "Last updated at 2019-06-15 05:11:01 GMT" }, "title" : { "text" : "Perl Weekly Challenge Contributions - 2019" }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, "series" : [ { "data" : [ @@ -30,34 +42,22 @@ ], [ "Perl 6", - 271 + 274 ] ], "name" : "Contributions", "dataLabels" : { - "enabled" : "true", - "y" : 10, - "color" : "#FFFFFF", - "rotation" : -90, "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, + "enabled" : "true", "align" : "right", - "format" : "{point.y:.0f}" - } - } - ], - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "y" : 10, + "rotation" : -90, + "format" : "{point.y:.0f}", + "color" : "#FFFFFF" } } - } + ] } -- cgit From 19ce5b889816253b49a2544947f5386a19953a7e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sat, 15 Jun 2019 23:04:09 +0100 Subject: - Added solution by Ruben Westerberg. --- 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 48adb6f6ab..994419737f 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,36 +1,13 @@ { - "chart" : { - "type" : "column" - }, - "legend" : { - "enabled" : "false" - }, "yAxis" : { + "min" : 0, "title" : { "text" : null - }, - "min" : 0 - }, - "xAxis" : { - "labels" : { - "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" - } - }, - "type" : "category" - }, - "subtitle" : { - "text" : "Last updated at 2019-06-15 05:11:01 GMT" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "tooltip" : { - "pointFormat" : "{point.y:.0f}" + } }, "series" : [ { + "name" : "Contributions", "data" : [ [ "Blog", @@ -38,26 +15,49 @@ ], [ "Perl 5", - 469 + 471 ], [ "Perl 6", - 274 + 276 ] ], - "name" : "Contributions", "dataLabels" : { + "color" : "#FFFFFF", + "format" : "{point.y:.0f}", "style" : { "fontSize" : "13px", "fontFamily" : "Verdana, sans-serif" }, - "enabled" : "true", - "align" : "right", "y" : 10, "rotation" : -90, - "format" : "{point.y:.0f}", - "color" : "#FFFFFF" + "enabled" : "true", + "align" : "right" + } + } + ], + "subtitle" : { + "text" : "Last updated at 2019-06-15 22:03:11 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.y:.0f}" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" } } - ] + }, + "chart" : { + "type" : "column" + } } -- cgit From 3183de3f76a3b2b140a1d2e58cc1bc447ab014ba Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 16 Jun 2019 00:02:23 +0100 Subject: - Added solutions by Feng Chang. --- 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 994419737f..25366797c9 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,8 +1,29 @@ { + "subtitle" : { + "text" : "Last updated at 2019-06-15 22:52:42 GMT" + }, + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, "yAxis" : { - "min" : 0, "title" : { "text" : null + }, + "min" : 0 + }, + "legend" : { + "enabled" : "false" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" + } } }, "series" : [ @@ -15,49 +36,28 @@ ], [ "Perl 5", - 471 + 473 ], [ "Perl 6", - 276 + 280 ] ], "dataLabels" : { - "color" : "#FFFFFF", - "format" : "{point.y:.0f}", "style" : { - "fontSize" : "13px", - "fontFamily" : "Verdana, sans-serif" + "fontFamily" : "Verdana, sans-serif", + "fontSize" : "13px" }, + "color" : "#FFFFFF", "y" : 10, "rotation" : -90, + "align" : "right", "enabled" : "true", - "align" : "right" + "format" : "{point.y:.0f}" } } ], - "subtitle" : { - "text" : "Last updated at 2019-06-15 22:03:11 GMT" - }, "tooltip" : { "pointFormat" : "{point.y:.0f}" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, - "chart" : { - "type" : "column" } } -- cgit From 7a9a5d591c2bc3d66f16f14b055ea8ea922b8930 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 16 Jun 2019 00:08:13 +0100 Subject: - Added solutions by Daniel Mantovani. --- 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 25366797c9..6c9c27b189 100644 --- a/stats/pwc-language-breakdown-summary.json +++ b/stats/pwc-language-breakdown-summary.json @@ -1,34 +1,19 @@ { - "subtitle" : { - "text" : "Last updated at 2019-06-15 22:52:42 GMT" - }, - "chart" : { - "type" : "column" - }, - "title" : { - "text" : "Perl Weekly Challenge Contributions - 2019" - }, - "yAxis" : { - "title" : { - "text" : null - }, - "min" : 0 - }, - "legend" : { - "enabled" : "false" - }, - "xAxis" : { - "type" : "category", - "labels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - } - } - }, "series" : [ { "name" : "Contributions", + "dataLabels" : { + "color" : "#FFFFFF", + "rotation" : -90, + "y" : 10, + "enabled" : "true", + "format" : "{point.y:.0f}", + "align" : "right", + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + }, "data" : [ [ "Blog", @@ -36,28 +21,43 @@ ], [ "Perl 5", - 473 + 475 ], [ "Perl 6", 280 ] - ], - "dataLabels" : { - "style" : { - "fontFamily" : "Verdana, sans-serif", - "fontSize" : "13px" - }, - "color" : "#FFFFFF", - "y" : 10, - "rotation" : -90, - "align" : "right", - "enabled" : "true", - "format" : "{point.y:.0f}" - } + ] } ], + "title" : { + "text" : "Perl Weekly Challenge Contributions - 2019" + }, + "xAxis" : { + "type" : "category", + "labels" : { + "style" : { + "fontSize" : "13px", + "fontFamily" : "Verdana, sans-serif" + } + } + }, + "legend" : { + "enabled" : "false" + }, + "subtitle" : { + "text" : "Last updated at 2019-06-15 23:07:30 GMT" + }, "tooltip" : { "pointFormat" : "{point.y:.0f}" + }, + "yAxis" : { + "title" : { + "text" : null + }, + "min" : 0 + }, + "chart" : { + "type" : "column" } } -- cgit From 9ba67f37ad4cf658161ecea9669568d0df4f1c40 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Sun, 16 Jun 2019 08:3