Ajax cfchart

2008-01-09 Thread Dustin Snell [Network Automation]
Is there a way via Ajax to automatically update CFCHART with new data without refreshing the page? If not with CFCHART are there any other technologies out there that can do this? ~| Adobe® ColdFusion® 8 software 8 is the most

Re: Ajax cfchart

2008-01-09 Thread Ian Skinner
Dustin Snell [Network Automation] wrote: Is there a way via Ajax to automatically update CFCHART with new data without refreshing the page? If not with CFCHART are there any other technologies out there that can do this? I do not believe so, not with CFCHART. CFCHART does not run on the

Re: Ajax cfchart

2008-01-09 Thread Rey Bango
Dustin, I'm not sure about CFChart but you have a couple of options including: http://ajaxian.com/archives/plotting-in-jquery Also, Google now has their chart api. Finally, you can go to AjaxRain and get a nice list of chart components: http://www.ajaxrain.com/search.php (keyword: chart)

Re: Ajax cfchart

2008-01-09 Thread Sonny Savage
The YUI library has a DataTable library, but I can't vouch for it as I've never used it. http://developer.yahoo.com/yui/datatable/ On Jan 9, 2008 12:45 PM, Ian Skinner [EMAIL PROTECTED] wrote: Dustin Snell [Network Automation] wrote: Is there a way via Ajax to automatically update CFCHART

Re: Ajax cfchart

2008-01-09 Thread Cutter (CFRelated)
Live Cycle Data Services in conjunction with Flex? Steve Cutter Blades Adobe Certified Professional Advanced Macromedia ColdFusion MX 7 Developer _ http://blog.cutterscrossing.com Dustin Snell [Network Automation] wrote: Is there a way via Ajax to automatically

Re: Ajax cfchart

2008-01-09 Thread Barney Boisvert
CFCHART is static at create time; it can't change it's backing data. My FlexChart utility (http://www.barneyb.com/flexchart/) can change not just the data, but also the entire structure (5-series line chart, to a pie chart, to a 3 series column chart). It's all XML driven, which makes it a snap

Re: Ajax cfchart

2008-01-09 Thread Andrew Powell
This is what you're trying to do: http://www.infoaccelerator.net/index.cfm?event=showEntryentryId=2BE38F46-1372-FA49-99088CD1819F9BA3 CFCHART is static at create time; it can't change it's backing data. My FlexChart utility (http://www.barneyb.com/flexchart/) can change not just the data, but