xieziyu/ngx-echarts

Tooltip - Slow Performance

calvinnelms opened this issue · 0 comments

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', }, }, },