Version
5.4.0
Link to Minimal Reproduction
example code
Steps to Reproduce
see example link above
Current Behavior
dataZoom slider shows the trend of the first line only. But there could be many more lines.
Expected Behavior
Not showing a trend at all, in our opinion, would be best in complex scenarios like multiple overlapping lines, or large data spans as in #15688
Any additional comments?
A workaround is to hide the trend with dataBackground.lineStyle.opacity: 0 and selectedDataBackground.lineStyle.opacity: 0.
Version
5.4.0
Link to Minimal Reproduction
example code
Steps to Reproduce
see example link above
Current Behavior
dataZoom slider shows the trend of the first line only. But there could be many more lines.
Expected Behavior
Not showing a trend at all, in our opinion, would be best in complex scenarios like multiple overlapping lines, or large data spans as in #15688
Any additional comments?
A workaround is to hide the trend with dataBackground.lineStyle.opacity: 0 and selectedDataBackground.lineStyle.opacity: 0.