Sign in to follow this  
Rahul Kumar

format number on combination charts

Recommended Posts

Hi,

 

 

 

how do you set the number prefix on the secondary y axis? NumberPrifix='$' only works on the primary y axis and SYnumberPrifix (I just guessed) doesn't work.

 

 

 

Thanks

 

 

 

 

 

cbowman

Share this post


Link to post
Share on other sites

Is this sNumberPrefix only for v3? Is it working for Free version?

 

 

 

If it works for Free version, would you please see what is wrong below?

 

 

 

graph caption='Report' PYAxisName='Units' SYAxisName='Ratio' rotateNames='1' decimalPrecision='2' formatNumberScale='0' numberPrefix='$' sNumberPrefix='@'

 

 

 

I appreciate your help!

Edited by Guest

Share this post


Link to post
Share on other sites

Hi,

 
If you are using FusionCharts Free then you would need to use parentYAxis='S' numberPrefix='$' attributes in <dataset> element.
 
Example:
 
<dataset seriesname='Amount' showValues='0' color='AFD8F8' parentYAxis='S' numberPrefix='%'>
 

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