Uploaded image for project: 'Apache Flex'
  1. Apache Flex
  2. FLEX-33039

AreaChart displays wrong value for low points

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • Adobe Flex SDK 4.6 (Release)
    • None
    • Charts
    • None
    • Affected OS(s): All OS Platforms
      Affected OS(s): All OS Platforms
      Language Found: English

    Description

      An AreaChart bug causes ones 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

      (lines 2058 and 2083 of AreaSeries.as)

      Attachments

        Activity

          People

            Unassigned Unassigned
            adobejira Adobe JIRA
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: