I am using the highcharts as in below image. I want to add an information icon with a tooltip at the bottom right corner of graph (red square in screenshot).
Here is the sandbox link: http://jsfiddle.net/BlackLabel/smkcd39v/
I have tried to achive this using annotations it din’t helped.
2
Answers
Check this out
https://jsfiddle.net/subeeshamie/Lko3cw02/5/
You can use
Highcharts.SVGRenderer
class to add an image with a tooltip.For example:
Live demo: http://jsfiddle.net/BlackLabel/xq50skfa/
Docs: https://www.highcharts.com/docs/advanced-chart-features/freeform-drawing
API Reference:
https://api.highcharts.com/class-reference/Highcharts.SVGRenderer#image
https://api.highcharts.com/class-reference/Highcharts.SVGRenderer#label