Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add init step when changing dragmode
  • Loading branch information
mdtusz committed Jan 18, 2016
commit 2a931797528efa81fec7dcd6447ce45f00d1c4c7
1 change: 1 addition & 0 deletions src/components/modebar/buttons.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,7 @@ function handleCartesian(gd, ev) {
);
}
Plotly.Fx.supplyLayoutDefaults(gd.layout, fullLayout, gd._fullData);
Plotly.Fx.init(gd);
}
});
}
Expand Down