From 8ec897078f682a1b80a26217cd102f861303aa18 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Dec 2021 18:57:00 +0000 Subject: - Added solutions by Mark Anderson. --- stats/pwc-current.json | 83 +++++++++++++++++++++++++++++--------------------- 1 file changed, 49 insertions(+), 34 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 76953b1cfe..8c2ef26af1 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,63 +1,78 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "title" : { - "text" : "The Weekly Challenge - 142" - }, - "legend" : { - "enabled" : 0 - }, "tooltip" : { - "followPointer" : 1, + "headerFormat" : "{series.name}
", "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
" + "followPointer" : 1 }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-12-06 18:42:38 GMT" + "series" : [ + { + "data" : [ + { + "y" : 1, + "name" : "Andrew Shitov", + "drilldown" : "Andrew Shitov" + }, + { + "y" : 2, + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson" + } + ], + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 142" + } + ], + "chart" : { + "type" : "column" }, "drilldown" : { "series" : [ { + "name" : "Andrew Shitov", "id" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] + ] + }, + { + "data" : [ + [ + "Raku", + 2 + ] ], - "name" : "Andrew Shitov" + "name" : "Mark Anderson", + "id" : "Mark Anderson" } ] }, + "title" : { + "text" : "The Weekly Challenge - 142" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2021-12-06 18:52:46 GMT" + }, + "xAxis" : { + "type" : "category" + }, "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 + "enabled" : 1, + "format" : "{point.y}" } } }, - "chart" : { - "type" : "column" + "legend" : { + "enabled" : 0 }, - "series" : [ - { - "name" : "The Weekly Challenge - 142", - "data" : [ - { - "y" : 1, - "drilldown" : "Andrew Shitov", - "name" : "Andrew Shitov" - } - ], - "colorByPoint" : 1 + "yAxis" : { + "title" : { + "text" : "Total Solutions" } - ], - "xAxis" : { - "type" : "category" } } -- cgit From addec3a625aa5a6a92b2596b392c5fbda960f87a Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Dec 2021 19:33:59 +0000 Subject: - Added solutions by E. Choroba. --- stats/pwc-current.json | 91 +++++++++++++++++++++++++++++--------------------- 1 file changed, 53 insertions(+), 38 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8c2ef26af1..e5596a13ef 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,50 +1,34 @@ { - "tooltip" : { - "headerFormat" : "{series.name}
", - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1 - }, - "series" : [ - { - "data" : [ - { - "y" : 1, - "name" : "Andrew Shitov", - "drilldown" : "Andrew Shitov" - }, - { - "y" : 2, - "name" : "Mark Anderson", - "drilldown" : "Mark Anderson" - } - ], - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 142" - } - ], - "chart" : { - "type" : "column" - }, "drilldown" : { "series" : [ { "name" : "Andrew Shitov", - "id" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] - ] + ], + "id" : "Andrew Shitov" }, { "data" : [ [ - "Raku", + "Perl", 2 ] ], + "name" : "E. Choroba", + "id" : "E. Choroba" + }, + { "name" : "Mark Anderson", + "data" : [ + [ + "Raku", + 2 + ] + ], "id" : "Mark Anderson" } ] @@ -53,26 +37,57 @@ "text" : "The Weekly Challenge - 142" }, "subtitle" : { - "text" : "[Champions: 2] Last updated at 2021-12-06 18:52:46 GMT" - }, - "xAxis" : { - "type" : "category" + "text" : "[Champions: 3] Last updated at 2021-12-06 19:23:50 GMT" }, "plotOptions" : { "series" : { - "borderWidth" : 0, "dataLabels" : { "enabled" : 1, "format" : "{point.y}" - } + }, + "borderWidth" : 0 } }, - "legend" : { - "enabled" : 0 - }, "yAxis" : { "title" : { "text" : "Total Solutions" } + }, + "xAxis" : { + "type" : "category" + }, + "series" : [ + { + "data" : [ + { + "y" : 1, + "drilldown" : "Andrew Shitov", + "name" : "Andrew Shitov" + }, + { + "name" : "E. Choroba", + "y" : 2, + "drilldown" : "E. Choroba" + }, + { + "y" : 2, + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson" + } + ], + "name" : "The Weekly Challenge - 142", + "colorByPoint" : 1 + } + ], + "chart" : { + "type" : "column" + }, + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1, + "headerFormat" : "{series.name}
" + }, + "legend" : { + "enabled" : 0 } } -- cgit From c2e7610b3f550e12b751e2148029269dc96a5365 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Dec 2021 19:42:36 +0000 Subject: - Added solutions by Roger Bell_West. --- stats/pwc-current.json | 125 ++++++++++++++++++++++++++++--------------------- 1 file changed, 72 insertions(+), 53 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index e5596a13ef..55db2e3a4f 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,43 +1,6 @@ { - "drilldown" : { - "series" : [ - { - "name" : "Andrew Shitov", - "data" : [ - [ - "Raku", - 1 - ] - ], - "id" : "Andrew Shitov" - }, - { - "data" : [ - [ - "Perl", - 2 - ] - ], - "name" : "E. Choroba", - "id" : "E. Choroba" - }, - { - "name" : "Mark Anderson", - "data" : [ - [ - "Raku", - 2 - ] - ], - "id" : "Mark Anderson" - } - ] - }, - "title" : { - "text" : "The Weekly Challenge - 142" - }, - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2021-12-06 19:23:50 GMT" + "xAxis" : { + "type" : "category" }, "plotOptions" : { "series" : { @@ -48,20 +11,12 @@ "borderWidth" : 0 } }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "xAxis" : { - "type" : "category" - }, "series" : [ { "data" : [ { - "y" : 1, "drilldown" : "Andrew Shitov", + "y" : 1, "name" : "Andrew Shitov" }, { @@ -70,9 +25,14 @@ "drilldown" : "E. Choroba" }, { - "y" : 2, "drilldown" : "Mark Anderson", - "name" : "Mark Anderson" + "name" : "Mark Anderson", + "y" : 2 + }, + { + "drilldown" : "Roger Bell_West", + "y" : 4, + "name" : "Roger Bell_West" } ], "name" : "The Weekly Challenge - 142", @@ -82,12 +42,71 @@ "chart" : { "type" : "column" }, + "title" : { + "text" : "The Weekly Challenge - 142" + }, + "drilldown" : { + "series" : [ + { + "id" : "Andrew Shitov", + "name" : "Andrew Shitov", + "data" : [ + [ + "Raku", + 1 + ] + ] + }, + { + "name" : "E. Choroba", + "id" : "E. Choroba", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, + { + "id" : "Mark Anderson", + "name" : "Mark Anderson", + "data" : [ + [ + "Raku", + 2 + ] + ] + }, + { + "name" : "Roger Bell_West", + "id" : "Roger Bell_West", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ] + ] + } + ] + }, + "subtitle" : { + "text" : "[Champions: 4] Last updated at 2021-12-06 19:41:09 GMT" + }, + "legend" : { + "enabled" : 0 + }, "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", "headerFormat" : "{series.name}
" }, - "legend" : { - "enabled" : 0 + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } -- cgit From fc635fd6ba39ee87b19282d49a9a26cf1ff9c5e1 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Dec 2021 20:08:09 +0000 Subject: - Added solutions by Luca Ferrari. --- stats/pwc-current.json | 123 ++++++++++++++++++++++++++++--------------------- 1 file changed, 71 insertions(+), 52 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 55db2e3a4f..192cc6d4e7 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,46 +1,25 @@ { - "xAxis" : { - "type" : "category" + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "subtitle" : { + "text" : "[Champions: 5] Last updated at 2021-12-06 20:06:32 GMT" }, "plotOptions" : { "series" : { "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 }, "borderWidth" : 0 } }, - "series" : [ - { - "data" : [ - { - "drilldown" : "Andrew Shitov", - "y" : 1, - "name" : "Andrew Shitov" - }, - { - "name" : "E. Choroba", - "y" : 2, - "drilldown" : "E. Choroba" - }, - { - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 2 - }, - { - "drilldown" : "Roger Bell_West", - "y" : 4, - "name" : "Roger Bell_West" - } - ], - "name" : "The Weekly Challenge - 142", - "colorByPoint" : 1 - } - ], - "chart" : { - "type" : "column" + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" }, "title" : { "text" : "The Weekly Challenge - 142" @@ -48,8 +27,8 @@ "drilldown" : { "series" : [ { - "id" : "Andrew Shitov", "name" : "Andrew Shitov", + "id" : "Andrew Shitov", "data" : [ [ "Raku", @@ -58,28 +37,42 @@ ] }, { - "name" : "E. Choroba", - "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "E. Choroba", + "id" : "E. Choroba" }, { - "id" : "Mark Anderson", - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 + ], + [ + "Blog", + 4 ] - ] + ], + "name" : "Luca Ferrari", + "id" : "Luca Ferrari" + }, + { + "data" : [ + [ + "Raku", + 2 + ] + ], + "id" : "Mark Anderson", + "name" : "Mark Anderson" }, { - "name" : "Roger Bell_West", "id" : "Roger Bell_West", + "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -93,20 +86,46 @@ } ] }, - "subtitle" : { - "text" : "[Champions: 4] Last updated at 2021-12-06 19:41:09 GMT" + "chart" : { + "type" : "column" }, "legend" : { "enabled" : 0 }, - "tooltip" : { - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" + "series" : [ + { + "name" : "The Weekly Challenge - 142", + "data" : [ + { + "name" : "Andrew Shitov", + "y" : 1, + "drilldown" : "Andrew Shitov" + }, + { + "y" : 2, + "drilldown" : "E. Choroba", + "name" : "E. Choroba" + }, + { + "drilldown" : "Luca Ferrari", + "y" : 6, + "name" : "Luca Ferrari" + }, + { + "name" : "Mark Anderson", + "drilldown" : "Mark Anderson", + "y" : 2 + }, + { + "drilldown" : "Roger Bell_West", + "y" : 4, + "name" : "Roger Bell_West" + } + ], + "colorByPoint" : 1 } + ], + "xAxis" : { + "type" : "category" } } -- cgit From a620de2dcf2f0510f4bac760cd0a650be2e8b2df Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Dec 2021 20:20:26 +0000 Subject: - Added solutions by Abigail. --- stats/pwc-current.json | 101 ++++++++++++++++++++++++++++--------------------- 1 file changed, 58 insertions(+), 43 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 192cc6d4e7..1a272b6f64 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,52 +1,57 @@ { - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "subtitle" : { - "text" : "[Champions: 5] Last updated at 2021-12-06 20:06:32 GMT" + "text" : "[Champions: 6] Last updated at 2021-12-06 20:19:18 GMT" + }, + "chart" : { + "type" : "column" }, "plotOptions" : { "series" : { + "borderWidth" : 0, "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "enabled" : 1, + "format" : "{point.y}" + } } }, - "tooltip" : { - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
" - }, - "title" : { - "text" : "The Weekly Challenge - 142" + "xAxis" : { + "type" : "category" }, "drilldown" : { "series" : [ { - "name" : "Andrew Shitov", + "name" : "Abigail", + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "Abigail" + }, + { "id" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] - ] + ], + "name" : "Andrew Shitov" }, { + "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] ], - "name" : "E. Choroba", - "id" : "E. Choroba" + "name" : "E. Choroba" }, { + "name" : "Luca Ferrari", + "id" : "Luca Ferrari", "data" : [ [ "Raku", @@ -56,22 +61,19 @@ "Blog", 4 ] - ], - "name" : "Luca Ferrari", - "id" : "Luca Ferrari" + ] }, { + "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson", "name" : "Mark Anderson" }, { - "id" : "Roger Bell_West", "name" : "Roger Bell_West", "data" : [ [ @@ -82,34 +84,51 @@ "Raku", 2 ] - ] + ], + "id" : "Roger Bell_West" } ] }, - "chart" : { - "type" : "column" - }, "legend" : { "enabled" : 0 }, + "title" : { + "text" : "The Weekly Challenge - 142" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "tooltip" : { + "followPointer" : 1, + "headerFormat" : "{series.name}
", + "pointFormat" : "{point.name}: {point.y:f}
" + }, "series" : [ { + "colorByPoint" : 1, "name" : "The Weekly Challenge - 142", "data" : [ { - "name" : "Andrew Shitov", + "name" : "Abigail", + "drilldown" : "Abigail", + "y" : 2 + }, + { "y" : 1, - "drilldown" : "Andrew Shitov" + "drilldown" : "Andrew Shitov", + "name" : "Andrew Shitov" }, { - "y" : 2, "drilldown" : "E. Choroba", + "y" : 2, "name" : "E. Choroba" }, { + "name" : "Luca Ferrari", "drilldown" : "Luca Ferrari", - "y" : 6, - "name" : "Luca Ferrari" + "y" : 6 }, { "name" : "Mark Anderson", @@ -117,15 +136,11 @@ "y" : 2 }, { + "name" : "Roger Bell_West", "drilldown" : "Roger Bell_West", - "y" : 4, - "name" : "Roger Bell_West" + "y" : 4 } - ], - "colorByPoint" : 1 + ] } - ], - "xAxis" : { - "type" : "category" - } + ] } -- cgit From 95ec69b2d06aaa14c285a452858168860caea050 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Dec 2021 20:34:55 +0000 Subject: - Added solutions by Paulo Custodio. --- stats/pwc-current.json | 157 +++++++++++++++++++++++++++---------------------- 1 file changed, 86 insertions(+), 71 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 1a272b6f64..51103531ee 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,33 +1,89 @@ { - "subtitle" : { - "text" : "[Champions: 6] Last updated at 2021-12-06 20:19:18 GMT" - }, "chart" : { "type" : "column" }, + "subtitle" : { + "text" : "[Champions: 7] Last updated at 2021-12-06 20:33:35 GMT" + }, + "title" : { + "text" : "The Weekly Challenge - 142" + }, + "series" : [ + { + "data" : [ + { + "drilldown" : "Abigail", + "name" : "Abigail", + "y" : 2 + }, + { + "name" : "Andrew Shitov", + "y" : 1, + "drilldown" : "Andrew Shitov" + }, + { + "name" : "E. Choroba", + "y" : 2, + "drilldown" : "E. Choroba" + }, + { + "y" : 6, + "name" : "Luca Ferrari", + "drilldown" : "Luca Ferrari" + }, + { + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson", + "y" : 2 + }, + { + "name" : "Paulo Custodio", + "y" : 2, + "drilldown" : "Paulo Custodio" + }, + { + "drilldown" : "Roger Bell_West", + "y" : 4, + "name" : "Roger Bell_West" + } + ], + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 142" + } + ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, + "tooltip" : { + "headerFormat" : "{series.name}
", + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "legend" : { + "enabled" : 0 + }, "plotOptions" : { "series" : { "borderWidth" : 0, "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 } } }, - "xAxis" : { - "type" : "category" - }, "drilldown" : { "series" : [ { - "name" : "Abigail", "data" : [ [ "Perl", 2 ] ], - "id" : "Abigail" + "id" : "Abigail", + "name" : "Abigail" }, { "id" : "Andrew Shitov", @@ -40,17 +96,16 @@ "name" : "Andrew Shitov" }, { - "id" : "E. Choroba", + "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] ], - "name" : "E. Choroba" + "id" : "E. Choroba" }, { - "name" : "Luca Ferrari", "id" : "Luca Ferrari", "data" : [ [ @@ -61,20 +116,30 @@ "Blog", 4 ] - ] + ], + "name" : "Luca Ferrari" }, { + "name" : "Mark Anderson", "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] + ] + }, + { + "id" : "Paulo Custodio", + "data" : [ + [ + "Perl", + 2 + ] ], - "name" : "Mark Anderson" + "name" : "Paulo Custodio" }, { - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -85,62 +150,12 @@ 2 ] ], - "id" : "Roger Bell_West" + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" } ] }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "The Weekly Challenge - 142" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "{series.name}
", - "pointFormat" : "{point.name}: {point.y:f}
" - }, - "series" : [ - { - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 142", - "data" : [ - { - "name" : "Abigail", - "drilldown" : "Abigail", - "y" : 2 - }, - { - "y" : 1, - "drilldown" : "Andrew Shitov", - "name" : "Andrew Shitov" - }, - { - "drilldown" : "E. Choroba", - "y" : 2, - "name" : "E. Choroba" - }, - { - "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari", - "y" : 6 - }, - { - "name" : "Mark Anderson", - "drilldown" : "Mark Anderson", - "y" : 2 - }, - { - "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West", - "y" : 4 - } - ] - } - ] + "xAxis" : { + "type" : "category" + } } -- cgit From ebaa2a75f754c837c22930e1bbbfb130034dbc94 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Dec 2021 20:52:37 +0000 Subject: - Added solution to week 24 by Paulo Custodio. --- stats/pwc-current.json | 100 ++++++++++++++++++++++++------------------------- 1 file changed, 50 insertions(+), 50 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 51103531ee..c716ad8007 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,35 +1,28 @@ { - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2021-12-06 20:33:35 GMT" - }, - "title" : { - "text" : "The Weekly Challenge - 142" - }, "series" : [ { + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 142", "data" : [ { - "drilldown" : "Abigail", "name" : "Abigail", + "drilldown" : "Abigail", "y" : 2 }, { - "name" : "Andrew Shitov", "y" : 1, - "drilldown" : "Andrew Shitov" + "drilldown" : "Andrew Shitov", + "name" : "Andrew Shitov" }, { - "name" : "E. Choroba", "y" : 2, - "drilldown" : "E. Choroba" + "drilldown" : "E. Choroba", + "name" : "E. Choroba" }, { "y" : 6, - "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari" + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari" }, { "drilldown" : "Mark Anderson", @@ -37,53 +30,42 @@ "y" : 2 }, { - "name" : "Paulo Custodio", "y" : 2, - "drilldown" : "Paulo Custodio" + "drilldown" : "Paulo Custodio", + "name" : "Paulo Custodio" }, { - "drilldown" : "Roger Bell_West", "y" : 4, + "drilldown" : "Roger Bell_West", "name" : "Roger Bell_West" } - ], - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 142" + ] } ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "tooltip" : { - "headerFormat" : "{series.name}
", "followPointer" : 1, + "headerFormat" : "{series.name}
", "pointFormat" : "{point.name}: {point.y:f}
" }, - "legend" : { - "enabled" : 0 - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } + "yAxis" : { + "title" : { + "text" : "Total Solutions" } }, + "title" : { + "text" : "The Weekly Challenge - 142" + }, "drilldown" : { "series" : [ { + "id" : "Abigail", + "name" : "Abigail", "data" : [ [ "Perl", 2 ] - ], - "id" : "Abigail", - "name" : "Abigail" + ] }, { "id" : "Andrew Shitov", @@ -96,17 +78,17 @@ "name" : "Andrew Shitov" }, { - "name" : "E. Choroba", + "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] ], - "id" : "E. Choroba" + "name" : "E. Choroba" }, { - "id" : "Luca Ferrari", + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -117,11 +99,11 @@ 4 ] ], - "name" : "Luca Ferrari" + "id" : "Luca Ferrari" }, { - "name" : "Mark Anderson", "id" : "Mark Anderson", + "name" : "Mark Anderson", "data" : [ [ "Raku", @@ -130,16 +112,17 @@ ] }, { - "id" : "Paulo Custodio", + "name" : "Paulo Custodio", "data" : [ [ "Perl", 2 ] ], - "name" : "Paulo Custodio" + "id" : "Paulo Custodio" }, { + "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -150,12 +133,29 @@ 2 ] ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + "id" : "Roger Bell_West" } ] }, + "legend" : { + "enabled" : 0 + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, "xAxis" : { "type" : "category" + }, + "subtitle" : { + "text" : "[Champions: 7] Last updated at 2021-12-06 20:50:22 GMT" + }, + "chart" : { + "type" : "column" } } -- cgit From 54620721cb174feca58d62f153c204d26b0297f7 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 6 Dec 2021 21:10:03 +0000 Subject: - Added solutions by Ulrich Rieke. --- stats/pwc-current.json | 173 +++++++++++++++++++++++++++---------------------- 1 file changed, 96 insertions(+), 77 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index c716ad8007..5d1ce5db39 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,94 +1,68 @@ { - "series" : [ - { - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 142", - "data" : [ - { - "name" : "Abigail", - "drilldown" : "Abigail", - "y" : 2 - }, - { - "y" : 1, - "drilldown" : "Andrew Shitov", - "name" : "Andrew Shitov" - }, - { - "y" : 2, - "drilldown" : "E. Choroba", - "name" : "E. Choroba" - }, - { - "y" : 6, - "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari" - }, - { - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 2 - }, - { - "y" : 2, - "drilldown" : "Paulo Custodio", - "name" : "Paulo Custodio" - }, - { - "y" : 4, - "drilldown" : "Roger Bell_West", - "name" : "Roger Bell_West" - } - ] - } - ], - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "{series.name}
", - "pointFormat" : "{point.name}: {point.y:f}
" - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "xAxis" : { + "type" : "category" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2021-12-06 21:08:41 GMT" + }, "title" : { "text" : "The Weekly Challenge - 142" }, + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" + }, "drilldown" : { "series" : [ { - "id" : "Abigail", "name" : "Abigail", "data" : [ [ "Perl", 2 ] - ] + ], + "id" : "Abigail" }, { - "id" : "Andrew Shitov", + "name" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] ], - "name" : "Andrew Shitov" + "id" : "Andrew Shitov" }, { + "name" : "E. Choroba", "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ], - "name" : "E. Choroba" + ] }, { - "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -99,17 +73,18 @@ 4 ] ], - "id" : "Luca Ferrari" + "id" : "Luca Ferrari", + "name" : "Luca Ferrari" }, { "id" : "Mark Anderson", - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ] + ], + "name" : "Mark Anderson" }, { "name" : "Paulo Custodio", @@ -122,7 +97,6 @@ "id" : "Paulo Custodio" }, { - "name" : "Roger Bell_West", "data" : [ [ "Perl", @@ -133,29 +107,74 @@ 2 ] ], - "id" : "Roger Bell_West" + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" + }, + { + "id" : "Ulrich Rieke", + "data" : [ + [ + "Perl", + 1 + ], + [ + "Raku", + 2 + ] + ], + "name" : "Ulrich Rieke" } ] }, "legend" : { "enabled" : 0 }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 + "series" : [ + { + "name" : "The Weekly Challenge - 142", + "colorByPoint" : 1, + "data" : [ + { + "drilldown" : "Abigail", + "name" : "Abigail", + "y" : 2 + }, + { + "drilldown" : "Andrew Shitov", + "y" : 1, + "name" : "Andrew Shitov" + }, + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari", + "y" : 6 + }, + { + "name" : "Mark Anderson", + "y" : 2, + "drilldown" : "Mark Anderson" + }, + { + "name" : "Paulo Custodio", + "y" : 2, + "drilldown" : "Paulo Custodio" + }, + { + "drilldown" : "Roger Bell_West", + "y" : 4, + "name" : "Roger Bell_West" + }, + { + "y" : 3, + "name" : "Ulrich Rieke", + "drilldown" : "Ulrich Rieke" + } + ] } - }, - "xAxis" : { - "type" : "category" - }, - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2021-12-06 20:50:22 GMT" - }, - "chart" : { - "type" : "column" - } + ] } -- cgit From 7ca2edc7b4969a58157cc0b0a570a6ffb2d409f2 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 7 Dec 2021 13:55:17 +0000 Subject: - Added solutions by James Smith. --- stats/pwc-current.json | 171 +++++++++++++++++++++++++++---------------------- 1 file changed, 95 insertions(+), 76 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 5d1ce5db39..559509934a 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,4 +1,63 @@ { + "series" : [ + { + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 142", + "data" : [ + { + "drilldown" : "Abigail", + "name" : "Abigail", + "y" : 2 + }, + { + "name" : "Andrew Shitov", + "drilldown" : "Andrew Shitov", + "y" : 1 + }, + { + "y" : 2, + "drilldown" : "E. Choroba", + "name" : "E. Choroba" + }, + { + "y" : 3, + "drilldown" : "James Smith", + "name" : "James Smith" + }, + { + "drilldown" : "Luca Ferrari", + "name" : "Luca Ferrari", + "y" : 6 + }, + { + "drilldown" : "Mark Anderson", + "name" : "Mark Anderson", + "y" : 2 + }, + { + "y" : 2, + "drilldown" : "Paulo Custodio", + "name" : "Paulo Custodio" + }, + { + "drilldown" : "Roger Bell_West", + "name" : "Roger Bell_West", + "y" : 4 + }, + { + "y" : 3, + "name" : "Ulrich Rieke", + "drilldown" : "Ulrich Rieke" + } + ] + } + ], + "legend" : { + "enabled" : 0 + }, + "title" : { + "text" : "The Weekly Challenge - 142" + }, "yAxis" : { "title" : { "text" : "Total Solutions" @@ -13,53 +72,53 @@ "borderWidth" : 0 } }, - "xAxis" : { - "type" : "category" - }, "chart" : { "type" : "column" }, - "subtitle" : { - "text" : "[Champions: 8] Last updated at 2021-12-06 21:08:41 GMT" - }, - "title" : { - "text" : "The Weekly Challenge - 142" - }, - "tooltip" : { - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
" - }, "drilldown" : { "series" : [ { "name" : "Abigail", + "id" : "Abigail", "data" : [ [ "Perl", 2 ] - ], - "id" : "Abigail" + ] }, { "name" : "Andrew Shitov", + "id" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] - ], - "id" : "Andrew Shitov" + ] }, { "name" : "E. Choroba", - "id" : "E. Choroba", "data" : [ [ "Perl", 2 ] + ], + "id" : "E. Choroba" + }, + { + "name" : "James Smith", + "id" : "James Smith", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] ] }, { @@ -77,26 +136,27 @@ "name" : "Luca Ferrari" }, { - "id" : "Mark Anderson", + "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "name" : "Mark Anderson" + "id" : "Mark Anderson" }, { - "name" : "Paulo Custodio", + "id" : "Paulo Custodio", "data" : [ [ "Perl", 2 ] ], - "id" : "Paulo Custodio" + "name" : "Paulo Custodio" }, { + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -107,11 +167,10 @@ 2 ] ], - "id" : "Roger Bell_West", "name" : "Roger Bell_West" }, { - "id" : "Ulrich Rieke", + "name" : "Ulrich Rieke", "data" : [ [ "Perl", @@ -122,59 +181,19 @@ 2 ] ], - "name" : "Ulrich Rieke" + "id" : "Ulrich Rieke" } ] }, - "legend" : { - "enabled" : 0 + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" }, - "series" : [ - { - "name" : "The Weekly Challenge - 142", - "colorByPoint" : 1, - "data" : [ - { - "drilldown" : "Abigail", - "name" : "Abigail", - "y" : 2 - }, - { - "drilldown" : "Andrew Shitov", - "y" : 1, - "name" : "Andrew Shitov" - }, - { - "drilldown" : "E. Choroba", - "y" : 2, - "name" : "E. Choroba" - }, - { - "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari", - "y" : 6 - }, - { - "name" : "Mark Anderson", - "y" : 2, - "drilldown" : "Mark Anderson" - }, - { - "name" : "Paulo Custodio", - "y" : 2, - "drilldown" : "Paulo Custodio" - }, - { - "drilldown" : "Roger Bell_West", - "y" : 4, - "name" : "Roger Bell_West" - }, - { - "y" : 3, - "name" : "Ulrich Rieke", - "drilldown" : "Ulrich Rieke" - } - ] - } - ] + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2021-12-07 13:53:45 GMT" + }, + "xAxis" : { + "type" : "category" + } } -- cgit From 822dff5d9cc1a3daf3a800068f26040f9929e918 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 7 Dec 2021 16:30:38 +0000 Subject: - Added blog by Roger Bell_West. --- stats/pwc-current.json | 128 +++++++++++++++++++++++++------------------------ 1 file changed, 66 insertions(+), 62 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 559509934a..39f7b1d8fb 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,23 +1,29 @@ { + "tooltip" : { + "headerFormat" : "{series.name}
", + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
" + }, + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2021-12-07 16:29:15 GMT" + }, "series" : [ { - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 142", "data" : [ { - "drilldown" : "Abigail", "name" : "Abigail", - "y" : 2 + "y" : 2, + "drilldown" : "Abigail" }, { - "name" : "Andrew Shitov", + "y" : 1, "drilldown" : "Andrew Shitov", - "y" : 1 + "name" : "Andrew Shitov" }, { - "y" : 2, + "name" : "E. Choroba", "drilldown" : "E. Choroba", - "name" : "E. Choroba" + "y" : 2 }, { "y" : 3, @@ -25,14 +31,14 @@ "name" : "James Smith" }, { + "y" : 6, "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari", - "y" : 6 + "name" : "Luca Ferrari" }, { "drilldown" : "Mark Anderson", - "name" : "Mark Anderson", - "y" : 2 + "y" : 2, + "name" : "Mark Anderson" }, { "y" : 2, @@ -41,75 +47,55 @@ }, { "drilldown" : "Roger Bell_West", - "name" : "Roger Bell_West", - "y" : 4 + "y" : 5, + "name" : "Roger Bell_West" }, { + "drilldown" : "Ulrich Rieke", "y" : 3, - "name" : "Ulrich Rieke", - "drilldown" : "Ulrich Rieke" + "name" : "Ulrich Rieke" } - ] + ], + "colorByPoint" : 1, + "name" : "The Weekly Challenge - 142" } ], "legend" : { "enabled" : 0 }, - "title" : { - "text" : "The Weekly Challenge - 142" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "chart" : { - "type" : "column" - }, "drilldown" : { "series" : [ { - "name" : "Abigail", - "id" : "Abigail", "data" : [ [ "Perl", 2 ] - ] + ], + "name" : "Abigail", + "id" : "Abigail" }, { - "name" : "Andrew Shitov", - "id" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] - ] + ], + "id" : "Andrew Shitov", + "name" : "Andrew Shitov" }, { + "id" : "E. Choroba", "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ], - "id" : "E. Choroba" + ] }, { - "name" : "James Smith", - "id" : "James Smith", "data" : [ [ "Perl", @@ -119,7 +105,9 @@ "Blog", 1 ] - ] + ], + "id" : "James Smith", + "name" : "James Smith" }, { "data" : [ @@ -136,27 +124,26 @@ "name" : "Luca Ferrari" }, { + "id" : "Mark Anderson", "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] - ], - "id" : "Mark Anderson" + ] }, { - "id" : "Paulo Custodio", "data" : [ [ "Perl", 2 ] ], - "name" : "Paulo Custodio" + "name" : "Paulo Custodio", + "id" : "Paulo Custodio" }, { - "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -165,12 +152,16 @@ [ "Raku", 2 + ], + [ + "Blog", + 1 ] ], + "id" : "Roger Bell_West", "name" : "Roger Bell_West" }, { - "name" : "Ulrich Rieke", "data" : [ [ "Perl", @@ -181,19 +172,32 @@ 2 ] ], + "name" : "Ulrich Rieke", "id" : "Ulrich Rieke" } ] }, - "tooltip" : { - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
", - "headerFormat" : "{series.name}
" - }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2021-12-07 13:53:45 GMT" - }, "xAxis" : { "type" : "category" + }, + "title" : { + "text" : "The Weekly Challenge - 142" + }, + "chart" : { + "type" : "column" + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } -- cgit From ee821caa5d4ce419bac9f9c200243dd1643fb325 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 7 Dec 2021 16:40:48 +0000 Subject: - Added solutions by Robert DiCicco. --- stats/pwc-current.json | 131 +++++++++++++++++++++++++++---------------------- 1 file changed, 73 insertions(+), 58 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 39f7b1d8fb..8bf6cf2721 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,14 +1,11 @@ { - "tooltip" : { - "headerFormat" : "{series.name}
", - "followPointer" : 1, - "pointFormat" : "{point.name}: {point.y:f}
" - }, - "subtitle" : { - "text" : "[Champions: 9] Last updated at 2021-12-07 16:29:15 GMT" + "xAxis" : { + "type" : "category" }, "series" : [ { + "name" : "The Weekly Challenge - 142", + "colorByPoint" : 1, "data" : [ { "name" : "Abigail", @@ -26,9 +23,9 @@ "y" : 2 }, { - "y" : 3, + "name" : "James Smith", "drilldown" : "James Smith", - "name" : "James Smith" + "y" : 3 }, { "y" : 6, @@ -36,66 +33,98 @@ "name" : "Luca Ferrari" }, { - "drilldown" : "Mark Anderson", "y" : 2, + "drilldown" : "Mark Anderson", "name" : "Mark Anderson" }, { - "y" : 2, "drilldown" : "Paulo Custodio", + "y" : 2, "name" : "Paulo Custodio" }, { - "drilldown" : "Roger Bell_West", + "name" : "Robert DiCicco", + "drilldown" : "Robert DiCicco", + "y" : 2 + }, + { + "name" : "Roger Bell_West", "y" : 5, - "name" : "Roger Bell_West" + "drilldown" : "Roger Bell_West" }, { + "name" : "Ulrich Rieke", "drilldown" : "Ulrich Rieke", - "y" : 3, - "name" : "Ulrich Rieke" + "y" : 3 } - ], - "colorByPoint" : 1, - "name" : "The Weekly Challenge - 142" + ] } ], + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } + }, "legend" : { "enabled" : 0 }, + "subtitle" : { + "text" : "[Champions: 10] Last updated at 2021-12-07 16:39:29 GMT" + }, + "chart" : { + "type" : "column" + }, + "tooltip" : { + "headerFormat" : "{series.name}
", + "pointFormat" : "{point.name}: {point.y:f}
", + "followPointer" : 1 + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + } + } + }, + "title" : { + "text" : "The Weekly Challenge - 142" + }, "drilldown" : { "series" : [ { + "name" : "Abigail", "data" : [ [ "Perl", 2 ] ], - "name" : "Abigail", "id" : "Abigail" }, { + "name" : "Andrew Shitov", + "id" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] - ], - "id" : "Andrew Shitov", - "name" : "Andrew Shitov" + ] }, { - "id" : "E. Choroba", "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] - ] + ], + "id" : "E. Choroba" }, { + "id" : "James Smith", "data" : [ [ "Perl", @@ -106,10 +135,10 @@ 1 ] ], - "id" : "James Smith", "name" : "James Smith" }, { + "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -120,30 +149,41 @@ 4 ] ], - "id" : "Luca Ferrari", - "name" : "Luca Ferrari" + "id" : "Luca Ferrari" }, { "id" : "Mark Anderson", - "name" : "Mark Anderson", "data" : [ [ "Raku", 2 ] + ], + "name" : "Mark Anderson" + }, + { + "name" : "Paulo Custodio", + "id" : "Paulo Custodio", + "data" : [ + [ + "Perl", + 2 + ] ] }, { + "name" : "Robert DiCicco", "data" : [ [ "Perl", 2 ] ], - "name" : "Paulo Custodio", - "id" : "Paulo Custodio" + "id" : "Robert DiCicco" }, { + "name" : "Roger Bell_West", + "id" : "Roger Bell_West", "data" : [ [ "Perl", @@ -157,9 +197,7 @@ "Blog", 1 ] - ], - "id" : "Roger Bell_West", - "name" : "Roger Bell_West" + ] }, { "data" : [ @@ -172,32 +210,9 @@ 2 ] ], - "name" : "Ulrich Rieke", - "id" : "Ulrich Rieke" + "id" : "Ulrich Rieke", + "name" : "Ulrich Rieke" } ] - }, - "xAxis" : { - "type" : "category" - }, - "title" : { - "text" : "The Weekly Challenge - 142" - }, - "chart" : { - "type" : "column" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } } } -- cgit From 4df6d6ad1f6c887c1823d94820e000c4d127d670 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 7 Dec 2021 18:44:25 +0000 Subject: - Added blog to week 141 by Roger Bell_West. --- stats/pwc-current.json | 220 ++++++++++++++++++++++++------------------------- 1 file changed, 110 insertions(+), 110 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 8bf6cf2721..b7db44648f 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,130 +1,39 @@ { - "xAxis" : { - "type" : "category" - }, - "series" : [ - { - "name" : "The Weekly Challenge - 142", - "colorByPoint" : 1, - "data" : [ - { - "name" : "Abigail", - "y" : 2, - "drilldown" : "Abigail" - }, - { - "y" : 1, - "drilldown" : "Andrew Shitov", - "name" : "Andrew Shitov" - }, - { - "name" : "E. Choroba", - "drilldown" : "E. Choroba", - "y" : 2 - }, - { - "name" : "James Smith", - "drilldown" : "James Smith", - "y" : 3 - }, - { - "y" : 6, - "drilldown" : "Luca Ferrari", - "name" : "Luca Ferrari" - }, - { - "y" : 2, - "drilldown" : "Mark Anderson", - "name" : "Mark Anderson" - }, - { - "drilldown" : "Paulo Custodio", - "y" : 2, - "name" : "Paulo Custodio" - }, - { - "name" : "Robert DiCicco", - "drilldown" : "Robert DiCicco", - "y" : 2 - }, - { - "name" : "Roger Bell_West", - "y" : 5, - "drilldown" : "Roger Bell_West" - }, - { - "name" : "Ulrich Rieke", - "drilldown" : "Ulrich Rieke", - "y" : 3 - } - ] - } - ], - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, - "legend" : { - "enabled" : 0 - }, - "subtitle" : { - "text" : "[Champions: 10] Last updated at 2021-12-07 16:39:29 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "headerFormat" : "{series.name}
", - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1 - }, - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } - }, - "title" : { - "text" : "The Weekly Challenge - 142" - }, "drilldown" : { "series" : [ { + "id" : "Abigail", "name" : "Abigail", "data" : [ [ "Perl", 2 ] - ], - "id" : "Abigail" + ] }, { - "name" : "Andrew Shitov", - "id" : "Andrew Shitov", "data" : [ [ "Raku", 1 ] - ] + ], + "id" : "Andrew Shitov", + "name" : "Andrew Shitov" }, { - "name" : "E. Choroba", "data" : [ [ "Perl", 2 ] ], - "id" : "E. Choroba" + "id" : "E. Choroba", + "name" : "E. Choroba" }, { "id" : "James Smith", + "name" : "James Smith", "data" : [ [ "Perl", @@ -134,11 +43,9 @@ "Blog", 1 ] - ], - "name" : "James Smith" + ] }, { - "name" : "Luca Ferrari", "data" : [ [ "Raku", @@ -149,16 +56,17 @@ 4 ] ], - "id" : "Luca Ferrari" + "id" : "Luca Ferrari", + "name" : "Luca Ferrari" }, { - "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], + "id" : "Mark Anderson", "name" : "Mark Anderson" }, { @@ -172,14 +80,14 @@ ] }, { + "id" : "Robert DiCicco", "name" : "Robert DiCicco", "data" : [ [ "Perl", 2 ] - ], - "id" : "Robert DiCicco" + ] }, { "name" : "Roger Bell_West", @@ -200,6 +108,8 @@ ] }, { + "id" : "Ulrich Rieke", +