Sign in to follow this  
thejasper

Linkedchart, Different Type

Recommended Posts

Hello

 

I have to make a linkedchart. This is working but the last chart has to be of some other type. The first 2 are 2D columns, the last one has to be one with a line.

I saw an example with javascript changing the configuration but I have no idea how to do this in asp.net.

 

Literal1.Text = FusionCharts.RenderChart("Charts/Column2D.swf", "all.xml", "", "myFirst", "600", "300", false, true); 
FusionCharts.SetConfiguration(...

This is what I got, the xml data is standard, linking to others with newchart-xmlurl

 

Thanks

Share this post


Link to post
Share on other sites

Thanks, I followed the example from your second link, now the last chart is of some other type.

The last chart is on an other page, therefore it doesn't have a back button on the chart itself. I can use the one in the browser but is it possible to enable this, just to be consistent?

Share this post


Link to post
Share on other sites
Guest Angie

Hi,

 

Welcome to FusionCharts Forum!smile.gif

 

We are glad to know that your problem has been solved.

 

Happy FusionCharting!biggrin.gif

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