Sign in to follow this  
Pranali

Showlimits Attribute In Angular Gauge

Recommended Posts

Hi,

 

The showLimits attribute is not working. I need to display only the first and the last tick value. I have given the following specification for the other attributes:

upperLimit="100.0" lowerLimit="0.0" gaugeOuterRadius="115.0" majorTMNumber="10.0" minorTMNumber="0.0" bgColor="#ffffff" showValue="0" showTickValues="0" showLimits="1"

 

Could you please help me why the showLimits attribute doesn't seem to be working?

 

Thanks!

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

Please try in the same by setting the attributes below inside the <chart> element:

 

upperLimit="100.0" lowerLimit="0.0" gaugeOuterRadius="115.0" majorTMNumber="0" minorTMNumber="0" bgColor="#ffffff" showValue="0" showTickValues="1" showLimits="1"

Hope this helps.smile.gif

Share this post


Link to post
Share on other sites

Hi,

 

Thanks :) but actually i need to show the major tick marks. I need to divide the range into ten and display the ticks for them . For the First and the last tick mark though i need to display the value + the tick mark. For the intermediate i need only the ticks. I thought the showLimits attribute was to be used in a situation like this. Thanks.

Share this post


Link to post
Share on other sites
Guest Angshu

Hi,

 

Thank you very much for your valuable feedback.

 

Keep FusionCharting!biggrin.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