Sign in to follow this  
IDForums

Tooltip on a label or marker in a map

Recommended Posts

Hi,

 

 

 

1. How can I display a tool text on a Label or a marker? I want to display a customized tooltext.

 

2. Is there a way to provide a link for a label on map?

 

 

 

Thanks.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

1. How can I display a tool text on a Label or a marker? I want to display a customized tooltext.

Please try using the "tooltext" attribute in the <set> element to display the customize tooltip.

Ref.- http://www.fusioncharts.com/docs?/AttDesc/ToolTip.html

2. Is there a way to provide a link for a label on map?

Please try using the "link" attribute in the <entity> element of the map.

Ref.- http://www.fusioncharts.com/maps/docs/Contents/XMLEntity.html

Hope this helps. :)

Share this post


Link to post
Share on other sites

Hi,

 

 

 

Thanks for your response. But I have already looked at these 2 options. I want a customized tooltip with info not related to < set> tag. I have to display YTD statistics in a HTML table on a pop up window. Because of the lack of space on the main page and to avoid scrolling all the way to the bottom of the page to view this information, I want to show this info as a rollover text over a label saying "YTD Stats" anywhere on the chart/map. This is not related to x or y axes. Neither link nor < set > tag are solving my purpose. Could you please suggest any other option?

Edited by Guest

Share this post


Link to post
Share on other sites

I can use this option but it might be more appropriate to have this pop up window for a label outside the map since these statistics are not related to any particular state in my map.

 

Can I have a customized tooltip for a marker?

Share this post


Link to post
Share on other sites

Hi,

 

 

 

showMarkerToolTip is whether to display a tooltip or not. But what I am looking for is to display a different text on the tooltip other than tooltip label. By default, the marker tooltip has same text as marker label. Any help?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please send us the XML codes that you are using?

Awaiting your reply. :hehe:

Share this post


Link to post
Share on other sites

Hi,

 

 

 

Attached is my map XML doc. I have commented on two lines of code where I am looking for help. Could you please provide me a solution asap?

 

 

 

I want an entity which is not related to the map, outside the map which can display a tooltip upon mouseover

 

OR

 

I want a label or a marker to show a tool text different from default one. I want to display some statistics from DB on the tool tip text.

 

 

 

Looking for immediate help.

 

 

 

Thanks.

map.txt

Share this post


Link to post
Share on other sites
Guest Madhumita

Hello,

 

 

 

what I am looking for is to display a different text on the tooltip other than tooltip label. By default, the marker tooltip has same text as marker label. Any help?

 

 

 

The toolText attribute can not be used with markers. As an alternative, you can set the label of the marker to with your custom string. This will be displayed in the tooltip.

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this