VisActor / VChart

VChart, more than just a cross-platform charting library, but also an expressive data storyteller.
https://www.visactor.io/vchart
MIT License
775 stars 45 forks source link

[Feature] add delayThreshold for DataZoom、Brush and scrollbar #2756

Open xile611 opened 1 month ago

xile611 commented 1 month ago

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;
}