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);