Closed Frencil closed 7 years ago
[x] Set layout.mouse_guide
to true
or false
for each LZ.Layouts.get('plot', ...)
[x] Make Plot.initialze
only do things related to mouse_guide
if layout.mouse_guide
.
this.mouse_guide
and the this.interaction.dragging
parts of mousemove
were in separate functions.[x] Update docs
As documented in this issue, sometimes mouse guides aren't wanted. They should still be on by default, but should be hooked to a layout directive (at the plot level) that can be set to false to prevent them from rendering.