shamilsons Report post Posted November 29, 2010 (edited) 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> thanks in advance Edited November 29, 2010 by shamilsons Share this post Link to post Share on other sites
Guest Rajroop Report post Posted November 30, 2010 Hi Shamilsons, Welcome to the FusionCharts Forum. Could you please post the XML you've used for this? In resolving this issue, you could try setting the Y-axis end margin using the 'yAxisMaxValue' attribute. More details on this at: http://www.fusioncharts.com/free/docs/Contents/ChartSS/XML_Column2D.html I hope this helps. Share this post Link to post Share on other sites