trojnfn Report post Posted July 6, 2009 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 Report post Posted July 9, 2009 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