0 Replies Latest reply: Oct 28, 2011 4:01 AM by dwaynie RSS

    Patching Flex's AreaChart bug

    dwaynie Community Member

      Does anyone know how to overcome Flex's AreaChart bug, which causes tooltips to display the same yField value for minFields?

       

      I.e. for:

       

      <mx:AreaSeries yField="TotalVariableCost" minField="TotalFixedCost" displayName="Total Cost">
      

       

      It will show:

       

      Total Cost
      high: TotalVariableCost
      low: TotalVariableCost
      

       

      As opposed to:

       

      Total Cost
      high: TotalVariableCost
      low: TotalFixedCost
      

       

      This bug is suppose to be in lines 2058 and 2083 of AreaSeries.as. Anybody know how to fix it?

       

      Thanks!

       

      --Dwayne