We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f8d468 commit fce4d68Copy full SHA for fce4d68
src/plots/cartesian/graph_interact.js
@@ -23,6 +23,10 @@ var dragElement = require('../../components/dragelement');
23
24
var fx = module.exports = {};
25
26
+// TODO remove this in version 2.0
27
+// copy on Fx for backward compatible
28
+fx.unhover = dragElement.unhover;
29
+
30
fx.layoutAttributes = {
31
dragmode: {
32
valType: 'enumerated',
0 commit comments