echarts
echarts copied to clipboard
series.type: 'scatter' single select selects multiple data points not just one
Version
5.3.3
Link to Minimal Reproduction
No response
Steps to Reproduce
option = { ... series: [{ ... selectedMode: 'single', ... }] ... }
Current Behavior
MULTIPLE points are selected when click on a single point in scatter chart
Expected Behavior
select a single data point
Environment
- OS:ubuntu20.04
- Browser: Chrome
- Framework: React
Any additional comments?
No response
@yossico2 Please provide a demo for the issue either with Official Editor, CodePen, CodeSandbox or JSFiddle.
Might be releated to #17206