-
Notifications
You must be signed in to change notification settings - Fork 534
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
Hi, how can i show high, low, open ,close values? #226
Comments
Are you referring to this type of graph? |
I think @AshotStdev need the typical box on candlestick's hover with that information. I need it too 😞 |
The only solution I founded to this trouble is to use crosshair mouse axis. http://bl.ocks.org/andredumas/045f550b72ad46301130 |
@icastillejogomez Found a way to display OHLC information corresponding to the cursor position. Let me know if it's what you're after and I'll share the code. |
@thibautquentinjacob yes!!! This is exactly i'm looking for. I was referring about a hover box on the candle but this solution is better for me. I'm supposing that you have a hover event that call back you the current candle data. |
@icastillejogomez I did it the following way:
Here is a gist to help you reproduce that feature |
Thank you so much @thibautquentinjacob 😄 👍 |
You're welcome! Let me know how it works out 😄 |
Make sense!! Tomorrow I'll test it and let you know if works out! |
Works fine!!! thank you so much @thibautquentinjacob |
No description provided.
The text was updated successfully, but these errors were encountered: