VChart icon indicating copy to clipboard operation
VChart copied to clipboard

[Feature] add delayThreshold for DataZoom、Brush and scrollbar

Open xile611 opened this issue 8 months ago • 0 comments

What problem does this feature solve?

when the size of data is too large, DataZoomBrushScrollbar 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;
}

xile611 avatar May 30 '24 03:05 xile611