push() is cheaper than unshift(). Refactor to separate the stacked case from
authorNikhil Kasinadhuni <nikhilk@google.com>
Thu, 11 Mar 2010 18:46:02 +0000 (10:46 -0800)
committerNikhil Kasinadhuni <nikhilk@google.com>
Thu, 11 Mar 2010 18:46:02 +0000 (10:46 -0800)
commit416b05ad69406631230ca76cc5b163047dd1bae1
tree3e872835c3222b0af9d4a228412272894d058155
parent2aa21213e0c8f56985595ebd106dad77583a6b4e
push() is cheaper than unshift(). Refactor to separate the stacked case from
the normal case in determining the list of hovered points.
dygraph.js