From dfe459e065d51e41d8cc7feb00a5f53b5080d79e Mon Sep 17 00:00:00 2001 From: Mohammad S Anwar Date: Mon, 11 Mar 2024 19:15:51 +0000 Subject: - Added solutions by Peter Meszaros. - Added solutions by Thomas Kohler. - Added solutions by Dave Jacoby. - Added solutions by Steven Wilson. - Added solutions by Ulrich Rieke. --- stats/pwc-current.json | 142 +++++++++++++++++++++++++++++++++++++------------ 1 file changed, 107 insertions(+), 35 deletions(-) (limited to 'stats/pwc-current.json') diff --git a/stats/pwc-current.json b/stats/pwc-current.json index 01740b6b1f..a5ac704057 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -1,9 +1,26 @@ { - "subtitle" : { - "text" : "[Champions: 3] Last updated at 2024-03-11 11:17:47 GMT" + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge - 260" }, "drilldown" : { "series" : [ + { + "name" : "Dave Jacoby", + "id" : "Dave Jacoby", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ] + }, { "data" : [ [ @@ -15,17 +32,54 @@ "name" : "E. Choroba" }, { + "name" : "Mark Anderson", + "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] + ] + }, + { + "id" : "Peter Meszaros", + "data" : [ + [ + "Perl", + 2 + ] ], - "name" : "Mark Anderson", - "id" : "Mark Anderson" + "name" : "Peter Meszaros" + }, + { + "name" : "Thomas Kohler", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 2 + ] + ], + "id" : "Thomas Kohler" + }, + { + "data" : [ + [ + "Perl", + 2 + ], + [ + "Raku", + 2 + ] + ], + "id" : "Ulrich Rieke", + "name" : "Ulrich Rieke" }, { - "name" : "W. Luis Mochan", "id" : "W. Luis Mochan", "data" : [ [ @@ -36,62 +90,80 @@ "Blog", 1 ] - ] + ], + "name" : "W. Luis Mochan" } ] }, - "title" : { - "text" : "The Weekly Challenge - 260" - }, "plotOptions" : { "series" : { "dataLabels" : { - "enabled" : 1, - "format" : "{point.y}" + "format" : "{point.y}", + "enabled" : 1 }, "borderWidth" : 0 } }, - "legend" : { - "enabled" : 0 - }, - "chart" : { - "type" : "column" - }, - "xAxis" : { - "type" : "category" - }, - "yAxis" : { - "title" : { - "text" : "Total Solutions" - } - }, "series" : [ { + "colorByPoint" : 1, "data" : [ { + "drilldown" : "Dave Jacoby", + "name" : "Dave Jacoby", + "y" : 3 + }, + { + "name" : "E. Choroba", "y" : 2, - "drilldown" : "E. Choroba", - "name" : "E. Choroba" + "drilldown" : "E. Choroba" }, { "name" : "Mark Anderson", - "drilldown" : "Mark Anderson", - "y" : 2 + "y" : 2, + "drilldown" : "Mark Anderson" + }, + { + "drilldown" : "Peter Meszaros", + "y" : 2, + "name" : "Peter Meszaros" }, { - "y" : 3, + "name" : "Thomas Kohler", + "y" : 4, + "drilldown" : "Thomas Kohler" + }, + { + "drilldown" : "Ulrich Rieke", + "y" : 4, + "name" : "Ulrich Rieke" + }, + { + "drilldown" : "W. Luis Mochan", "name" : "W. Luis Mochan", - "drilldown" : "W. Luis Mochan" + "y" : 3 } ], - "name" : "The Weekly Challenge - 260", - "colorByPoint" : 1 + "name" : "The Weekly Challenge - 260" } ], + "legend" : { + "enabled" : 0 + }, + "subtitle" : { + "text" : "[Champions: 7] Last updated at 2024-03-11 19:13:07 GMT" + }, + "xAxis" : { + "type" : "category" + }, "tooltip" : { - "headerFormat" : "{series.name}
", "pointFormat" : "{point.name}: {point.y:f}
", - "followPointer" : 1 + "followPointer" : 1, + "headerFormat" : "{series.name}
" + }, + "yAxis" : { + "title" : { + "text" : "Total Solutions" + } } } -- cgit