squberam Report post Posted June 26, 2013 Hi , I have used heatmap in my project. i want to disply in the row & column level tool tip. Find the attached image. Is that possible in heatmap? Thanks in advance. Share this post Link to post Share on other sites
squberam Report post Posted June 27, 2013 Attached image. Share this post Link to post Share on other sites
Guest Sumedh Report post Posted June 27, 2013 Hi squberam, Welcome to FusionCharts Forum! You can display custom text (whatever you want to display) in the tool-tip using toolText attribute. You would need to specify this attribute in the <set> element. Ref. Code: <set rowId='Google' columnId='Mon' value='68' toolText='Google, Monday'/> For more information, please refer the following link: http://docs.fusioncharts.com/powercharts/Contents/ChartSS/HeatMap.html Hope this helps! Share this post Link to post Share on other sites