Sign in to follow this  
matthiasmax

<Span> Renders As Chartobject-1 On Jquery Updatefusionchart

Recommended Posts

Hi, after a simple updateFusionChart call the id changes to this unpredictable value? Even setting the id specifically does not help.

 

 

        $("div[id$=" + containerID + "Body]").updateFusionCharts({"swfUrl": type,
            "renderer": "javascript"
        });
 

or this

 

        $("div[id$=" + containerID + "Body]").updateFusionCharts({ "id": oldChartId, "swfUrl": type,
            "renderer": "javascript"
        });
 

Any idea?

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

We are looking into this.

 

We will get back to you on this, shortly.

Share this post


Link to post
Share on other sites
Guest Sumedh

Hi,

 

Apologies for the delayed response.

 

This has been identified as an issue already. And we are working on this issue.

 

We will update you on this, as early as possible.

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