Improve popper.js performance with removing debounce. #909
Labels
enhancement
New feature or request
:performance
Performance related issues
:tooltip
Related to hover tooltip
Is your feature request related to a problem? Please describe.
Popper.js has a debounce on the
createPopper
method that may limit the performance of the tooltip with composite and other chart types. This debounce limits this method to run at most once-per-tick which may be unacceptable performance.Describe the solution you'd like
Investigate the removal of the debounce to replace with our own debounce flag to improve performance when not needed.
See floating-ui/floating-ui#1194
The text was updated successfully, but these errors were encountered: