Version
5.4.2
Link to Minimal Reproduction
Steps to Reproduce
- Add two series of type
[time, value]
with different ranges ofx/time
values - configure
x
axis astime
- add
dataZoom
as 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.2
Any 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.
1条答案
按热度按时间ivqmmu1c1#
Please follow #17143