redherring917

Stacked Column Chart Via Coldfusion - Only Plotting 1 Value?

Recommended Posts

Hi there. I'm just starting out with the evaluation version of FusionWidgets, so please forgive me if I'm doing something silly here.

 

I have used the stacked chart sample as a means of just getting things to work here locally. When I call out to a simple ColdFusion page as the "dataStreamURL" in my XML document, the resultant chart only display one of the 2 stacked values sent. Here's an example of the "view source" output of my ColdFusion page:

 

&label=11:11:19&value=9|38

 

Conversely, for testing purposes, if I change the XML document's "dataStreamURL" to now reference a simple ASP page, the resultant chart now displays both of the 2 stacked values as it should. Here's an example of the "view source" output of my ASP page:

 

&label=11:14:46&value=31|23

 

Is ColdFusion invisibly stuffing something "extra" into its output that I can't see? Perhaps the output needs to be encoded in a specific way? But then again, the view source looks exactly as above - bare bones.

 

Your input is greatly appreciated. This is driving me somewhat mad at this point.

 

Thanks in advance.

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 issue has been resolved.

 

Keep 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