trojnfn Report post Posted July 1, 2009 I use coldfusion and cfcharts. We just switched to Fusion charts and I am completely lost and do not know where to begin. Can somebody show me some sample CF code that queries a table and then produces a chart with both bar and lines and a second y axis ? I just need to know how to begin. The documentation says to use the includes/fusion charts, and then #renderchart()#. I tried that and get a blank page but at least it does not blow up. I just need a little help to get going. Thanks Share this post Link to post Share on other sites
Guest Rajroop Report post Posted July 2, 2009 Hello, Could you check whether the FusionCharts JavaScript Class File (FusionCharts.js) has been used when the implementation phase is on? Also, could you please go through the examples in our documentation as follows: http://www.fusioncharts.com/docs >> Guide for Web Developers >> Using with Cold Fusion and click on it, on the the right hand menu panel. In case you have any difficulty in accessing the page, here are the links to the FusionCharts and CF docs: http://www.fusioncharts.com/docs/Contents/CFM_BasicExample.html http://www.fusioncharts.com/docs/Contents/CFM_Array.html http://www.fusioncharts.com/docs/Contents/CFM_Form.html http://www.fusioncharts.com/docs/Contents/CFM_DB.html http://www.fusioncharts.com/docs/Contents/CFM_Drill.html http://www.fusioncharts.com/docs/Contents/CFM_JS_URL.html http://www.fusioncharts.com/docs/Contents/CFM_JS_XML.html I hope this helps. Share this post Link to post Share on other sites