No Charts will work on this server. Are there any components that are easily implemented using flash or some other cf components?
Cheers, Gareth. "Mark Lynch" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > Hi Gareth, > > It might be work running the iis or apache connectors for cfmx - I came > across problems with the flash gateway and charting before and this > solved the problem - try installing again and if that doesn't work then > try uninstalling and reinstalling. Not very scientific but I've had this > work more than once. > > Will any charts work on this particular server? > > Regards, > Mark > > Gareth wrote: > > Still getting and error saying > > > > The chart could not be generated due to an error in the graphing engine. > > > > Cant work out what the error could be? Has anyone had this problem with the > > server? > > > > The Code I am using to test the chart is as follows. Tests have proven that > > the chart works although not working on the server where the particular site > > is hosted. > > > > <cfquery name="Recordset1" datasource="tornadoes"> > > SELECT * FROM forumcontent LIMIT 5 > > </cfquery> > > <cfchart xAxisTitle="Question" yAxisTitle="Votes"> > > <cfchartseries > > type="bar" > > query="Recordset1" > > valueColumn="subject" > > itemColumn="contentid" > > /> > > </cfchart> > > > > If anyone can help me out, it would be much appriciated. > > > > Cheers > > > > Gareth. > > > > > > > > > > > --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MX Downunder AsiaPac DevCon - http://mxdu.com/
