Hi Ian, I have been struggling with scaleFrom, scaleTo as well and like you my clients really don't like the results from this. Have you had any luck fixing this yet? I have upgraded MX7 7.0 with the latest .jar file as suggested on the adobe website.
Wondering if CFMX 7.0.2 does any better? ================== This clearly doesn't work as anyone can easily check. <cfchart format="png" gridlines="5" scaleFrom="0.30" scaleTo="0.70" > <cfchartseries type="line"> <cfchartdata item="Point1" value=".5410"> <cfchartdata item="Point2" value=".5425"> <cfchartdata item="Point3" value=".5450"> <cfchartdata item="Point4" value=".5475"> <cfchartdata item="Point5" value=".5430"> </cfchartseries> </cfchart> On 9/20/06, Ian Skinner <[EMAIL PROTECTED]> wrote: > Thanks Josh > > I had thought about multiplying the results to make them simple integers. > Unfortunately I'm working from what is currently done in Excel and with a > client base that is very finicky. It could be a bit of a sell to show them a > chart that shows values of 8, 15, 37 instead of what is currently shown, > 0.0008, 0.0015, 0.0037. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion MX7 and Flex 2 Build sales & marketing dashboard RIAâs for your business. Upgrade now http://www.adobe.com/products/coldfusion/flex2?sdid=RVJT Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:275454 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

