-
Notifications
You must be signed in to change notification settings - Fork 19.8k
Open
Labels
Description
Version
5.4.2
Link to Minimal Reproduction
Steps to Reproduce
- Add two series of type
[time, value]with different ranges ofx/timevalues - configure
xaxis astime - add
dataZoomas slider
Current Behavior
- dataZoom shows only the x range of the first series
- graph is correct
- e.g. a peak on dataZoom preview is not at the position of the graph
- when second series is hidden, the dataZoom is correct
Expected Behavior
- dataZoom start and end is set to the min/max over all data
- dataZoom shows a union over all series (nice to have)
Environment
- OS: all
- Browser: all
- Framework: official editor / echarts@5.4.2Any additional comments?
I ran into this issue while showing a lot of line series with characteristic gaps and peaks, when choosing exact start and end of a peak/gap.

