Sign in to follow this  
jaylunk

Upper & Lower limit problem

Recommended Posts

I am creating an angular gauge that should have the lower limit at "90" and the upper limit at "100". The color bands are very small, actually 1 tick per band. When setting "lowerLimit" to 90, the chart always starts at "0" and goes to 100. Can you help me with the settings?

 

I've attached the xml for the chart.

mychart.xml

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Welcome to FusionCharts forum.

Please try setting the value of the <dial> element to '90'.

Hope this helps. :)

Share this post


Link to post
Share on other sites

Thank you. This would mean setting the dial value to a fixed number. I need this dial value to be dynamic and so it is currently set to a variable. It seems as though if the returned value < lowerLimit value, then the lowerLimit sets itself to zero. Otherwise, it sets itself to whatever I've got the lowerLimit set to.

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

In case you wish the dial to start from '90', please try setting it to '90' else you can set the value of your desire.

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