Atul Darne Report post Posted December 8, 2011 I need to display both the absolute value and the percentage value on mouse-over in a column chart. How do I achieve this? Share this post Link to post Share on other sites
Guest Angshu Report post Posted December 8, 2011 Hi, Thanks for your post. Please try the same by setting <toolText> attribute inside the <set> element of your XML code. By default, FusionCharts shows the data item name and value as tool tip text for that data item. But, if you want to display more information for the data item as tool tip, you can use this attribute to specify the same. Ex : <set label='Jan' value='420000' tooltext='42,42%' /> Hope this helps. Share this post Link to post Share on other sites