Sign in to follow this  
marala81

Object doesn't support this property or method

Recommended Posts

hi,

 

i am using fusion power charts dragnode. when i am rendering the chart with renderchartHTML() method which is in Updatepanel the chart is getting displayed but when i am saving image using

 

 

 

function saveChart(){

 

//Get chart from its ID

 

var chartToPrint = getChartFromId("divFirstChart1");

 

chartToPrint.saveAsImage();

 

}

 

 

 

i am getting error as 'Object doesn't support this method'. the code is not displaying in source to check whether i am rendering correct or not.

 

Is the code deosn't displayed when we use'Fusionchart.renderchartHTML()' method.

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