Commit 6e1a3709 authored by Igor Kulikov's avatar Igor Kulikov

Fix interactive variables declaration order.

parent 95b6b635
...@@ -814,6 +814,10 @@ Licensed under the MIT license. ...@@ -814,6 +814,10 @@ Licensed under the MIT license.
hooks: {} hooks: {}
}, },
// interactive features
highlights = [],
redrawTimeout = null,
// the canvas for the plot itself // the canvas for the plot itself
surface = null, surface = null,
...@@ -3378,10 +3382,6 @@ Licensed under the MIT license. ...@@ -3378,10 +3382,6 @@ Licensed under the MIT license.
} }
} }
// interactive features
var highlights = [],
redrawTimeout = null;
/** /**
* returns the data item the mouse is over, or null if none is found * returns the data item the mouse is over, or null if none is found
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment