I am looking for a graph library that is highly customizable. I found Highcharts and loved it. I am trying to create a pie chart that has images on it. Something like this image
but I am not sure how to do it with highcharts. can anyone help me. Is this possible with highcharts ? if not can you please suggest any other graphs where I can get this output?
It is possible using Highcharts to add custom image to chart using default API's
renderer
. (API reference: http://api.highcharts.com/highcharts#Renderer.image)In
load
chart event you could add custom images to chart and to keep chart responsive - inredraw
event you could update the images.Simple example http://jsfiddle.net/dh6e15op/1/