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
Describe the issue
When using a tooltip synced across multiple charts, the performance can quickly be diminished. The main culprit in that the createPopper method is called on every mouse move, due to the settings changes on each render.
Describe the issue
When using a tooltip synced across multiple charts, the performance can quickly be diminished. The main culprit in that the
createPopper
method is called on every mouse move, due to the settings changes on each render.To Reproduce
Steps to reproduce the behavior:
popperSettings
on every mouse change for each external chart.Expected behaviour
popperSettings
are not excessively updated unnecessarily.Version (please complete the following information):
latest
The text was updated successfully, but these errors were encountered: