how to loop through an object and find maximum value javascript 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; }))