Version
4.9.0
Steps to reproduce
When the xAxis type is set to 'time', and scale = false for xAxis, the dataZoom slider component starts from '01/01/1970' instead of the given startValue, or the series start.
dataZoom options :
"dataZoom": [
{
"type": "slider",
"startValue": 1603232230000,
"endValue": 1603837030000,
}
]
Xaxis has scale : false, min = 1603232230000, max = 1603837030000

What is expected?
DataZoom (slider) should start from xAxis.min to xAxis.max values
What is actually happening?
Starts from 01/01/1970
Version
4.9.0
Steps to reproduce
When the xAxis type is set to 'time', and scale = false for xAxis, the dataZoom slider component starts from '01/01/1970' instead of the given startValue, or the series start.
dataZoom options :
Xaxis has scale : false, min = 1603232230000, max = 1603837030000
What is expected?
DataZoom (slider) should start from xAxis.min to xAxis.max values
What is actually happening?
Starts from 01/01/1970