Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tooltip - Slow Performance #417

Open
calvinnelms opened this issue Mar 20, 2024 · 1 comment
Open

Tooltip - Slow Performance #417

calvinnelms opened this issue Mar 20, 2024 · 1 comment

Comments

@calvinnelms
Copy link

I have enabled tooltip on a chart which contains 15000+ records. The chart tooltip lags when hovering over the chart.
Smaller datasets perform much better.

Are there any settings to reduce animation, or improve tooltip performance?

tooltip: { backgroundColor: '#ffffff', trigger: 'axis', valueFormatter: value => (+value).toFixed(0), axisPointer: { type: 'cross', label: { backgroundColor: '#ffffff', }, }, },

@drilonademaj-ci
Copy link

I had the same issue, did not find anything that made it better with without changing the tooltip to active on click instead of hover. Hope this helps : )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants