i have created Time-series chart. How can i implement such that when i click at any coordinate of graph i should be able to add some comments at that point
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
closed as not a real question by griegs, Buhake Sindi, Mac, agf, Graviton Sep 15 '11 at 6:13
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can get the data point nearest where the user clicked, as shown here. You can add a suitable |
|||
|
|