Graphing Missing Data Values

2008-06-29 Thread Steven Broughton
I am trying to create a graph based on a partial set of data, however I don't seem to be able to get ColdFusion's interpolation feature to work. Basically, I have a daily timeline, however not every day has a value to be graphed. My specific question is: how do I tell the cfchart to ignore the m

RE: Graphing date ranges...

2007-10-08 Thread Dawson, Michael
I second that suggestion. http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:277365 M!ke -Original Message- From: Robert Rawlins - Think Blue [mailto:[EMAIL PROTECTED] Sent: Monday, October 08, 2007 5:45 AM To: CF-Talk Subject: RE: Graphing date ranges... Hey pal, If

RE: Graphing date ranges...

2007-10-08 Thread James Smith
Blue [mailto:[EMAIL PROTECTED] Sent: 08 October 2007 13:00 To: CF-Talk Subject: RE: Graphing date ranges... Hey James, You can use CASE statements in the SQL to handle the NULL values and replace them with 0 which means the points still get plotted at the bottom of the graph and look as its

RE: Graphing date ranges...

2007-10-08 Thread Robert Rawlins - Think Blue
nd is a nice efficient way to solve the problem. Rob -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: 08 October 2007 12:46 To: CF-Talk Subject: RE: Graphing date ranges... I did think about something like this but the problem is that when you chart data with missing

RE: Graphing date ranges...

2007-10-08 Thread James Smith
bject: RE: Graphing date ranges... Hey pal, If you're looking to fill in the holes where there is no data for a particular date the best way to do this is with a Calendar table in your database, you can then select the desired date range from this and LEFT OUTTER JOIN it to your table with your

RE: Graphing date ranges...

2007-10-08 Thread Robert Rawlins - Think Blue
rly complicated task, but a calendar table will really help you out for this and many other tasks too, I'd highly recommend one. Let me know if you need any more help Jay, Rob -Original Message- From: James Smith [mailto:[EMAIL PROTECTED] Sent: 08 October 2007 10:44 To: CF-Talk Subj

Graphing date ranges...

2007-10-08 Thread James Smith
I have a cfchart displaying dates along the X axis, is there any way to get ColdFusion to treat these as a scale so that a 7 day gap in the data would stretch the graph out to interpolate the missing days? CFChart does have an "xAxisType" attribute but to set it to scale the data must be numeric a

Re: OT: Mac graphing software

2007-04-30 Thread Robertson-Ravo, Neil (RX)
edexpo.com -Original Message- From: Damien McKenna To: CF-Talk Sent: Mon Apr 30 20:40:14 2007 Subject: OT: Mac graphing software I'm looking for a graphic app for MacOSX that's a little more advanced than OmniGraffle Pro. Key features I'm after: * Class diagrams * Web page wire

OT: Mac graphing software

2007-04-30 Thread Damien McKenna
I'm looking for a graphic app for MacOSX that's a little more advanced than OmniGraffle Pro. Key features I'm after: * Class diagrams * Web page wireframe diagrams * Multiple connection points per object (limitation of OmniGraffle) * Export in either Visio XML, EPS or WMF * Adhoc diagram creation.

Re: Unable to initialize Graphing service jdk1.5.0_04

2006-04-07 Thread Cathy Taylor
of course. We just upgraded our BEA > Weblogic server to version 9.1 running on Solaris, which came bundled > with JDK 1.5.0_04. Using the same CFMX (7.01) workaround as previously > used in the WLS 8.1 (running on JDK1.4.1) environment no longer works > to allow the graphing servic

Unable to initialize Graphing service jdk1.5.0_04

2006-04-06 Thread Cathy Taylor
I have a slight emergency, of course. We just upgraded our BEA Weblogic server to version 9.1 running on Solaris, which came bundled with JDK 1.5.0_04. Using the same CFMX (7.01) workaround as previously used in the WLS 8.1 (running on JDK1.4.1) environment no longer works to allow the graphing

Re: graphing service not starting on solaris

2006-03-01 Thread Thomas Chiverton
On Tuesday 28 February 2006 15:29, jw wrote: > yes this machine is headless and it has X11 installed. I can lauch > apps over the network to my desktop. why would i install a virtual > X11 server if it has one installed. When you launch them, they run on your machines X server (check the DISPLAY

Re: graphing service not starting on solaris

2006-02-28 Thread jw
to create a > graphics environment and leave the usual graphics options in the jvm > config. > > On 2/28/06, jw <[EMAIL PROTECTED]> wrote: > > i am deploying a new j2ee instance of cfmx 7.0.1 on solaris. when i > > start the server i get the dreaded graphing service

Re: graphing service not starting on solaris

2006-02-28 Thread Vladmir Alkazirinski III
i've noticed a lot of installs on linux that mention libraries needing to be updated in my googlin... On 2/28/06, jw <[EMAIL PROTECTED]> wrote: > i am deploying a new j2ee instance of cfmx 7.0.1 on solaris. when i > start the server i get the dreaded graphing service not star

Re: graphing service not starting on solaris

2006-02-28 Thread James Holmes
the dreaded graphing service not starting > error. i have tried the suggest solutions on the technote found > here. http://www.macromedia.com/go/237f9958 or here > http://www.macromedia.com/go/ceb0e519 neither work. > > does anyone have a working j2ee install on solaris? if

graphing service not starting on solaris

2006-02-28 Thread jw
i am deploying a new j2ee instance of cfmx 7.0.1 on solaris. when i start the server i get the dreaded graphing service not starting error. i have tried the suggest solutions on the technote found here. http://www.macromedia.com/go/237f9958 or here http://www.macromedia.com/go/ceb0e519

Re: ColdFusion Graphing Capabilities

2004-02-25 Thread Stephen Hait
Corda PopChart Stephen > Does coldfusion allow you to do really indepth graphs that I would > be able to do on MS Excel? If so, does any one know a good site that > gives good examples of how to generate complicated graphs. If not, > does anyone know of a good charting tool that integrates easily?

Re: ColdFusion Graphing Capabilities

2004-02-25 Thread Steve Nelson
Take a look at http://www.blinex.com/ They offer a product called B-Line charting components. It's done in Flash so you just have to provide the xml data and it'll create the charts. They are incredibly powerful. Steve Nelson chad wrote: > Does coldfusion allow you to do really indepth graphs th

RE: ColdFusion Graphing Capabilities

2004-02-25 Thread Hagan, Ryan Mr (Contractor ACI)
display a scatter graph over top of a line graph?  Different data but same range on the X and Y. -Original Message- From: Philip Arnold [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 5:14 PM To: CF-Talk Subject: RE: ColdFusion Graphing Capabilities > From: Hagan, Ryan Mr (C

RE: ColdFusion Graphing Capabilities

2004-02-25 Thread Philip Arnold
> From: Hagan, Ryan Mr (Contractor ACI) > > ColdFusion cannot natively do complex graphs.  Only simple > charts.  TeraTech has a tag called Graphics Server > (http://www.cfxgraphicsserver.com/) which I've never used, > but seems prohibitively expensive given its feature set. The thing to remem

RE: ColdFusion Graphing Capabilities

2004-02-25 Thread Hagan, Ryan Mr (Contractor ACI)
February 25, 2004 4:24 PM To: CF-Talk Subject: ColdFusion Graphing Capabilities Does coldfusion allow you to do really indepth graphs that I would be able to do on MS Excel? If so, does any one know a good site that gives good examples of how to generate complicated graphs. If not, does anyone

ColdFusion Graphing Capabilities

2004-02-25 Thread chad
Does coldfusion allow you to do really indepth graphs that I would be able to do on MS Excel? If so, does any one know a good site that gives good examples of how to generate complicated graphs. If not, does anyone know of a good charting tool that integrates easily? [Todays Threads] [This Messa

Re: Graphing Solutions Beyond CFGraph

2003-09-23 Thread Michael Dinowitz
During a CFUG meeting, a MM engineer made a mention of a 'hidden' feature in Fireworks. Basically, you can create a graphic on the fly using XML inside fireworks and you can cause fireworks to create said graphic using a command line call rather than starting up the entire program (looked like some

RE: Graphing Solutions Beyond CFGraph

2003-09-23 Thread Samuel Neff
We've used PopCharts for a few years and have been pretty happy with it. It's a little expensive but it's easy to integrate and robust. We also sell a graphing package for Flash--not made for use with CF but it can be integrated with a little work (will be much easier when we ha

Re: Graphing Solutions Beyond CFGraph

2003-09-18 Thread Stephen Hait
> I am searching for a graphing engine that will allow me to display 2 > Y axis, one on the right and one on the left. PopChart from Corda has worked very well for us for several years. Highly recommended. HTH, S

RE: Graphing Solutions Beyond CFGraph

2003-09-18 Thread Rick Walters
NET, CF, Java, ASP very well. You can check it out at www.corda.com. HTH Bruce -Original Message- From: Rick Walters [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 1:20 PM To: CF-Talk Subject: Graphing Solutions Beyond CFGraph Hi list, I am searching for a graphing engine

RE: Graphing Solutions Beyond CFGraph

2003-09-18 Thread Rick Walters
ery robust engine and a fairly intuitive chart builder application. It works with .NET, CF, Java, ASP very well. You can check it out at www.corda.com. HTH Bruce -Original Message- From: Rick Walters [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 1:20 PM To: CF-Talk Subject: Gr

RE: Graphing Solutions Beyond CFGraph

2003-09-18 Thread Hagan, Ryan Mr (Contractor ACI)
Walters [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 2:20 PM To: CF-Talk Subject: Graphing Solutions Beyond CFGraph Hi list, I am searching for a graphing engine that will allow me to display 2 Y axis, one on the right and one on the left. Ordinarily I am not interested in p

RE: Graphing Solutions Beyond CFGraph

2003-09-18 Thread Bruce Sorge
ut at www.corda.com. HTH Bruce -Original Message- From: Rick Walters [mailto:[EMAIL PROTECTED] Sent: Thursday, September 18, 2003 1:20 PM To: CF-Talk Subject: Graphing Solutions Beyond CFGraph Hi list, I am searching for a graphing engine that will allow me to display 2 Y axis, one o

Graphing Solutions Beyond CFGraph

2003-09-18 Thread Rick Walters
Hi list, I am searching for a graphing engine that will allow me to display 2 Y axis, one on the right and one on the left. Ordinarily I am not interested in people trying to peddle non-CF solutions, but I don't think CFGraph is going to help me with this problem. So, if you know a

CFMX Charting and Graphing causing server hiccups

2003-07-07 Thread Richard Crawford
When one of our developers performs some charting functions under CF on our JRun enabled Solaris server, everyone else trying to browse to that server gets a 404 error. This morning, I enabled charting and graphing for one of our web developers who is developing a set of tools that will

Re: cf5 - ColdFusion Graphing Server = JRun??

2003-06-06 Thread Zac Spitzer
> > >Any other suggestions? > > > >>I'm running cf5 on my laptop and I noticed that the graphing >>server is JRun.exe. >> >>So does this mean that I can use it as a jsp container? >> guys, i am prettys ure this is a runtime limited use versio

Re: Graphing under MX

2003-03-14 Thread Thomas Chiverton
On Thursday 13 Mar 2003 11:07 am, Adam Reynolds wrote: > Currently I have gridlines set to 5. > > So on a scale range of 20 - 80 you get 5 markes, effectively the quartile > positions at: > 20, 35, 50, 65, 80 > What I ultimately want is not to do it this way I want to determine the > scale and set

RE: Graphing under MX

2003-03-13 Thread Adam Reynolds
I know... I worked it out... I floor the minval and ceiling the maxval to nearest 10 points > -Original Message- > From: Ryan Kime [mailto:[EMAIL PROTECTED] > Sent: 13 March 2003 15:23 > To: CF-Talk > Subject: RE: Graphing under MX > > > Adam, > > If

RE: Graphing under MX

2003-03-13 Thread Ryan Kime
Adam, If you are getting your graphing info from a DB, you could get the max value of the resultset and add to it to X to get the next value of 10 (or 100 or 1000). So max value of 121, you would want 130578 -> 580, etc... That would be your "scaleto" value. Here's a U

RE: Graphing under MX

2003-03-13 Thread Adam Reynolds
Thanks, But if my only gripe is the scale markers on the y axis... > -Original Message- > From: Daniel Napolitano [mailto:[EMAIL PROTECTED] > Sent: 13 March 2003 11:34 > To: CF-Talk > Subject: RE: Graphing under MX > > > If you really want to graphing stuff prop

RE: Graphing under MX

2003-03-13 Thread Daniel Napolitano
If you really want to graphing stuff properly you should probably use CFX Graphics Server http://www.cfxgraphicsserver.com It costs but it is quite a flexible graphing control. I think you can download a trial version from the site. Daniel -Original Message- From: Adam Reynolds [mailto

Graphing under MX

2003-03-13 Thread Adam Reynolds
Hi all, I was wondering if somebody had come up with a formula for determining how to get cfchart to display a good Y axis? What I mean is that if you define: scalefrom scaleto gridlines There should be a way to determine the correct set of points along the y axis. Currently I have gridlines set

cf 5 graphing server hosed

2002-11-08 Thread DDB Lists
I have a cf5 box where the server runs fine but the graphig server service won't start up. Is there a log file anywhere that could help me figure out what's wrong. Is my java runtime hosed, and if so, how do I fix it? ~| Archives:

Log Scaled Graphing

2002-08-19 Thread Ray Bujarski
Hello, I am trying to use some of the graphing features with CF server 5. Based on the wide veriety of data that is returned I wanted to know if any of you have ever scaled a graph Logarithmically? I need a way to represent the data better. The data is simulation times based on seconds...some

RE: CF & Flash Graphing

2002-02-20 Thread Justin Waldrip
al Message- From: Haggerty, Michael A. [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 20, 2002 8:15 AM To: CF-Talk Subject: RE: CF & Flash Graphing Yeah, it is actually pretty easy to make graphs in Flash. I have some good libraries I can show you, contact me off list for details.

RE: CF & Flash Graphing

2002-02-20 Thread Haggerty, Michael A.
lding, testing, debuging, and deploying a good Flash graphing solution (*especially if you want it to have drill down capability) generally exceeds the price of buying one of the good ones that are already out there. My personal fave is the one from Corda, which just beats CF_Graph in so many ways

RE: CF & Flash Graphing

2002-02-19 Thread Zac Belado
> If anyone would be interested in some sample ActionScript for Graphing > without using Generator or CFGRAPH, let me know and I might drum > something up. If people can wait a week or two there is going to be an article on the Macromedia Dev site that illustrates building Flash graph

RE: CF & Flash Graphing

2002-02-19 Thread Scott Van Vliet
You can use loadVariables("data.cfm",0) in ActionScript to bring your data into Flash (or use the XML object in Flash, for those who know how), and then use AS to draw your graph (although it can be a lot of code). I have used Generator in my projects for graphing (which is what CF

RE: CF & Flash Graphing

2002-02-19 Thread Zac Belado
> Is there a reason you cannot use CFGRAPH FILEFORMAT="Flash"? Maybe they don't have CF 5? Maybe the chart is more complicated than the templates available via CFGraph? Maybe they need more customization options? All sorts of reasons why you can't use CFGraph. ___

RE: CF & Flash Graphing

2002-02-19 Thread Cameron Childress
om: Phillip Broussard [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 19, 2002 4:04 PM > To: CF-Talk > Subject: CF & Flash Graphing > > > Does any one know of a way to make graphs with Flash? I can get the > values into Flash but how do I make the graphs? They need to

CF & Flash Graphing

2002-02-19 Thread Phillip Broussard
Does any one know of a way to make graphs with Flash? I can get the values into Flash but how do I make the graphs? They need to be something like what you get in Excel. Any ideas? Thanks Phillip Broussard Tracker Marine Group 417-873-5957 __

Anyone have CF Graphing examples?

2002-01-22 Thread Phillip Broussard
Does anyone know of some place I can see what the graphs look like that are made with CF 5? I need to make some similar to what you can do in Excel but would like to see what is possible before I attempt to use ColdFusion for it. Thanks Phillip Broussard Tracker Marine Group 417-873-5957 _

Re: graphing issue

2001-09-21 Thread Bruce Sorge
eider" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Friday, September 21, 2001 3:03 PM Subject: graphing issue > Hi Folks, > I've seen this brought up before, but yet to see any solutions When > using cfgraph, changing the graphwidth and graphh

graphing issue

2001-09-21 Thread Deanna Schneider
Hi Folks, I've seen this brought up before, but yet to see any solutions When using cfgraph, changing the graphwidth and graphheight attributes doesn't actually change the graph scale. In other words, if I have a graph that's crowded, I can't increase the width of the graph (even if I increase

dhtml graphing solution for non CF5 users

2001-08-22 Thread Deanna Schneider
Hi Folks, Awhile back I asked if there was any free graphing solution for folks that haven't upgraded to CF5 yet. The resounding answer was "ha!" So, I've written a little dhtml custom tag to produce a scatter graph from two lists (x and y axis, basically). I've writt

Re: Graphing error

2001-08-14 Thread Jim Watkins
Well good grief that's all it took! Sorry I should have done that. Jim - Original Message - From: "Jay Sudowski - Handy Networks LLC" <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Tuesday, August 14, 2001 10:07 PM Subject: RE: Grap

RE: Graphing error

2001-08-14 Thread Jay Sudowski - Handy Networks LLC
Jim, I would try restarting the "ColdFusion Graphing Server" in your services control panel. CFGRAPH operates on a very stripped down version of JRUN / MM Generator, which is why you're getting the Jrun error. It'd be nice if CF Server could provide more descriptive error

Graphing error

2001-08-14 Thread Jim Watkins
My cold Fusion 5 Graphing Server was running fine until now and I get the error: "Could not connect to JRun Connector Proxy Please contact the system administrator for this web site." Can someone shed some light on this? J

Re: graphing in 4.5????

2001-08-07 Thread Bruce Sorge
CF 4.5 did not have this function. There are tags and applications that interface with CF and generate graphs. CF 5.0 is the first version that incorporated graphing, and it is limited but useful. - Original Message - From: "Paul Ihrig" <[EMAIL PROTECTED]> To: "CF-Ta

RE: graphing in 4.5????

2001-08-07 Thread Paul Ihrig
i thought that graphing & charting where available in 4.5? i thought that i saw a pie graph some where. if you know of this could you please email me. thank you -paul "the ponds here are drying up. if your not a mud skipper you are likely to be bird food.." web develo

RE: graphing

2001-08-05 Thread Nick Gompper
more up-to-date! - Nick > -Original Message- > From: Ben Forta [mailto:[EMAIL PROTECTED]] > Sent: Thursday, August 02, 2001 3:53 PM > To: CF-Talk > Subject: RE: graphing > > > Nick, I said "GIF" on April 22nd, that is an OLD message. At > that time GIF

RE: graphing

2001-08-04 Thread Daryl Fullerton
Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: 03 August 2001 22:38 To: CF-Talk Subject: RE: graphing popcharts.com looks good too. They also have an ASP version of their service. Err, ummm, thats Application Service Provider not that "other" programming language. I lik

RE: graphing

2001-08-03 Thread David Shadovitz
I do IDL programming, and its vendor, RSI, also dropped GIF support in favor of PNG. -David On Thursday, August 02, 2001 12:53 PM, Ben Forta [SMTP:[EMAIL PROTECTED]] wrote: > Nick, I said "GIF" on April 22nd, that is an OLD message. At that time GIF > was in there. It was pulled (and replaced wi

RE: graphing

2001-08-03 Thread Dylan Bromby
woop dave's right...unisys owns the license. heh. damn unisys. ;) -Original Message- From: Dylan Bromby [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 1:52 PM To: CF-Talk Subject: RE: graphing damn compuserve. ;) -Original Message- From: Ben Forta [mailto:[

RE: graphing

2001-08-03 Thread Dylan Bromby
damn compuserve. ;) -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 02, 2001 12:53 PM To: CF-Talk Subject: RE: graphing Nick, I said "GIF" on April 22nd, that is an OLD message. At that time GIF was in there. It was pulled (and replaced wi

RE: graphing

2001-08-03 Thread Dave Watts
> > GIF, JPEG, Flash > > GIF? Your article in CF Dev. Journal says Flash, JPEG and > PNG but "not GIF though, sorry" > > Which Ben Forta guru should I believe? ;-) You should believe the one that didn't say "GIF". CFGRAPH supports JPG, PNG and Flash. I think that it may have supported GIF dur

RE: graphing

2001-08-03 Thread Ben Forta
01 3:21 PM To: CF-Talk Subject: RE: graphing GIF? Your article in CF Dev. Journal says Flash, JPEG and PNG but "not GIF though, sorry" Which Ben Forta guru should I believe? ;-) > -Original Message- > From: Ben Forta [mailto:[EMAIL PROTECTED]] > Sent: Sunday, Ap

RE: graphing

2001-08-03 Thread Nick Gompper
GIF? Your article in CF Dev. Journal says Flash, JPEG and PNG but "not GIF though, sorry" Which Ben Forta guru should I believe? ;-) > -Original Message- > From: Ben Forta [mailto:[EMAIL PROTECTED]] > Sent: Sunday, April 22, 2001 8:24 PM > To: CF-Talk &

RE: graphing

2001-04-25 Thread Bill G
. Bill - [EMAIL PROTECTED] -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 22, 2001 4:11 PM To: CF-Talk Subject: graphing Does any one know of a good graphing solution for a cf app? I do not want to use the allaire applets. I would prefer not using an

RE: graphing

2001-04-24 Thread DeVoil, Nick
Which, running CF5 in production, or expiring? The beta licenses expire on May 1 according to the docs. Nick -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Monday, April 23, 2001 1:24 AM To: CF-Talk Subject: RE: graphing I am doing so already :-) -Original

RE: graphing

2001-04-22 Thread Ben Forta
I am doing so already :-) -Original Message- From: Brook Davies [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 22, 2001 4:27 PM To: CF-Talk Subject: RE: graphing The thought had crossed my mind. I wasn't sure about the release date. What are your thoughts on running the Beta

RE: graphing

2001-04-22 Thread Ben Forta
GIF, JPEG, Flash -Original Message- From: Brad Comer [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 22, 2001 4:21 PM To: CF-Talk Subject: RE: graphing Is the graphing in CF5 applet or flash? btc -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Sunday

RE: graphing

2001-04-22 Thread zac
> There is a package available from the Allaire Tag Gallery > called Kava Chart > Servlets > http://devex.allaire.com/developer/gallery/info.cfm?ID=CA34780E-2830-11D4-AA 9700508B94F380&method=Full > It's not an applet but does require a servlet engine. And for those not adverse to applets it al

RE: graphing

2001-04-22 Thread Jeffry Houser
t;gif" or "jpg" > barSpacing = integer number of pixels > graphHeight = integer number of pixels > graphWidth = integer number of pixels > backgroundColor = "Web color" > borderColor = "Web color" >

RE: graphing

2001-04-22 Thread Daryl Fullerton
: graphing The thought had crossed my mind. I wasn't sure about the release date. What are your thoughts on running the Beta in a production environment? Does the beta expire? Brook At 04:12 PM 22/04/01 -0400, you wrote: >Brook, > >CF5, which is just about nearing the end of its beta

RE: graphing

2001-04-22 Thread Brook Davies
The following tables At 03:20 PM 22/04/01 -0500, you wrote: >Is the graphing in CF5 applet or flash? > >btc > >-Original Message- >From: Ben Forta [mailto:[EMAIL PROTECTED]] >Sent: Sunday, April 22, 2001 3:13 PM >To: CF-Talk >Subject: RE: graphing &

RE: graphing

2001-04-22 Thread Brad Comer
Is the graphing in CF5 applet or flash? btc -Original Message- From: Ben Forta [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 22, 2001 3:13 PM To: CF-Talk Subject: RE: graphing Brook, CF5, which is just about nearing the end of its beta cycle (due out in June) has graphing built in

RE: graphing

2001-04-22 Thread Garza, Jeff
.0. Kool things happening in the 5.0 version... Jeff Garza Webmaster Spectrum Astro, Inc. [EMAIL PROTECTED] -Original Message- From: Brook Davies To: CF-Talk Sent: 4/22/01 1:10 PM Subject: graphing Does any one know of a good graphing solution for a cf app? I do not want to use the allair

RE: graphing

2001-04-22 Thread Brook Davies
le (due out in June) >has graphing built in. So, if you can wait a few weeks, or if you can access >the beta version, that's probably your best bet. > >--- Ben > > >-Original Message- >From: Brook Davies [mailto:[EMAIL PROTECTED]] >Sent: Sunday, April 22

RE: graphing

2001-04-22 Thread Ben Forta
Brook, CF5, which is just about nearing the end of its beta cycle (due out in June) has graphing built in. So, if you can wait a few weeks, or if you can access the beta version, that's probably your best bet. --- Ben -Original Message- From: Brook Davies [mailto:[EMAIL PROT

graphing

2001-04-22 Thread Brook Davies
Does any one know of a good graphing solution for a cf app? I do not want to use the allaire applets. I would prefer not using an applet at all. I looked at Corda Pop charts (www.popcharts.com). They have a great product (generates flash graphs) just a little out of my price range. Any ideas

High Traffic graphing

2001-02-05 Thread Alan H Koenig
I am developing a site where there will be a lot of dynamic graphing. I am expecting approximately 500 concurrent users on the site. Most of them will be doing the graphing application that I am creating. I am thinking of using Crystal Reports 8 with is web component for this. I was wondering

RE: OT (slightly)--Graphing with CF

2001-01-23 Thread bflynn
The only time I've needed graphing, I pulled a tag out of the Allaire tag library. I do remember there are 4-5 tags in there that do different types of graphing. Even if you can't use them, they might give you some ideas on how to write your own. Brian -Original Message-

OT (slightly)--Graphing with CF

2001-01-22 Thread Jeff Britts
Does anyone have any comments/experience with either tags or commercial packages that build graphs from CF? Jeff Britts Senior Software Engineer e-Dialog [EMAIL PROTECTED] ~~ Structure your ColdFusion code with Fusebox. Get the official book

Re: Dynamic Graphing - Spider Graphs

2000-11-27 Thread Jackson Moore (CFTalk)
file. > > Appreciate any help as i have hunted high and low on the NETno joy = > every other type but not Spider/ Radar. > > Any reference sites for Dynamic Graphing other than Corda and = > CFX_graphics server would be great as we are likely to need other = > graphing type

Re: Dynamic Graphing - Spider Graphs

2000-11-25 Thread Daryl Fullerton
- From: Dave Watts <[EMAIL PROTECTED]> To: CF-Talk <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, November 25, 2000 9:01 PM Subject: RE: Dynamic Graphing - Spider Graphs > > Does anyone know of an application that dynamically creates > > Spider Graphs

RE: Dynamic Graphing - Spider Graphs

2000-11-25 Thread Dave Watts
> Does anyone know of an application that dynamically creates > Spider Graphs / Rader Graphs like the one in the attached file. > > Appreciate any help as i have hunted high and low on the > NETno joy every other type but not Spider/ Radar. I seem to recall ChartFX doing these types of gra

Dynamic Graphing - Spider Graphs

2000-11-25 Thread Daryl Fullerton
Spider/ Radar. Any reference sites for Dynamic Graphing other than Corda and = CFX_graphics server would be great as we are likely to need other = graphing types as well. Thanks Daryl Daryl Fullerton, Managing Partner, BizNet Solutions, Allaire Premier Partner (Ireland) 133 - 137 Lisburn Road Belfast

RE: CFX graphing tag

2000-10-31 Thread Pete Freitag
, 2000 4:45 PM To: CF-Talk Subject: Re: CFX graphing tag http://www.geocities.com/SiliconValley/Way/4282/ --- defective david http://defective.net - Original Message - From: "Kevin Schmidt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 04, 2000

Re: CFX graphing tag

2000-10-31 Thread defective david
http://www.geocities.com/SiliconValley/Way/4282/ --- defective david http://defective.net - Original Message - From: "Kevin Schmidt" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 04, 2000 10:10 AM Subject: CFX graphing tag > This is a m

CFX graphing tag

2000-08-04 Thread Kevin Schmidt
This is a multi-part message in MIME format. --=_NextPart_000_0200_01BFFE0C.FAE8D9D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Anyone know of a good CFX graph tool? Kevin Schmidt Internet Services Manager Peterson, WIlliams & Bizer Of