sanjshah

Display Lower Limit / Upper Limit but no other value

Recommended Posts

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

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

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

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