Sign in to follow this  
glaze24

Tool Tip For Linear Gauge

Recommended Posts

Hi,

I am using HLinear gauge. Please find the attached sample image. I want to show the value of the blue part of the gauge as a tool text when I hover over it and similarly for the pink part of the gauge. Is there any way to show tool tip like that? Because values are not clearly visible when one of the parts becomes very small. Please give me your suggestions.

 

 

Thanks

post-10141-094118400 1294733427_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Could you please send us the code to look into the issue?

 

Awaiting for your reply.

Edited by Angie

Share this post


Link to post
Share on other sites

Hi,

 

Below is my code,

 

<chart showToolTip='0' showValue='0' showGaugeLabels='0' lowerLimit='0' upperLimit='100' lowerLimitDisplay='0' upperLimitDisplay='100' tickValueStep='2' bgColor='FBFAF7' showBorder = '0' numberSuffix='%'>

<colorRange>

<color minValue='0' maxValue='83' code='A9CCFF' label='xxxx'></color>

<color minValue='83' maxValue='100' code='FEB5FF' label='yyy'></color>

</colorRange>

<pointers>

<pointer bgAlpha= '24' radius = '7' value='83'></pointer>

</pointers>

</chart>

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

I am afraid, FusionCharts does not support the feature you are looking for, at this time.

 

Hope this helps.smile.gif

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