Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Later
-
Adobe Flex SDK Previous
-
None
-
None
-
Affected OS(s): Windows
Affected OS(s):
Language Found: English
Description
Steps to reproduce:
1. take example from "Using candlestick charts " http://livedocs.adobe.com/flex/3/html/help.html?content=charts_types_05.html
2. edit public var TICKER:Array = [ to leave just one single data point
public var TICKER:Array = [
{date:"1-Aug-05",open:42.57,high:43.08,low:42.08,close:42.75}];
3. run the example
Actual Results:
chart is empty or chart becomes crazy wih vertical lines
Expected Results:
chart should show one nice candlestick
Workaround (if any):
none