X-Git-Url: https://adrianiainlam.tk/git/?a=blobdiff_plain;f=dygraph.js;h=6ae12c340f849dd75117eb51de6b62c788ed0bcd;hb=54f4c379dcad2be2e6b2922b9e25e46352ee604d;hp=2966316ef101ebb965c2bd6e554f8578d8e4d72e;hpb=3219f2df180f5ca7d87afe8eb0284a3a43146fb5;p=dygraphs.git diff --git a/dygraph.js b/dygraph.js index 2966316..6ae12c3 100644 --- a/dygraph.js +++ b/dygraph.js @@ -2042,6 +2042,7 @@ Dygraph.prototype.animateSelection_ = function(direction) { Dygraph.prototype.updateSelection_ = function(opt_animFraction) { /*var defaultPrevented = */ this.cascadeEvents_('select', { + selectedRow: this.lastRow_, selectedX: this.lastx_, selectedPoints: this.selPoints_ });