antonvdm Report post Posted November 7, 2018 Is it possible to embed images in a FushionChart. For example, if I sell Disney clothing, on the line graph that shows the volumes for each type of product (let's assume Mickey Mouse and Pluto) can I add images of Mickey and Pluto to the graph either on the line, the mouse over pop up of the line, or as the image of the legend? Share this post Link to post Share on other sites
Akash Biswas Report post Posted November 9, 2018 Hi, Yes, it is possible to place Image annotations anywhere on the chart. Please check the documentation link for reference to Image annotations of FusionCharts : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations#create-image-annotations-5 Also find a sample fiddle for reference : http://jsfiddle.net/tk5mo349/2/ The sample provided showcases the image annotation feature, it also displays the images on hovering the plots by setting the "toolText" attribute in each of the data objects. Please note : Annotations are static in nature. To position the annotations, refer to this link : https://www.fusioncharts.com/dev/chart-guide/chart-configurations/annotations#positioning-annotations-15 Thanks, Akash. Share this post Link to post Share on other sites