gwill1010 Report post Posted March 16, 2011 I'm trying to get fusion to work in saleslogix. here's the deal: following the basic install, I don't have any problems getting a chart to display using the data.xml file. I can not get the chart to display using any other method to supply data. In the example below, if the data.xml file is not present, then I receive the standard data load error. If I the data.xml file is present the data in the file is charted and no error is displayed. The contents of the XML file is near identical to the below, but the below will not work nor examples in the fusion getting started documentation. Literal1.Text = FusionCharts.RenderChart("FusionCharts/Column2D.swf", "", "<chart caption='OUR Weekly Sales Summary' xAxisName='Week' yAxisName='Sales'><set label='Week 4' value='100'></chart>", "myNext", "200", "300", true, true); Share this post Link to post Share on other sites
Guest Angie Report post Posted March 17, 2011 Hi, Welcome to FusionCharts Forum! You can supply data to FusionCharts using setXMLData method. For more details, please refer to the link: http://www.fusioncharts.com/docs/?FirstChart/DataXML.html Hope this helps. Share this post Link to post Share on other sites
gwill1010 Report post Posted March 17, 2011 I can't remember if i've tried this in the html page, but I have in the code behind page and it does not work in slx. (I verified that the same code does work outside of saleslogix.) I have to be able to supply the data in code behind. Thanks. Share this post Link to post Share on other sites
Guest Angie Report post Posted March 18, 2011 Hi, Welcome to FusionCharts Forum! Could you please send us a screenshot or any live link to look into the issue? Awaiting for your reply. Share this post Link to post Share on other sites
gwill1010 Report post Posted March 18, 2011 After lots of banging head against wall...... I found that the charts work fine in some browsers and in others they do not. I'll post my findings for others. I know this won't make sense unless you are a slx user, but that's ok. I've tried the charts in 2 places. The welcome page and on tabs in the opportunity page. Everything seems to work fine with firefox 3.5.6. Neither works in FF3.5.6 Only tabs work in IE6 & 7 (slx web Version 7.5.2.2151)</SPAN> Share this post Link to post Share on other sites