jami Report post Posted February 24, 2012 <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? Share this post Link to post Share on other sites
Guest Bindhu Report post Posted February 27, 2012 (edited) 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 ! Edited February 27, 2012 by Bindhu Share this post Link to post Share on other sites
jami Report post Posted February 27, 2012 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 Report post Posted February 28, 2012 Hi, Thank you for your response Glad to know that the solution helped you fix the issue. Happy FusionCharting Share this post Link to post Share on other sites