I trying to devise a way of displaying events on my (time series) chart but I'm not sure of how to go about it.
What I'd like to end up with something like I've tried to depict below. The -o- is my series. The - is the series line and the o are the individual series points. This much I have already. The | is a line (or callout) emanating from a point on the series or from the series line itself (really its position corresponds to a specific date-and-time on the x-axis). At the end of the line is A which could be a shape (like those used to represent series points e.g. a circle or square etc.), an image or some text (whatever is achievable). The important thing is that if you hover over the A, a popup should appear displaying additional text (i.e. the A would be a hotspot?). Ideally it would be nice if this was html (either a div-style popup or a new html window) to allow for the possibility of formatting but a tooltip may do. Just wondering how much of this is achievable? I see some type of popup is achieved in the 'Customising Mouseover Marks' - is there any way this could be attached to a callout as I've described?
Code: Select all
A
| A
| |
------o--------o----|----o---
Thanks,
Norman