Sign in to follow this  
squberam

how to display tooltip in heatmap

Recommended Posts

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
Guest Sumedh

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this