-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
access candle data from renderRect #192
Comments
Also, |
related #180 |
Just found out here that currentX is meant to be the currently selected candle. It's kind of hard to find documentation about it. Could we add some arguments to the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
I'm trying to use
useCandleData
inside ofrenderRect
. Something like this:CandlestickChart.useChart()
seems to work as expected – butCandlestickChart.useCandleData()
doesn't.doesn't work. Instead it has to be
-1
for all values (timestamp, open, high, low and close)The text was updated successfully, but these errors were encountered: