I need to specify the order tyhat data is plotted on a pie chart - I have 4 labels 1. Label1 2. Label2 etc. I can control the start angle, how do I force the order that data is displayed? Using Pie2D.swf, coldfusion.
Thanks in advance.
I did that! The xml above shows that I placed it in this order:
<set label='1. Plan' value='#session.val1#' />
<set label='2. Execute' value='#session.val2#' />
<set label='3. Support' value='#session.val3#' />
<set label='4. Monitor' value='#session.val4#' />
...but it didn't display that way.