I want to do something like this picture: enter image description here
When my mouse point a candle and then show the candle data label.
How can I get it?
I know i can use axes.text() to set data label, but it will alway show on the graph.
Can anyone give me what code should I use?
Please give me some hint.
Thanks!