jami

Yaxisminvalue Can Not Work!

Recommended Posts

<chart numPDivLines='5' caption='TEST' yAxisMinValue='10' yAxisMaxValue='100'>

 

 

<dataset>

<set open='24.6' high='25.24' low='24.58' close='25.19' x='1'/>

<set open='24.36' high='24.58' low='24.18' close='24.41' x='2'/>

<set open='24.63' high='24.66' low='24.11' close='24.15' x='3'/>

</dataset>

 

How can I modify it?

post-27499-0-20768800-1330098604_thumb.jpg

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

Thank you for the post.

 

Can you please try using "PYAxisMinValue" and "PYAxisMaxValue" attributes of the chart ?

<chart numPDivLines='5' caption='TEST' PYAxisMinValue='10' PYAxisMaxValue='100'>
<dataset>
<set open='24.6' high='25.24' low='24.58' close='25.19' x='1'/>
<set open='24.36' high='24.58' low='24.18' close='24.41' x='2'/>
<set open='24.63' high='24.66' low='24.11' close='24.15' x='3'/>
</dataset>
</chart>

 

Please find attached screen shot of the chart rendered using the above attributes.

 

Hope this helps !

post-23884-0-73654000-1330328072_thumb.png

Edited by Bindhu

Share this post


Link to post
Share on other sites

Hi,

 

Thank you for the post.

 

Can you please try using "PYAxisMinValue" and "PYAxisMaxValue" attributes of the chart ?

<chart numPDivLines='5' caption='TEST' PYAxisMinValue='10' PYAxisMaxValue='100'>
<dataset>
<set open='24.6' high='25.24' low='24.58' close='25.19' x='1'/>
<set open='24.36' high='24.58' low='24.18' close='24.41' x='2'/>
<set open='24.63' high='24.66' low='24.11' close='24.15' x='3'/>
</dataset>
</chart>

 

Please find attached screen shot of the chart rendered using the above attributes.

 

Hope this helps !

 

It's work. Thanks for your help.

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi,

 

Thank you for your response :)

 

Glad to know that the solution helped you fix the issue.

 

Happy FusionCharting :D

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