Sign in to follow this  
Guest Madhumita

List of Parameters and Default Settings

Recommended Posts

It is very difficult to debug problems either than through trial and error.  It would be very helpful if the documentation told me what the minimum number of attributes I need to set for a specific chart type and what the default settings are. Many of the attributes seem to be ignored by certain chart types, and it is hard to figure out what is going on.  Currently I debugging a problem with the real time column charts, and get a java script error of:

n is null
anonymous("kwhChart2")FusionCharts.js (line 250)
anonymous()dashboard.php (line 66)
anonymous()jquery-1....2.min.js (line 19)
anonymous()jquery-1....2.min.js (line 12)
anonymous()jquery-1....2.min.js (line 19)
anonymous()jquery-1....2.min.js (line 19)
 
 
I am guessing that it is caused by a bad attribute, but I have no idea where to look.
 
Any additional documentation or suggestions greatly appreciated.
 
-ben

Share this post


Link to post
Share on other sites
Guest Madhumita

Hi,

The error "n is null" is appearing because the element id you are passing is not present. Could you please check if the id is specified in the DIV.

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