Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Duplicate
-
Adobe Flex SDK 3.2 (Release)
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s): Windows XP
Browser: Internet Explorer 6.x
Language Found: English
Description
Summary:
As the attached screenshot(TestCaseResult.pdf), the stack column chart shows labels incorrectly if you show minus values in the chart component.
I created the 2 sample programs to show good-case and bad-case.
"StackedChartBad.mxml"....The sample which reproduce the symptom
"StackedChartOK.mxml"....The sample which does not reproduce the symptom (works gracefully).
Steps to Reproduce:
1. Open the "StackedChartBad.mxml" in the FlexBuilder3 and execute it.
As the sample program shows you, it just set minus numbers to data source and show them in the stack column chart.
2. Review the chart which is appeared in the sample program.
Expected Result:
All the labels were appeared at correct position.
Actual Result:
As the test case result, almost labels were appeared at incorrect position.
Language Found:
Japanese
Workaround (if any):
None