vasturiano / timelines-chart

Timelines Chart
http://vasturiano.github.io/timelines-chart/example/categorical/
MIT License
556 stars 121 forks source link

How can I turn off the hover magnifying effect? #64

Open middlesister opened 4 years ago

middlesister commented 4 years ago

This might be a js newbie question, but I'd like to remove the hover magnifying effect.

How can I set disableHover=true from my own script on the timlines-chart object?

zachboatwright commented 4 years ago

I don't think this library supports turning off specific animations, but you can turn all animations off with yourTimeline.enableAnimations(false)

middlesister commented 4 years ago

Well not really. enableAnimations() will disable the animations between zooming in and out. It does nothing to affect the magnifying effect on hover, sadly.

chancesmith commented 4 years ago

I'd like to add this feature. 🙋‍♂️