javascript - Highcharts: How to add HTML inside of chart area -


is possible add custom html (e.g. div) inside of chart area (inside of border; highcharts renderer not seem offer option)? if yes how 1 go doing this?

any appreciated.

renderer render elements on svg/vml. if want add html tags, add them same way done in highcharts - position:absolute , set left/top values put inside container.


Comments