VChart
VChart copied to clipboard
[Feature] add delayThreshold for DataZoom、Brush and scrollbar
What problem does this feature solve?
when the size of data is too large, DataZoom
、Brush
、Scrollbar
should close realTime
and use throttle
by default.
related issue: https://github.com/VisActor/VChart/issues/2745
What does the proposed API look like?
{
delayThrehold?: number;
}