echarts icon indicating copy to clipboard operation
echarts copied to clipboard

series.type: 'scatter' single select selects multiple data points not just one

Open yossico2 opened this issue 3 years ago • 2 comments

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 avatar Aug 01 '22 12:08 yossico2

@yossico2 Please provide a demo for the issue either with Official Editor, CodePen, CodeSandbox or JSFiddle.

echarts-bot[bot] avatar Aug 01 '22 13:08 echarts-bot[bot]

Might be releated to #17206

susiwen8 avatar Aug 01 '22 13:08 susiwen8