From bee707c7034cfb275f0da150d9faf2425efbe0f3 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 14 Dec 2021 13:14:14 +0000 Subject: - Added solutions by E. Choroba. --- stats/pwc-current.json | 161 +++++++++++++++++++++++++++---------------------- 1 file changed, 88 insertions(+), 73 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 15e0d36b26..27df502d22 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,9 +1,84 @@ { - "subtitle" : { - "text" : "[Champions: 7] Last updated at 2021-12-14 12:33:57 GMT" + "tooltip" : { + "followPointer" : 1, + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
" + }, + "legend" : { + "enabled" : 0 + }, + "plotOptions" : { + "series" : { + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + }, + "borderWidth" : 0 + } + }, + "title" : { + "text" : "The Weekly Challenge - 143" }, + "series" : [ + { + "data" : [ + { + "drilldown" : "E. Choroba", + "y" : 2, + "name" : "E. Choroba" + }, + { + "drilldown" : "Luca Ferrari", + "y" : 5, + "name" : "Luca Ferrari" + }, + { + "y" : 1, + "drilldown" : "Mohammad S Anwar", + "name" : "Mohammad S Anwar" + }, + { + "name" : "Olivier Delouya", + "y" : 1, + "drilldown" : "Olivier Delouya" + }, + { + "y" : 2, + "drilldown" : "Paulo Custodio", + "name" : "Paulo Custodio" + }, + { + "name" : "Robert DiCicco", + "y" : 2, + "drilldown" : "Robert DiCicco" + }, + { + "drilldown" : "Roger Bell_West", + "y" : 4, + "name" : "Roger Bell_West" + }, + { + "y" : 2, + "drilldown" : "Ulrich Rieke", + "name" : "Ulrich Rieke" + } + ], + "name" : "The Weekly Challenge - 143", + "colorByPoint" : 1 + } + ], "drilldown" : { "series" : [ + { + "name" : "E. Choroba", + "id" : "E. Choroba", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, { "name" : "Luca Ferrari", "data" : [ @@ -25,22 +100,22 @@ 1 ] ], - "name" : "Mohammad S Anwar", - "id" : "Mohammad S Anwar" + "id" : "Mohammad S Anwar", + "name" : "Mohammad S Anwar" }, { - "name" : "Olivier Delouya", "data" : [ [ "Perl", 1 ] ], - "id" : "Olivier Delouya" + "id" : "Olivier Delouya", + "name" : "Olivier Delouya" }, { - "id" : "Paulo Custodio", "name" : "Paulo Custodio", + "id" : "Paulo Custodio", "data" : [ [ "Perl", @@ -69,10 +144,11 @@ 2 ] ], - "name" : "Roger Bell_West", - "id" : "Roger Bell_West" + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" }, { + "name" : "Ulrich Rieke", "data" : [ [ "Perl", @@ -83,77 +159,13 @@ 1 ] ], - "name" : "Ulrich Rieke", "id" : "Ulrich Rieke" } ] }, - "series" : [ - { - "colorByPoint" : 1, - "data" : [ - { - "name" : "Luca Ferrari", - "drilldown" : "Luca Ferrari", - "y" : 5 - }, - { - "name" : "Mohammad S Anwar", - "y" : 1, - "drilldown" : "Mohammad S Anwar" - }, - { - "name" : "Olivier Delouya", - "drilldown" : "Olivier Delouya", - "y" : 1 - }, - { - "name" : "Paulo Custodio", - "drilldown" : "Paulo Custodio", - "y" : 2 - }, - { - "y" : 2, - "drilldown" : "Robert DiCicco", - "name" : "Robert DiCicco" - }, - { - "drilldown" : "Roger Bell_West", - "y" : 4, - "name" : "Roger Bell_West" - }, - { - "name" : "Ulrich Rieke", - "drilldown" : "Ulrich Rieke", - "y" : 2 - } - ], - "name" : "The Weekly Challenge - 143" - } - ], "xAxis" : { "type" : "category" }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "The Weekly Challenge - 143" - }, - "tooltip" : { - "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1, - "headerFormat" : "{series.name}
" - }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" - }, - "borderWidth" : 0 - } - }, "yAxis" : { "title" : { "text" : "Total Solutions" @@ -161,5 +173,8 @@ }, "chart" : { "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 8] Last updated at 2021-12-14 13:12:55 GMT" } } -- cgit