Sign in to follow this  
trojnfn

Can't get combination charts to work

Recommended Posts

I am trying to diplay a bar an line chart together.

I have this so far, but no data is disoplayed as the error message. It does not seem to like the second set label. Also I tried to change it to stacked but that still does not work for me.

CF query goese here....

 

<cfloop query="qryGetData">

 

<cfset strXML = strXML & "<set label='#endDate#' value='#carrierMatches#' link='../../reports/RITCDC/Report.cfm?endDate=#endDate#'/>">

<cfset strXML = strXML & "<set label='#endDate#' value='#confidenceLevel#'>">

 

</cfloop>

 

<cfset strXML = strXML & "</chart>">

 

<cfoutput>

#renderChart("StackedBar3D.swf", "", strXML, "", 900, 500, false, true)#

</cfoutput>

Share this post


Link to post
Share on other sites
Guest Rajroop

Hello :),

 

 

 

Please accept our humble apologies for the delay in the reply.

 

 

 

Could you please send us your HTML code from your browser, so we may have a look?

 

 

 

Also, could you please specify the chart you are using?

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