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

Pie labels disappeared after effect ending

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • Adobe Flex SDK Previous
    • Charts:PerItemLabel
    • None
    • Affected OS(s): All OS Platforms
      Language Found: English

    Description

      Steps to reproduce:
      1. Download some Pie example from Adobe website http://livedocs.adobe.com/labs/flex3/html/help.html?content=charts_types_09.html
      2. Apply creationCompleteEffect for PieSeries
      3. Execute

      <mx:Parallel id="showEffects">
      <mx:WipeUp duration="1000"/>
      <mx:Fade alphaFrom="0" alphaTo="1" duration="1000"/>
      </mx:Parallel>

      <mx:PieSeries
      field="Amount"
      nameField="Expense"
      labelPosition="callout"
      creationCompleteEffect="showEffects"
      />

      Actual Results:

      During playing effects I can see all labels. As soon effect ending label disappears

      Expected Results:

      Labels must be visible

      Workaround (if any):

      Assign creationCompleteEffect to chart level, but I need to be redraw as well as data changed.
      Problem reproducible only in Pie Component

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: