Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] I draw a scatter chart with markarea and set it to large:ture, but when I select, the markarea comes to the front. #19951

Open
kei-soft opened this issue May 18, 2024 · 2 comments
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.

Comments

@kei-soft
Copy link

Version

5.5.0

Link to Minimal Reproduction

https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=GYVwdgxgLglg9mABAcwKZlQJwIZVQEV2wAoI5woBKRAbwFgAoRZxAG1SkQBMjEBeRAG0AugG5GLRMDiZExdpxj9EABlGIlAHkRkK6mAGoD1ek0kseUbADoADiADOAC2KCJ5j8QCyuJ9ZxgXHAAtsTUAFSIAIwqKpTWUHAAYjAAHqhcxABMlAA0iAD0BYip7h6S3r7-2IEhYYiRMXEJyWkZ2dSFxQCeZebClOJmzAC-fZgcIJhIlthDYwyMcLawCMqmzLMOHABctA7kmBCoe2gYOHiEVsQAzLFxI7l9qQCCqTAOezSPfd1vH18fsNENtMDBUJ8hH1JBtypIoN1bCdEAByBwQXB4TAop7AuGsbCYNCIPZQTAgVC4uGSLYcACSgVQqRJqip1OY6DIXGRsPZfJKexUbP57O6eyi0JFo2F1OChIA1i8JtgvpL2Q4YOwwFBSeTKWrqbM9m48VKoaazSxeZbqWBsMFkSifJh5YglahsNEcQabSxXu9ISiYt6Lb6WH8A3sgyoUT6zUCw-ZrYnJP6Aai7iGU-UI-mUZm41KFonhIX-jL-TA8MEAMoI9iq0P8sisGRRokAIxIQsQWQArH38j2opRY03ysW-ZOPNPEMIZYk4KwO3BUo24cAPVApjyy7MAFpwELrs25hwM7lr1FgBCoMf8hN8jvk5wnqUIpHGlETaA41G2JdumQBA_xRVgYAwAANUDwIwABNUD5VQVBbFAiB2EJFFS3HUYDVnR9mGfRwnDfcxF2XVcvx_KBQIA1ggJA_IwIg1BoKY2DUAQpikJQtCMOxecDSI5wABkIPlKNsFYVgs3KNNz0ZK8hQNKAnEwOAoCgdgABVEUdbkV3AY5ZI8VT1M09h8FQAkxUQO5lNDcgoAAeWAAAhF8SNoMsWxkF5WFsJwVVUawJVDfDGBGUQgA

Steps to Reproduce

below link
https://echarts.apache.org/examples/en/editor.html?c=line-simple&code=GYVwdgxgLglg9mABAcwKZlQJwIZVQEV2wAoI5woBKRAbwFgAoRZxAG1SkQBMjEBeRAG0AugG5GLRMDiZExdpxj9EABlGIlAHkRkK6mAGoD1ek0kseUbADoADiADOAC2KCJ5j8QCyuJ9ZxgXHAAtsTUAFSIAIwqKpTWUHAAYjAAHqhcxABMlAA0iAD0BYip7h6S3r7-2IEhYYiRMXEJyWkZ2dSFxQCeZebClOJmzAC-fZgcIJhIlthDYwyMcLawCMqmzLMOHABctA7kmBCoe2gYOHiEVsQAzLFxI7l9qQCCqTAOezSPfd1vH18fsNENtMDBUJ8hH1JBtypIoN1bCdEAByBwQXB4TAop7AuGsbCYNCIPZQTAgVC4uGSLYcACSgVQqRJqip1OY6DIXGRsPZfJKexUbP57O6eyi0JFo2F1OChIA1i8JtgvpL2Q4YOwwFBSeTKWrqbM9m48VKoaazSxeZbqWBsMFkSifJh5YglahsNEcQabSxXu9ISiYt6Lb6WH8A3sgyoUT6zUCw-ZrYnJP6Aai7iGU-UI-mUZm41KFonhIX-jL-TA8MEAMoI9iq0P8sisGRRokAIxIQsQWQArH38j2opRY03ysW-ZOPNPEMIZYk4KwO3BUo24cAPVApjyy7MAFpwELrs25hwM7lr1FgBCoMf8hN8jvk5wnqUIpHGlETaA41G2JdumQBA_xRVgYAwAANUDwIwABNUD5VQVBbFAiB2EJFFS3HUYDVnR9mGfRwnDfcxF2XVcvx_KBQIA1ggJA_IwIg1BoKY2DUAQpikJQtCMOxecDSI5wABkIPlKNsFYVgs3KNNz0ZK8hQNKAnEwOAoCgdgABVEUdbkV3AY5ZI8VT1M09h8FQAkxUQO5lNDcgoAAeWAAAhF8SNoMsWxkF5WFsJwVVUawJVDfDGBGUQgA

image

I draw a scatter chart with markarea and set it to large:ture, but when I select, the markarea comes to the front.
A bug occurs when there are more than 2000 points.
I need to draw a large data chart, so I need to set large:true.

Is it possible to make markarea go to behind??

Current Behavior

image

Expected Behavior

image

Environment

- OS:
- Browser:
- Framework:

Any additional comments?

No response

@kei-soft kei-soft added the bug label May 18, 2024
@echarts-bot echarts-bot bot added en This issue is in English pending We are not sure about whether this is a bug/new feature. labels May 18, 2024
@helgasoft
Copy link

helgasoft commented May 18, 2024

Brush selection does not work with large scatter series, see #19240. See also #17079, #18929, #19857.
The markArea popping up in front is another, secondary bug.
I think this should be a high priority issue 🚩 since brush selection is often performed on large data.

@yougdlek
Copy link

I also have a same problem, it will be very helpful if fix the bug

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug en This issue is in English pending We are not sure about whether this is a bug/new feature.
Projects
None yet
Development

No branches or pull requests

3 participants