trojnfn Report post Posted July 6, 2009 I am new to fusion charts. I use coldfusion to gather data and then output to fusion charts. In looking over the documentation and examples, it seems the xml data all seem to be hardcoded ? Is there a way to dynamically generate all those values ? Instead of <category label= "name 1">, twelve times, etc., can I dyanicamlly do it with CF as <category label="#qryName.variable#">, so that it will give me twelve different names for the x axis ? Same question for the <set value="701">, can it be <set value="#qryName.value#">, dynamicaly pluggin in the value ? Share this post Link to post Share on other sites
trojnfn Report post Posted July 7, 2009 Does anybody know how to do this ? How do I generate dynamic content from a query instead of hardcoding all the values in xml ? Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 8, 2009 Hello , FusionCharts necessarily needs its data in pre-defined XML format. FusionCharts cannot read any other format apart from XML. So, we need to convert this data into XML. However, you can give a dynamic data source. Please refer to the following documentation page: http://www.fusioncharts.com/docs/Contents/CFM_DB.html For further information, please visit the link http://www.fusioncharts.com/docs and refer to the Using With ColdFusion section on the Left Hand Menu panel. I hope this helps. Share this post Link to post Share on other sites