meghana

Fusion Map - tooltip not working.

Recommended Posts

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 by meghana

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