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
When the candle be selected, I want the close value be selected. What should I do?
The text was updated successfully, but these errors were encountered:
hmm, please check the candle stick chart renderer func drawHighlighted, you should be highlight anything you like there
Sorry, something went wrong.
Thank you very much! I have solved this problem in func drawHighlighted, just change the y value in the func:
let lowValue = CGFloat(e.low) * animator.phaseY let highValue = CGFloat(e.high) * animator.phaseY let y = (lowValue + highValue) / 2.0
No branches or pull requests
When the candle be selected, I want the close value be selected. What should I do?
The text was updated successfully, but these errors were encountered: