diff options
Diffstat (limited to 'stats/pwc-current.json')
| -rw-r--r-- | stats/pwc-current.json | 145 |
1 files changed, 97 insertions, 48 deletions
diff --git a/stats/pwc-current.json b/stats/pwc-current.json index d156ced37a..a53b1f4fcc 100644 --- a/stats/pwc-current.json +++ b/stats/pwc-current.json @@ -4,66 +4,47 @@ "text" : "Total Solutions" } }, - "plotOptions" : { - "series" : { - "dataLabels" : { - "format" : "{point.y}", - "enabled" : 1 - }, - "borderWidth" : 0 - } - }, - "subtitle" : { - "text" : "[Champions: 6] Last updated at 2024-07-08 14:21:33 GMT" - }, - "chart" : { - "type" : "column" - }, - "tooltip" : { - "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", - "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", - "followPointer" : 1 - }, - "xAxis" : { - "type" : "category" - }, - "legend" : { - "enabled" : 0 - }, - "title" : { - "text" : "The Weekly Challenge - 277" - }, "drilldown" : { "series" : [ { + "name" : "Alexander Karelas", "data" : [ [ "Perl", 2 ] ], - "id" : "Alexander Karelas", - "name" : "Alexander Karelas" + "id" : "Alexander Karelas" + }, + { + "name" : "David Ferrone", + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "David Ferrone" }, { "name" : "Feng Chang", - "id" : "Feng Chang", "data" : [ [ "Raku", 2 ] - ] + ], + "id" : "Feng Chang" }, { - "name" : "Mark Anderson", + "id" : "Mark Anderson", "data" : [ [ "Raku", 2 ] ], - "id" : "Mark Anderson" + "name" : "Mark Anderson" }, { "name" : "Niels van Dijke", @@ -76,6 +57,16 @@ "id" : "Niels van Dijke" }, { + "data" : [ + [ + "Perl", + 2 + ] + ], + "id" : "Peter Meszaros", + "name" : "Peter Meszaros" + }, + { "name" : "Santiago Leyva", "data" : [ [ @@ -86,7 +77,6 @@ "id" : "Santiago Leyva" }, { - "name" : "Ulrich Rieke", "data" : [ [ "Perl", @@ -97,46 +87,105 @@ 2 ] ], - "id" : "Ulrich Rieke" + "id" : "Ulrich Rieke", + "name" : "Ulrich Rieke" + }, + { + "name" : "W. Luis Mochan", + "data" : [ + [ + "Perl", + 2 + ], + [ + "Blog", + 1 + ] + ], + "id" : "W. Luis Mochan" } ] }, + "subtitle" : { + "text" : "[Champions: 9] Last updated at 2024-07-08 16:43:38 GMT" + }, "series" : [ { "name" : "The Weekly Challenge - 277", "colorByPoint" : 1, "data" : [ { - "name" : "Alexander Karelas", + "y" : 2, "drilldown" : "Alexander Karelas", - "y" : 2 + "name" : "Alexander Karelas" }, { + "name" : "David Ferrone", "y" : 2, + "drilldown" : "David Ferrone" + }, + { "drilldown" : "Feng Chang", + "y" : 2, "name" : "Feng Chang" }, { "name" : "Mark Anderson", - "y" : 2, - "drilldown" : "Mark Anderson" + "drilldown" : "Mark Anderson", + "y" : 2 }, { "name" : "Niels van Dijke", - "y" : 2, - "drilldown" : "Niels van Dijke" + "drilldown" : "Niels van Dijke", + "y" : 2 }, { - "drilldown" : "Santiago Leyva", + "name" : "Peter Meszaros", + "drilldown" : "Peter Meszaros", + "y" : 2 + }, + { + "name" : "Santiago Leyva", "y" : 2, - "name" : "Santiago Leyva" + "drilldown" : "Santiago Leyva" }, { - "name" : "Ulrich Rieke", + "drilldown" : "Ulrich Rieke", "y" : 4, - "drilldown" : "Ulrich Rieke" + "name" : "Ulrich Rieke" + }, + { + "name" : "W. Luis Mochan", + "y" : 3, + "drilldown" : "W. Luis Mochan" } ] } - ] + ], + "chart" : { + "type" : "column" + }, + "title" : { + "text" : "The Weekly Challenge - 277" + }, + "legend" : { + "enabled" : 0 + }, + "xAxis" : { + "type" : "category" + }, + "plotOptions" : { + "series" : { + "borderWidth" : 0, + "dataLabels" : { + "enabled" : 1, + "format" : "{point.y}" + } + } + }, + "tooltip" : { + "pointFormat" : "<span style='color:{point.color}'>{point.name}</span>: <b>{point.y:f}</b><br/>", + "headerFormat" : "<span style='font-size:11px'>{series.name}</span><br/>", + "followPointer" : 1 + } } |
