I just changed the settings in the xml files and I don't need to any replacing, it all works like a dream on /cfCharting/monkeyGraph.cfm ;-)
On 20 Aug 2004 at 9:18, Elliot Russo wrote: > taco we do something a little different that might give you ideas > > <cfsavecontent variable="img"> > <cfchart > format="jpg" showBorder = "yes" showLegend = "yes" chartWidth="400" > chartHeight="240" pieSliceStyle="solid"> > <cfchartseries type="bar" query="AppList" > itemcolumn="awarddescription" valuecolumn="AppCount" paintStyle="light"> > </cfchartseries> > </cfchart> > </cfsavecontent> > > <cfset img = replace(img, "/CFIDE/GraphData.cfm?graphID=Images/", > "/charting/cache/")> > <!--- somewhere ---> > <cfoutput>#img#</cfoutput> > > we had to make the charting dir as a virtdir to supprt this though (havn't > tried with flash charts) > > Elliot > > <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > > > Is there any way that you can make the cfchart generates call another > mapping? For example; > > by default it calls /CFIDE/GraphData.cfm? which is a mapping to a class I > believe (specified in > > a an xml file). What if I want to call it another way, i.e. /graphData/? > for example, is that > > possible? > > > > We are having some problems with the cfchart at the moment, and I believe > it has something > > to do with the security on that directory... > > > > Thanks, > > -- > > Taco Fleur > > Senior Web Systems Engineer > > http://www.webassociates.com > > > > > > > > > > --- > You are currently subscribed to cfaussie as: [EMAIL PROTECTED] > To unsubscribe send a blank email to [EMAIL PROTECTED] > Aussie Macromedia Developers: http://lists.daemon.com.au/ -- Taco Fleur Senior Web Systems Engineer http://www.webassociates.com --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] Aussie Macromedia Developers: http://lists.daemon.com.au/
