Sign in to follow this  
Sanjukta

Tooltext on annotations on bulb behave differently

Recommended Posts

I have several charts with an annotation tooltext. The tooltext appears in a yellow rectangle with black border. For a bulb however there is no yellow rectancle and black border. Does anybody know a fix?

 

 

 

For instance an AngularGauge with the folllowing xml:

 


<chart showToolTip='1'>

   <colorRange>

       <color minValue='12829038' maxValue='14432668' code='B41527' />

       <color minValue='14432668' maxValue='16036298' code='E48739' />

       <color minValue='16036298' maxValue='19243558' code='399E38' />

   </colorRange>

   <dials>

       <dial value='11233294' bgColor='000000' baseWidth='28' topWidth='1' toolText='Dial tooltext...' />

   </dials>

   <annotations>

       <annotationGroup id='info' toolText='Annotation tooltext ..' >

           <annotation type='circle' x='10' y='10' color='FF0000' radius='10'/>

       </annotationGroup>

   </annotations>

</chart>

 

 

 

The same annotation on a Bulb:

 


<chart>

   <colorRange>

       <color minValue='0' maxValue='2' code='B41527' />

       <color minValue='2' maxValue='4' code='E48739' />

       <color minValue='4' maxValue='6' code='399E38' />

   </colorRange>

   <value>3.0</value>

   <annotations>

       <annotationGroup id='info' toolText='ToolText..' >

           <annotation type='circle' x='10' y='10' color='FF0000' radius='10'/>

       </annotationGroup>

   </annotations>

</chart>

Share this post


Link to post
Share on other sites

Hi,

We apologize for the inconvenience caused.

I am afraid, the Bulb Gauge of the FusionWidgets suite does not support the ToolTip feature, as of now. :D

We will be soon rectifying the information about the ToolTip feature mentioned in the FusionWidgets documentation.

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