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
color=#0DB2C2/ /series /elements popup background=#C8FF foreground=#33/ paint paint=Plain/ insets left=5 top=5 right=5 bottom=5/ /pieChart For the chart, I am testing with a basic pie chart with static

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
=arial fontsize=16 xoffset=0.05 yoffset=0.05 show3d = no fontBold =yes style=Veggies But the same format does NOT work for pie chart. I get the Text Outside XML error: cfchart pieslicestyle=sliced format=png chartHeight = 400 chartWidth = 600

Re: Error Using WebCharts for Pie Chart

2012-01-26 Thread Raymond Camden
       yoffset=0.05 show3d = no fontBold =yes style=Veggies But the same format does NOT work for pie chart. I get the Text Outside XML error: cfchart        pieslicestyle=sliced        format=png        chartHeight = 400        chartWidth = 600        font=Arial        showborder

Re: More pie chart issues with CFChart

2009-10-20 Thread Sandra Clark
Found the answer. When using paint paint=Pattern in the xml style sheet, remember to remove the attribute paintstyle=Plain from cfchartseries . Apparently, it supersedes it. Thanks for the help. On Fri, Oct 16, 2009 at 9:05 PM, Leigh cfsearch...@yahoo.com wrote: pie chart in the example

Re: More pie chart issues with CFChart

2009-10-20 Thread Leigh
When using paint paint=Pattern in the xml style sheet, remember to remove the attribute paintstyle=Plain Yes, you cannot have two of the same attribute. So just replacing the paint paint=Plain/ line with paint paint=Pattern/ does the trick. -Leigh

More pie chart issues with CFChart

2009-10-16 Thread Sandra Clark
So today, I was asked to apply patterns to the pie slices in my CFChart. I thought it would be no problem, I went into the Web3d Charting program, added the option paint paint=Pattern and was shown a nicely patterned pie chart in the example. Copied the xml into my pie.xml on my system, ran

Re: More pie chart issues with CFChart

2009-10-16 Thread Leigh
pie chart in the example.  Copied the xml into my pie.xml on my system, ran it and everything is still solid. I suspect it might be a problem with your xml. In a quick test it worked fine for me. I made a copy of C:\ColdFusion8\charting\styles\default_pie.xml and changed one line

CFChart -- Pie Chart Question...

2005-08-15 Thread Charles Heizer
Hello, I can't seem to find any good info on this... I I have a pie chart which is getting is data from a database query. It has two items being returned, PASS and FAIL. I would like to know if there is a way that I can associate the color Red with FAIL and Green with PASS? Thanks, - Charles

RE: pie chart

2001-03-01 Thread Dave Watts
i did checked sample code, different is, i'm having a UNIX version Cf and you having Windows version CF, may be the classes do not come with the UNIX version? I don't think they come with the Solaris version. I don't know why, though. Dave Watts, CTO, Fig Leaf Software

pie chart /Database Component Framework...

2001-03-01 Thread Zhou, Mei Y (Mei)
Hi, all pie chart talker: Thank you for all the suggestion. I have tried to contact Allaire support, waiting to response back today. I will update you all when I get the information. However, I did try yesterday to copy all the classes of which stored in c:/inetput/wwwroot/classes/CFGraphs

Re: pie chart

2001-02-28 Thread Mak Wing Lok
that's version 3.1, I'm using 4.5, i can't seems to find the Java classes in the CF directory mak wl - Original Message - From: "David Shadovitz" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 2:57 PM Subject: RE: pie chart

Re: pie chart

2001-02-28 Thread Sean Renet
its in C:\Inetpub\wwwroot\classes\CFGraphs if your inetpub is on your c drive. - Original Message - From: "Mak Wing Lok" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 1:41 AM Subject: Re: pie chart that's version 3.1, I'm usin

RE: pie chart

