Image inside the Highcharts ring
1 answer
I edited the existing jsfiddle to add the image as you need it.
URL: http://jsfiddle.net/e2qpa/1349/
Related code with your question:
chart.renderer.image('http://highcharts.com/demo/gfx/sun.png', 220, 200, 60, 60)
.add();
});
HighChart Documentation: http://api.highcharts.com/highcharts#Renderer.image
+4
source to share