We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I display a blue pointer on a chart using data from onChange. The pointer should be positioned on top of the close value of the last candle.
Android and iOS send different data in onChange events:
Is there a way to make Android work as iOS?
The text was updated successfully, but these errors were encountered:
@KirillRodichevUtorg not related to this issue, but can you share how you built a blinking dot on the current value?
Also, how you made the horizontal line (reference line)? is it a limiter or a new line?
Sorry, something went wrong.
No branches or pull requests
I display a blue pointer on a chart using data from onChange. The pointer should be positioned on top of the close value of the last candle.
Android and iOS send different data in onChange events:
Is there a way to make Android work as iOS?
The text was updated successfully, but these errors were encountered: