Sign in to follow this  
shamilsons

How To Set Units Is Charts

Recommended Posts

Hello everyone,

I am new to Fusion Charts just used for the past 2 hours :D.

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>

chart.jpg

 

thanks in advance

Edited by shamilsons

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