cbowman Report post Posted January 16, 2009 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
Rahul Kumar Report post Posted January 17, 2009 Hi, Could you please try using sNumberPrefix instead of SYnumberPrifix? Also please read the documentation at : http://www.fusioncharts.com/docs/Contents/ChartSS/StCol3DLineDY.html and scroll to Number Formatting section. Share this post Link to post Share on other sites
jetink Report post Posted January 17, 2009 (edited) 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 January 17, 2009 by Guest Share this post Link to post Share on other sites
Rahul Kumar Report post Posted January 19, 2009 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
jetink Report post Posted January 21, 2009 Thank you, it works now. Would you please guide me where I can reference those attributes for graph and dataset? Share this post Link to post Share on other sites
Rahul Kumar Report post Posted January 21, 2009 Hi, You could read our documentation here http://www.fusioncharts.com/free/docs Share this post Link to post Share on other sites