Error Using WebCharts for Pie Chart
I am using ColdFusion8 and I am creating a report with numerous charts and graphs with WebCharts.
The problem I am having is with pie charts. I want to be able to adjust items like the label styles.
With the bar graphs, I am simply creating the graph with WebCharts, saving the xml, and calling it in the cfchart tag (styles = "test"). No problems.
However, with pie graphs I get a "Text Outside XML:" error.
Even if I just copy the default pie xml (default_pie.xml) , rename it, and then try to call in the cfchart tag, it gives me the same error.
Any help would be appreciated.
