Home Forums StockChart Support zoom into open-ended regions not working Reply To: zoom into open-ended regions not working

#37943

I was able to reproduce the problem. It seems to happen when the following 3 conditions are true:
(1) There aren’t any dataPoints (yet). Please keep in mind I am loading data progressively so this would be normal.
(2) A minimum and maximum value has been set for the X axis.
(3) xValueType: “dateTime”

You can observe the problem with the following fiddle:
https://jsfiddle.net/jcmalek/a7Lorh18/85/