I want to know how to add images while exporting the image from highcharts. i dont want the images to be “on” the highchart images but i want it to display like this…
<"IMAGE1">
<"CHART">
<"IMAGE2">
is it possible and if it is then how? i understand that there is a image renderer in high charts but that is not what i want..
renderer.image('http://highcharts.com/demo/gfx/sun.png', 100, 100, 30, 30)
.add();
Thanks in advanced.:)
You could use the renderer.image and pad the top and bottom of the plot with space. Fiddle here: