echarts
echarts copied to clipboard
[Bug] click markline will cause the first column to be selected
Version
5.5.1
Link to Minimal Reproduction
Steps to Reproduce
click the markline, you can see the first column is selected.
Current Behavior
click the markline, you can see the first column is selected.
Expected Behavior
click the markline, no columns are selected
Environment
- OS:
- Browser:
- Framework:
Any additional comments?
It looks like the logic want to dispatch an action to select the markline.
But the created action config is exactly the same as the action to select the first item since the key property
dataModel is not passed in
yes, it seems markLine click does not behave properly with select enabled. Workaround is to preprocess data and add extra markLines - Demo.