saptarshi

IF all in chart, then FC chooses YaxisValues

Recommended Posts

hi

I want to have only INTEGER values in my graph, but

IF all <set value = 0> in chart, then FC chooses wrong YaxisValues for me, for example (0.03, 0.06, 0.09, 0.12 and 0.15)

Is it possible to do, that it will show 1,2,3,4,5 ?

(yAxisValueDecimals = ''0'' decimals =''0'' are useless )

thanks.

Share this post


Link to post
Share on other sites

<chart caption='Monthly Unit Sales' xAxisName='Month' yAxisName='Units' showValues='0' decimals='0' formatNumberScale='0'>

<set label='Jan' value='0' />

<set label='Feb' value='0' />

<set label='Mar' value='0' />

<set label='Apr' value='0' />

<set label='May' value='0' />

<set label='Jun' value='0' />

<set label='Jul' value='0' />

<set label='Aug' value='0' />

<set label='Sep' value='0' />

<set label='Oct' value='0' />

<set label='Nov' value='0' />

<set label='Dec' value='0' />

</chart> 

Share this post


Link to post
Share on other sites

Hello,

 

 

 

Could you please add the following attributes to your chart element and try once again?

 

 

 

yAxisMinValue='0' yAxisMaxValue='5' numdivlines='4'

 

 

 

Hope this works.

 

 

 

:)

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