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/

Reply via email to