CT-Rick

Members
  • Content count

    4
  • Joined

  • Last visited

Everything posted by CT-Rick

  1. 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.
  2. How to Order Data in Pie Charts

    ...oh wait - so I should reverse the order to display clockwise? OK I will try that. Thanks.
  3. How to Order Data in Pie Charts

    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.
  4. How to Order Data in Pie Charts

    Here's my xml <chart caption='Performance Improvement Framework' bgColor='FFFFFF' showShadow='1' captionPadding='0' showValues='0' animation ='0' showPercentageValues='0'><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#' /></chart> and here's the output: