Sign in to follow this  
nir_zi

Ignore Data Set

Recommended Posts

I am creating a scatter chart using an array with X sets.

Let say i want to ignore the X(i) set.

x(0) - plot

x(1) - plot

...

x(i)

Share this post


Link to post
Share on other sites

The program is in VB6<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

The chart is on a simple form.

I want to give the user the ability to chose any combinations of graphs out of the N' data sets.

 

Share this post


Link to post
Share on other sites

I resolve this kind of scenario by making a complete chart update (aka the server creates a different XML). Works quite well even for internet features. Might not be the fastest way to do it, however the only other solution I can think of is to have the JavaScript hand the XML to the FusionChart and filter it beforehand via a DOM manipulation. I don't think that's very good for big charts though.

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