-
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
How do I get the value of the candle I clicked? #204
Comments
+1 |
1 similar comment
+1 |
As for me, it turns out that it was easier to "write techan.js in d3" by myself. Seriously, it's not that hard. |
I don’t understand you @episage How did you do it? |
Sorry, I don't have time at this second to expand further, but the short of it is: |
@icastillejogomez I learned https://d3js.org/ and wrote the code for drawing candles myself. It is not that difficult. |
In this issue I can get the candle data that my mouse hover it. #226 |
I added a click event based on the graph of the next candle foot.
However, the value of the candle clicked cannot be taken.
How can I get a value?
http://bl.ocks.org/andredumas/27c4a333b0e0813e093d
The text was updated successfully, but these errors were encountered: