Sign in to follow this  
Froylan

Fusioncharts.renderchart Method Dont Work.

Recommended Posts

Hi, I´m trying to render a chart from code behind using the FusionCharts.RenderChart method.

 

Literal1.Text= FusionCharts.RenderChart("../Charts/Column3D.swf", "",xml, "myFirst", "300", "300", true,true,true);

 

Im working on .Net C#. When using the dataUrl parameter (../Data/Data.xml) the chart renders fine, but when I try to use the dataStr parameter with the same XML converted to string it doesn't render and only displays the laberl 'Chart'.

 

The XML is the one that you provide in the fusioncharts examples. I think it's important to say that I'm using an UpdatePanel and I have already included the jquery .js and registered the updatepanelhook.fusioncharts.js in the scriptmanager.

 

Thanks in advance...

Share this post


Link to post
Share on other sites

Hi, I´m trying to render a chart from code behind using the FusionCharts.RenderChart method.

 

Literal1.Text= FusionCharts.RenderChart("../Charts/Column3D.swf", "",xml, "myFirst", "300", "300", true,true,true);

 

Im working on .Net C#. When using the dataUrl parameter (../Data/Data.xml) the chart renders fine, but when I try to use the dataStr parameter with the same XML converted to string it doesn't render and only displays the laberl 'Chart'.

 

The XML is the one that you provide in the fusioncharts examples. I think it's important to say that I'm using an UpdatePanel and I have already included the jquery .js and registered the updatepanelhook.fusioncharts.js in the scriptmanager.

 

Thanks in advance...

 

Sorry I was trying to render the wrong chart....

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