Re: Error Using WebCharts for Pie Chart

2012-01-27 Thread Kelly Ross
Can you share your XML file? It would be best if you could use an XML string and static data. If you can then share one CFM file I can run locally it will make testing easier. On Thu, Jan 26, 2012 at 2:58 PM, Kelly Ross ke...@nox-racing.com wrote:

Re: Error Using WebCharts for Pie Chart

2012-01-27 Thread Kelly Ross
For the xml file, to make sure there wasn't any syntax errors, I just copied the default_pie.xml from the WebCharts styles directory and then renamed it. ?xml version=1.0 encoding=UTF-8? pieChart depth=Double style=Solid angle=340 is3D=false dataLabels style=Value

Re: Error Using WebCharts for Pie Chart

2012-01-27 Thread Raymond Camden
Forgot to trim my last reply, so sorry if this is a dupe: The style attribute works both with files and strings. I believe CF is just getting confused here. Take your xml file and simply place it in the same folder as your CFM and then specify test.xml, NOT just test, and it should work fine On

Re: Error Using WebCharts for Pie Chart

2012-01-27 Thread Kelly Ross
That did it. Guess you are right about CF just getting confused. So then I got confused why it worked fine for bar graphs but not pie graphs. Thanks A LOT for your help. ~| Order the Adobe Coldfusion Anthology now!

Error Using WebCharts for Pie Chart

2012-01-26 Thread Kelly Ross
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

Re: Error Using WebCharts for Pie Chart

2012-01-26 Thread Raymond Camden
Can you share your XML file? It would be best if you could use an XML string and static data. If you can then share one CFM file I can run locally it will make testing easier. On Thu, Jan 26, 2012 at 2:58 PM, Kelly Ross ke...@nox-racing.com wrote: I am using ColdFusion8 and I am creating a