cfchart

cfchart ignores my scalefrom value

Hi all, I have the following codes in my page. The style variable holds the custom style. <cfchart chartheight="450" chartwidth="550" gridlines="9" yaxistitle="Score" scalefrom="20" scaleto="100" style="#style#" format="png" > <cfchartseries query="variables.chart_query" type="scatter" seriescolor="##000000" itemcolu...

jQuery/UI/Tab ajax not loading flash cfcharts in IE7/8

Hello, I have a coldfusion page that uses JQuery UI TAB to load another coldfufion page which includes a cfchart in flash format. But this works completely fine in FF.(everything was loaded, flash cfchart, tables ...) <li><a href="xxx.cfm?param=#xxx#">XXX</a></li> However in IE: all of the html elements that are generated with the fl...

Coldfusion: cfchart: clips or crops my series marker at the top of the graph

I am plotting a line chart. (aka Frame chart) My series markers are begin clipped or cropped when the value is the maximum. I have data from 0.0 to 10.0. When the value is 10, it does not show the complete marker. I really don't want to have to set the scale to 11. (make no sense as the values can never be greater than 10.0 and looks ...

Coldfusion cfchart stacked order

I have a couple of queries which pull data for use in a graph. <cfquery name='clusterPrivateReferrals' dbtype="query"> SELECT organisationName, count(messageID)*1000/listSize as msgCount FROM clusterReferrals WHERE datecreated>#refRateStartDate# AND refTypeID=3 GROUP BY organisationName, listSize </cfquery> <cfquery name='clusterNHSRe...