2001-02-28 Thread Nick Betts
How would one use these classes to display charts? nik -Original Message- From: Sean Renet [mailto:[EMAIL PROTECTED]] Sent: 28 February 2001 10:19 To: CF-Talk Subject: Re: pie chart its in C:\Inetpub\wwwroot\classes\CFGraphs if your inetpub is on your c drive. - Original Message

Re: pie chart

2001-02-28 Thread Mak Wing Lok
thanks, eventually i found it in /allaire/spectra/classes mak wl - Original Message - From: "Sean Renet" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 6:18 PM Subject: Re: pie chart its in C:\Inetpub\wwwroot\classes\CFGra

Re: pie chart

2001-02-28 Thread Sean Renet
quot; VALUE="#Percent#" /cfoutput PARAM NAME="BackgroundColor" VALUE="0080C0" PARAM NAME="LegendFontName" VALUE="Verdana" PARAM NAME="FontColor" VALUE="FF" PARAM NAME="Title" VALUE="Sean's Test CF Java Applet

RE: pie chart

2001-02-28 Thread Nick Betts
cheers sean! nik -Original Message- From: Sean Renet [mailto:[EMAIL PROTECTED]] Sent: 28 February 2001 11:06 To: CF-Talk Subject: Re: pie chart Well depending on your set up you need to add C:\Inetpub\wwwroot\classes\CFGraphs to your CLASSPATH enviroment variable then just set up

Re: pie chart

2001-02-28 Thread Sean Renet
ean Renet" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 28, 2001 3:06 AM Subject: Re: pie chart Well depending on your set up you need to add C:\Inetpub\wwwroot\classes\CFGraphs to your CLASSPATH enviroment variable then just set up an applet lik

RE: pie chart

2001-02-28 Thread Zhou, Mei Y (Mei)
I am working on iPlanet/CF 4.5, but I can not find the directory called CFGraphs, can someone gives me a hint? Thanks. -Original Message- From: Sean Renet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 5:19 AM To: CF-Talk Subject: Re: pie chart its in C:\Inetpub\wwwroot

Re: pie chart

2001-02-28 Thread Mak Wing Lok
MAIL PROTECTED] Sent: Wednesday, February 28, 2001 11:57 PM Subject: RE: pie chart I am working on iPlanet/CF 4.5, but I can not find the directory called CFGraphs, can someone gives me a hint? Thanks. -Original Message- From: Sean Renet [mailto:[EMAIL PROTECTED]] Sent: Wednesday, Febru

RE: pie chart

2001-02-28 Thread Arden Weiss
0-757-3487 -Original Message- From: Mak Wing Lok [SMTP:[EMAIL PROTECTED]] Sent: Wednesday, February 28, 2001 7:37 PM To: CF-Talk Subject: Re: pie chart I don't think it comes with CF 4.5, but you'll have those java class when you installed spectra, if you want to, email me off the lis

Re: pie chart

2001-02-28 Thread Mak Wing Lok
March 01, 2001 8:49 AM Subject: RE: pie chart I got CF 4.5.1 and the classes are indeed in C:\Inetpub\wwwroot\classes\CFGraphs along with a folder named Allaire. Perhaps you did not check the box "sample code" when you installed CF Server. ^ / \__

pie chart

2001-02-27 Thread Mak Wing Lok
hi.. anyone knows any nice and cool pie chart custom tags? ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com

Re: pie chart

2001-02-27 Thread Sean Renet
www.cfxgraphicsserver.com - Original Message - From: "Mak Wing Lok" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Tuesday, February 27, 2001 4:38 PM Subject: pie chart hi.. anyone knows any nice and cool p

RE: pie chart

2001-02-27 Thread David Shadovitz
CF comes with a pie chart Java applet. Check out the CF 3.1 documentation on the bar and pie chart "graphlets" at http://telecom.fit.edu/cfdocs/user/ug20.htm. (Thanks to Al Musella for tipping me off to this.) -David On Tuesday, February 27, 2001 Sean Renet [SMTP:[EMAIL PROTECTE

Need a good dynamic bar pie chart app...

2000-09-05 Thread Kevin Langevin
Anyone have a tag/app that plays nicely with ColdFusion to create dynamic bar and pie chartsin a web page? I'm specifically looking for something that will display multiple recommended/actual vertical bars next to each other, in differing colors. Any help would be greatly appreciated. Thanks,

RE: Need a good dynamic bar pie chart app...

2000-09-05 Thread Helge Hetland
Have you tried popchart from www.popchart.com? Very good product. Helge -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: 5. september 2000 20:32 To: [EMAIL PROTECTED] Subject: Need a good dynamic bar pie chart app... Anyone have a tag/app that plays nicely

RE: Need a good dynamic bar pie chart app...

2000-09-05 Thread Daye, Marianne
: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 2:32 PM To: [EMAIL PROTECTED] Subject: Need a good dynamic bar pie chart app... Anyone have a tag/app that plays nicely with ColdFusion to create dynamic bar and pie chartsin a web page? I'm specifically looking

RE: Need a good dynamic bar pie chart app...

2000-09-05 Thread Kevin Langevin
, 2000 2:25 PM To: '[EMAIL PROTECTED]' Subject: RE: Need a good dynamic bar pie chart app... Have you tried popchart from www.popchart.com? Very good product. Helge -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: 5. september 2000 20:32 To: [EMAIL

RE: Need a good dynamic bar pie chart app...

2000-09-05 Thread Helge Hetland
icker to generate, and allow interaction such as drill-down, roll-over, and popup text." Helge -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: 5. september 2000 21:15 To: [EMAIL PROTECTED] Subject: RE: Need a good dynamic bar pie chart app... Thanks, H

RE: Need a good dynamic bar pie chart app...

2000-09-05 Thread Kevin Langevin
PROTECTED]' Subject: RE: Need a good dynamic bar pie chart app... Have you tried popchart from www.popchart.com? Very good product. Helge -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: 5. september 2000 20:32 To: [EMAIL PROTECTED] Subject: Need a good

RE: Need a good dynamic bar pie chart app...

2000-09-05 Thread Helge Hetland
Try this :) http://www.popchart.com/pricing.cfm -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: 5. september 2000 21:46 To: [EMAIL PROTECTED] Subject: RE: Need a good dynamic bar pie chart app... Hmmm...I can't seem to get anyone from Corda on the phone

RE: Need a good dynamic bar pie chart app...

2000-09-05 Thread Roberts, Jesse D
PROTECTED] -Original Message- From: Kevin Langevin [SMTP:[EMAIL PROTECTED]] Sent: Tuesday, September 05, 2000 12:46 PM To: [EMAIL PROTECTED] Subject: RE: Need a good dynamic bar pie chart app... Hmmm...I can't seem to get anyone from Corda on the phone...just keep getting

RE: Need a good dynamic bar pie chart app...

2000-09-05 Thread Kevin Langevin
]] Sent: Tuesday, September 05, 2000 3:54 PM To: '[EMAIL PROTECTED]' Subject: RE: Need a good dynamic bar pie chart app... Try this :) http://www.popchart.com/pricing.cfm -Original Message- From: Kevin Langevin [mailto:[EMAIL PROTECTED]] Sent: 5. september 2000 21:46 To: [EMAIL

Re: Need a good dynamic bar pie chart app...

2000-09-05 Thread Jackson Moore (CFTalk)
I have used KavaCharts by Visual Engineering. You can check them out at: http://www.ve.com/kavachart/index.html It is a collection of applets that you can embed and use CF to populate the name/value pairs. This is how we used and it worked great. Also included are servlets so if you have a

Re: Need a good dynamic bar pie chart app...

2000-09-05 Thread Dirk De Bock
PM Subject: RE: Need a good dynamic bar pie chart app... The pricing is pretty good. You can view it all on their site http://www.corda.com/pricing.cfm. The standard server costs about 2k and the pro version about 5k. The builder/development softwa