Hey All,

I'm getting a  really descriptive error when trying to fire up a line graph via 
cfchart:

 For input string: [EMAIL PROTECTED] 

The query being used is a QofQ and has 2 columns.

Here's the calling code:

                <cfchart
                  format="Flash"
                  title="Historical and Projected Output"
                  xaxistitle="Year"
                  yaxistitle="Output (tonnes)"
                  chartheight="400"
                  chartwidth="600"
                  showlegend="false"
                  labelformat="number"
                  style="default">                
                  <cfchartseries type="line" query="rsGraphData" 
itemcolumn="datayear" valuecolumn="dataoutput"></cfchartseries>
                </cfchart>

If I switch "datayear" and "dataoutput" in the cfchartseries tag, the graph 
will display (but obviously it's meaningless....but if I leave them the way 
they should be I get that error????

Any thoughts?

TIA

Cheers

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
phone: 250.480.0642
fax: 250.480.1264
cell: 250.920.8830
e-mail: [EMAIL PROTECTED]
web: www.electricedgesystems.com

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Discover CFTicket - The leading ColdFusion Help Desk and Trouble 
Ticket application

http://www.houseoffusion.com/banners/view.cfm?bannerid=48

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204341
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to