From de63f8e410ecfe81398bd581ea63fc2f119a8460 Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Tue, 21 Dec 2021 15:40:16 +0000 Subject: - Added solutions by Paulo Custodio. --- stats/pwc-current.json | 75 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 45 insertions(+), 30 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 017c680b30..ae093a6228 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,6 +1,25 @@ { + "plotOptions" : { + "series" : { + "dataLabels" : { + "format" : "{point.y}", + "enabled" : 1 + }, + "borderWidth" : 0 + } + }, "drilldown" : { "series" : [ + { + "name" : "Paulo Custodio", + "id" : "Paulo Custodio", + "data" : [ + [ + "Perl", + 2 + ] + ] + }, { "data" : [ [ @@ -12,56 +31,52 @@ 2 ] ], - "name" : "Roger Bell_West", - "id" : "Roger Bell_West" + "id" : "Roger Bell_West", + "name" : "Roger Bell_West" } ] }, - "title" : { - "text" : "The Weekly Challenge - 144" - }, - "legend" : { - "enabled" : 0 - }, "yAxis" : { "title" : { "text" : "Total Solutions" } }, - "tooltip" : { - "followPointer" : 1, - "headerFormat" : "{series.name}
", - "pointFormat" : "{point.name}: {point.y:f}
" + "legend" : { + "enabled" : 0 }, "xAxis" : { "type" : "category" }, - "chart" : { - "type" : "column" - }, - "subtitle" : { - "text" : "[Champions: 1] Last updated at 2021-12-21 15:06:31 GMT" - }, "series" : [ { + "colorByPoint" : 1, "data" : [ + { + "name" : "Paulo Custodio", + "y" : 2, + "drilldown" : "Paulo Custodio" + }, { "name" : "Roger Bell_West", - "drilldown" : "Roger Bell_West", - "y" : 4 + "y" : 4, + "drilldown" : "Roger Bell_West" } ], - "name" : "The Weekly Challenge - 144", - "colorByPoint" : 1 + "name" : "The Weekly Challenge - 144" } ], - "plotOptions" : { - "series" : { - "borderWidth" : 0, - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - } - } + "title" : { + "text" : "The Weekly Challenge - 144" + }, + "chart" : { + "type" : "column" + }, + "subtitle" : { + "text" : "[Champions: 2] Last updated at 2021-12-21 15:38:35 GMT" + }, + "tooltip" : { + "pointFormat" : "{point.name}: {point.y:f}
", + "headerFormat" : "{series.name}
", + "followPointer" : 1 } } -- cgit