countcyrillus Report post Posted December 13, 2016 Is there a way to add an icon (like FontAwesome) to the chart (Probably where the toolbar is) with the ability to hover for tooltips and handle clicks? Share this post Link to post Share on other sites
Prerana Report post Posted December 14, 2016 Hello, Thanks for the query. Kindly use annotation and its event (annotationClick, annotationRollOver, annotationRollOut) to achieve your requirement, ie add an icon to the chart with hover effect and click event. For more details about annotation, visit the links given below. http://www.fusioncharts.com/dev/advanced-chart-configurations/annotations/introduction.html http://www.fusioncharts.com/dev/api/fusioncharts/namespaces/annotations.html#events Kindly refer the fiddle below for the implementation. http://jsfiddle.net/BDZEG/44/ Hope this helps, Share this post Link to post Share on other sites