Sign in to follow this  
CW

Y Axis values in decimal format

Recommended Posts

I have 2 charts keeping track of aquarium temperature and pH over time. I'm using MSArea.swf for the chart. The normal pH range falls between around 7.8 and 8.5. However, the Y axis of this chart only displays 7, 8 and 9. It would be very useful if I could have it display a line for every 2/10s instead of only every integer. How do I accomplish this?

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Could you please try using the "numdivlines" attribute for the same along with setting the attributr adjustDiv to '0' in the <chart> element.

Please note, in this case you need to specify the value for the "yAxisMinValue" and "yAxisMaxValue" attributes of the <chart> element.

Please refer to the link below for further details on the same:-

Ref.- http://www.fusioncharts.com/docs?/AttDesc/DivLines.html

Hope this helps. :(

Share this post


Link to post
Share on other sites
Guest Basundhara Ghosal

Hi,

Thanks for your appreciation.

Glad that your issue is resolved.

Keep smiling and keep FusionCharting. :(

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