glaze24 Report post Posted January 11, 2011 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 Share this post Link to post Share on other sites
Guest Angie Report post Posted January 11, 2011 (edited) Hi, Could you please send us the code to look into the issue? Awaiting for your reply. Edited January 11, 2011 by Angie Share this post Link to post Share on other sites
glaze24 Report post Posted January 11, 2011 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 Report post Posted January 11, 2011 Hi, I am afraid, FusionCharts does not support the feature you are looking for, at this time. Hope this helps. Share this post Link to post Share on other sites
srividya_sharma Report post Posted January 11, 2011 Hi, You could try using Annotations for this purpose though it won't work like a tool tip. You could even try to create a legend at the bottom using Annotations. Take a look at : http://www.fusioncharts.com/widgets/docs/Contents/Ann_Rectangle.html Srividya Share this post Link to post Share on other sites