I am trying to do a plain ol' bar chart in CFCHART, but I am getting no bars
displayed on the chart. Using the plain vanilla example in livedocs, and I
know there is data in the query.

Here is what is not working:

<cfchart showborder="yes" format="Flash"
chartheight="600" chartwidth="1000" show3d="no"         font="arial"
                fontSize=16
                gridLines=4 
>



<cfchartseries serieslabel="301 set" markerstyle="letterx"
query="get_result2" itemcolumn="location" valuecolumn="score"
                type="bar" 
>
</cfchart>

Any ideas appreciated.




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:243939
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=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to