Version
5.4.1
Link to Minimal Reproduction
https://codesandbox.io/s/stacked-line-chart-forked-wxxkh0?file=/index.js
Steps to Reproduce
Just add series from the link
Current Behavior
There is no line on zoom panel at all
Expected Behavior
At least one line on the panel. Ideally display all the lines on the zoom panel if it possible
Environment
- OS: Windows 10
- Browser: Chrome, Opera
- Framework: Vanilla JS
Any additional comments?
No response
3条答案
按热度按时间vql8enpb1#
Related to #17487 , #17850 and #17143 (easily found if searched )
DataShadow will show a line area only for non-null sections of first line. Demo Code
Your first line has just one point and dataZoom.dataShadow shows just one vertical line to address it.
line.connectNulls does not help.
Other lines are not shown in dataShadow except first.
hs1rzwqc2#
So there is no way out?
uurv41yg3#
Still need an answer