Image on pie graph with highcharts

2019-08-03 21:39发布

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

enter image description here

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?

1条回答
ゆ 、 Hurt°
2楼-- · 2019-08-03 22:20

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 - in redraw event you could update the images.

Simple example http://jsfiddle.net/dh6e15op/1/

查看更多
登录 后发表回答