Lazy load data #472
Answered
by
markmcdowell
MisterOzzy
asked this question in
Q&A
-
I have server which return OHLC data by time range. How can I subscribe or track when user move back chart by hand chart for get actual time range and send request to server and return specific data? |
Beta Was this translation helpful? Give feedback.
Answered by
markmcdowell
Jan 21, 2021
Replies: 1 comment 3 replies
-
There's 2 callbacks on the ChartCanvas to load data before or after the current window. See: |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
MisterOzzy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There's 2 callbacks on the ChartCanvas to load data before or after the current window.
See:
https://github.com/reactivemarkets/react-financial-charts/blob/master/packages/core/src/ChartCanvas.tsx#L313