return object with a maximum value of key in array code example
Example: find max of array of objects key
Math.max.apply(Math, array.map(function(o) { return o.y; }))
Math.max.apply(Math, array.map(function(o) { return o.y; }))