I'm using AngularJS and Angularjs-nvd3-directives to make a dashboard. Mostly, I'm using line charts. It would be nice if I could mark some events on the chart. Let's say that I have a time series. I would like to draw a marker (a dot or a line, maybe with a custom tooltip) at some point in time.
Is there any way to do that?
Thanks in advice.