meghana Report post Posted October 2, 2014 (edited) I want to show tooltip on each entity of my fusion map. I have set below propeties on json map object , but it seems not working, not sure what is issue. please help me on this. var json = { map : { showEntityToolTip : "1", showToolTip : "1", }, data : [{ id : "587", value : "335", showEntityToolTip : "1", tooltext : "custom text" }, { id : "643", value : "546", showEntityToolTip : "1", tooltext : "custom text" }, ....... ] } Edited October 2, 2014 by meghana Share this post Link to post Share on other sites
Moonmi Sonowal Report post Posted October 7, 2014 Hi, Could you please check the fiddle below? http://jsfiddle.net/moonmi/dztaxsb1/ In the fiddle the "showToolTip" attribute is set to 1 so as to make tool-tips appear on the chart on hover in the chart element. Hope this helps. Thanks. Share this post Link to post Share on other sites