ApocalypseCow

Members
  • Content count

    2
  • Joined

  • Last visited

About ApocalypseCow

  • Rank
    Forum Newbie
  1. Pie rendering problem with zero values

    Sure. As you can see we set showZeroPies to 1 to highlight the problem. edit: I've attached the xml as the forum didn't seem to like me posting it pieData.TXT
  2. Pie rendering problem with zero values

    We're using the evaluation version and have a serious problem when using the Pie3D.swf where the chart does not render properly and fails to handle rotation or slicing correctly. After some investigation it's when the pie is trying to render a data series with a value of 0. We are using the charts to dynamically display data that the user selects and were hoping that fusioncharts would handle a zero value more gracefully than this! I've attached some screenshots to illustrate the error. We have used the showZeroPies attribute for now to suppress zero values, but need to know if this bug is handled in a later version or do we always need to remove zero values from the XML data when using pie charts?