I am seeing some problems with <cfchart> on CFMX7. I have a bar chart that
shows up fine in CFMX6.1, but doesn't work in CFMX7. Here is my code:

 

<cfchart format="flash"

                         scalefrom="0"

                         rotated="Yes"

                         gridlines="#queues.RecordCount#"

                         scaleto="#queues.RecordCount#"

                         tipstyle="mouseOver"

                         showlegend="No"

                         showygridlines="No"

                         chartwidth="200"

                         chartheight="#15 + 25 * queues.RecordCount#"

                         backgroundcolor="##F7F7F7">

            <cfchartseries type="bar" query="queues" itemcolumn="QueueName"
valuecolumn="TicketCount" seriescolor="##A1E318">

</cfchart>

 

The Queues query looks like:

 

QueueName      TicketCount

TestQueue        8

 

The chart just doesn't show up in CFMX7.1. The correct flash code is
embedded in the page, it just appears blank. Can anyone try the above code
on the 2 CFMX's and see if they have the same issue? Or is there a known bug
related to this?

 

Cedric




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233712
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