I have a chart showing a trend. I need to add custom vertical lines to represent some events as they happened during the reported period. This may help me see the connection between those events and changes (if any) in the trend.
Example: please see the message bubbles and scattered dashed lines in the centre (click for higher resolution).
Checked the latest docs and samples but couldn't find anything suitable.
Few ideas from the top of my head:
- Place very narrow bar charts, separately from the main data, on the same canvas
- Use Javascript to calculate canvas size and manually place custom vertical lines over it
Both sound like workarounds, and I was wondering if there's a better way. Thank you.