IDForums Report post Posted January 15, 2010 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 Report post Posted January 15, 2010 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
IDForums Report post Posted January 19, 2010 (edited) 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 January 19, 2010 by Guest Share this post Link to post Share on other sites
Guest Basundhara Ghosal Report post Posted January 19, 2010 Hi, I have to display YTD statistics in a HTML table on a pop up window Could you please try using the Drill-Down functionality for the same? Ref.- http://www.fusioncharts.com/maps/docs/Contents/DrillDown/PopUps.html Hope this helps. Share this post Link to post Share on other sites
IDForums Report post Posted January 20, 2010 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
Guest Basundhara Ghosal Report post Posted January 20, 2010 Hi, Could you please try using the "showMarkerToolTip" attribute? Also, please refer to the link below for further details on the same:- Ref.- http://www.fusioncharts.com/maps/docs/Contents/XML.html Hope this helps. Share this post Link to post Share on other sites
IDForums Report post Posted January 21, 2010 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 Report post Posted January 21, 2010 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
IDForums Report post Posted January 22, 2010 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 Report post Posted January 25, 2010 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