Hi,

i have the following code for a chchart:

<cfchart chartheight="190" chartwidth="160">
                        <cfchartseries type="pie" colorlist="Red,Green" 
datalabelstyle="none">
                                <cfchartdata item="Used" value="5">
                                <cfchartdata item="Free 245 MB" value="245">
                        </cfchartseries>
                </cfchart>

The problem is that the first item "Used" seems to start at a random
angle and I would really like it to start at 0 degrees (straight up).

Is there anyway to do this?

Thanks,

Sam

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Create robust enterprise, web RIAs.
Upgrade & integrate Adobe Coldfusion MX7 with Flex 2
http://www.adobe.com/products/coldfusion/flex2/

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:272173
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to