lyleja

Can you fix the yAxisMinValue on a stacked bar chart

Recommended Posts

I have created a simple stacked bar chart - but I want to force the yAxis to start at a non zero positive value. Seting yAxisMinValue does not appear to do anything!

Can this be done ?

thanks

 

John

 

<chart yAxisMinValue='40000' caption='Product-wise quarterly revenue in current year' subcaption='Harrys SuperMart' xaxisname='Quarter' yaxisname='Revenue (In USD)' numberprefix='$' theme='fusion'> <categories> <category label='Q1' /> <category label='Q2' /> <category label='Q3' /> <category label='Q4' /> </categories> <dataset seriesname='Food Products'> <set value='121000' /> <set value='135000' /> <set value='123500' /> <set value='145000' /> </dataset> <dataset seriesname='Non-Food Products'> <set value='131400' /> <set value='154800' /> <set value='98300' /> <set value='131800' /> </dataset> </chart>

 

 

 

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