Sign in to follow this  
Zahoor Butt

Error: A Fusionchart Oject With The Specified Id "mychartid" Already Exists. Renaming It To Chartobject-1

Recommended Posts

Hi,

 

I'm using c# with ajax update panel and pulling data from database. Everytime on postback I get this Error: "A FusionChart oject with the specified id "myChartId" already exists. Renaming it to chartobject-1"

Please help!

 

 

 

Regards,

 

 

 

Zahoor

Share this post


Link to post
Share on other sites
Guest Bindhu

Hi Zahoor,

 

Please note that the chart ids must be unique.

 

Also, please try using dispose() method before re-rendering the same chart.

 

Hope this helps!

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