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 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?
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 : )
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', }, }, },
The text was updated successfully, but these errors were encountered: