Lazy load candle stick #4090
abhipdgupta
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
is there any way we can lazy load data . I mean to only render the data that is in view and not to render other outliers or out of view data.
I am working with candlestick chart and get a lot of data from the backend but i donot want to show those 1000-3000 data point at once for which i make adjustment for a initial zoom which i get from #1138 issue .But react will be still rendering data those are out of view ,
making the chart laggy and unusable.
Beta Was this translation helpful? Give feedback.
All reactions