From: Adam Vartanian Date: Mon, 13 Oct 2014 16:35:36 +0000 (-0400) Subject: Make setSelection() work with missing points. X-Git-Tag: v1.1.0~47^2~1 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;ds=inline;h=ad7785b8f9a1564b8d18a8ee9a1036936298bb31;hp=ad7785b8f9a1564b8d18a8ee9a1036936298bb31;p=dygraphs.git Make setSelection() work with missing points. If the points array is missing points, for instance because the data handler omitted them, setSelection() will now still properly find the points that are being selected by looking at the points' idx property instead of just indexing into the points array. ---