Time xAxis, scale = false, dataZoom issue
- Dominant language
- TypeScript
- Stars
- 67.3k
- Forks
- 19.8k
- Avg merge
- 11d 14h
- Merged PRs (30d)
- 8
Description
### 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 :
```js
"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
Contributor guide
Assessment
This issue has not been assessed yet.