shamilsons Report post Posted November 29, 2010 Hello everyone, I am new to Fusion Charts just used for the past 2 hours . I tried very simple example of chart with javascript but I was not able to set Y axis units from 0 - 1000 but intead it is written as NaN.00M How to set units Y-axis units ? The code is below and I also attached a screenshot <script language="JavaScript"> var acadChart = new FusionCharts("../scripts/charts/FCF_Column2D.swf", "acadChartId", "300", "250", "0", "1"); acadChart.setDataXML("<graph><set name='Fakulte' value='10' color='990000'/><set name='Bölüm' value='195' color='AFD8F8'/><set name='Ders Grubu' value=914' color='990000'/></graph>"); acadChart.render("acadCharts"); </script> thank you Share this post Link to post Share on other sites
Guest Rajroop Report post Posted November 30, 2010 Hey there, Could you please check my reply to your duplicate post at: http://forum.fusioncharts.com/topic/8007-how-to-set-units-is-charts/page__gopid__32194#entry32194 Have a nice day. Share this post Link to post Share on other sites