You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I met some inconsistency between regular/custom tooltips on zoom in drag mode.
If tooltips are enabled, there are hidden during dragging, as you can see in this fiddle (tested in Firefox 70 and Chromium 78), although it's not explicitly handled by the zoom plugin. I think it's because the update call in the mouseover handler.
However, tooltips.custom is called while dragging, as you can see here.
I think we should explicit the behaviour in the plugin?
The text was updated successfully, but these errors were encountered:
And in my tooltip callback, I early return if chart.tooltip.prevent is true. It's a bit ugly, so it would be nice if the plugin disabled tooltips natively. I don't know how to disable tooltips in a given update (by setting the _active property of the tooltip plugin?).
Hi,
I met some inconsistency between regular/custom tooltips on zoom in drag mode.
If
tooltips
areenabled
, there are hidden during dragging, as you can see in this fiddle (tested in Firefox 70 and Chromium 78), although it's not explicitly handled by the zoom plugin. I think it's because theupdate
call in themouseover
handler.However,
tooltips.custom
is called while dragging, as you can see here.I think we should explicit the behaviour in the plugin?
The text was updated successfully, but these errors were encountered: