sanjshah Report post Posted July 7, 2010 Hi, Not sure if this is possible but is it possible, I have a guage the lower limit is 'bad' upper 'good' with the values goign from -50 to 50, is it possible just to display the lower/upper limit text and dial value but not the values from -50 to 50? Thanks Share this post Link to post Share on other sites
Sanjukta Report post Posted July 7, 2010 Hi, Yes, it is possible with FusionCharts to display a string value as Upper and Lower limit of the chart. is it possible just to display the lower/upper limit text and dial value but not the values from -50 to 50? For this, could you please try setting the attribute showValue to '0' in the <chart> element of your XML? The attribute showValue specifies whether to show each dial's value. I have a guage the lower limit is 'bad' upper 'good' with the values goign from -50 to 50 Could you please try setting the desired string values for the attributes upperLimitDisplay and lowerLimitDisplay in the <chart> element of your XML? These attrbutes allow to display a label instead of the upper and the lower limit. On using these attributes, the upper and lower limit of the chart gets replaced by the label specified. For further details on the above, please refer to the following link: Ref.- http://www.fusioncharts.com/widgets/docs/Contents/Ang_XML.html Hope this helps. Share this post Link to post Share on other sites
sanjshah Report post Posted July 9, 2010 Sanjukta, not quite what I needed but good enough - thanks! Share this post Link to post Share on other sites
Sanjukta Report post Posted July 9, 2010 (edited) Hi, You are welcome. Hope that your issue is resolved. Please feel free to revert in case you have any further queries. Happy FusionCharting! Edited July 9, 2010 by Guest Share this post Link to post Share on other sites