Expected behaviour
Tooltip should have a disabled animation when moving around points while followPointer: true. When moving between points, for example between individual columns, this animation should be enabled.
Live demo with steps to reproduce
Hover over a column and move the cursor over it https://jsfiddle.net/BlackLabel/d81u4x0p/
Product version
Core, broken since #21110
How it should work?
If followPointer is set to true, disable the animation when moving around the point, but enable it when moving from one point to another
If followPointer is set to false, apply the default (or user selected) animation for both actions
Expected behaviour
Tooltip should have a disabled animation when moving around points while
followPointer: true. When moving between points, for example between individual columns, this animation should be enabled.Live demo with steps to reproduce
Hover over a column and move the cursor over it https://jsfiddle.net/BlackLabel/d81u4x0p/
Product version
Core, broken since #21110
How it should work?
If
followPointeris set to true, disable the animation when moving around the point, but enable it when moving from one point to anotherIf
followPointeris set to false, apply the default (or user selected) animation for both actions