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

[Feature] merge line and scatter chart types #20460

Open
rehni opened this issue Oct 29, 2024 · 3 comments
Open

[Feature] merge line and scatter chart types #20460

rehni opened this issue Oct 29, 2024 · 3 comments
Labels
en This issue is in English new-feature pending We are not sure about whether this is a bug/new feature.

Comments

@rehni
Copy link

rehni commented Oct 29, 2024

What problem does this feature solve?

in current version, line and scatter type are different types, i would like to see scatter and line chart to be just alias of the same type.
i used plotly in the past and they have scatter type with possibility to show lines. what is actually reason to have it separate?

What does the proposed API look like?

line and scatter type will have the same API with possibility to show symbol, line or symbol+line together

@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 Oct 29, 2024
@helgasoft
Copy link

line and scatter type will have the same API with possibility to show symbol, line or symbol+line together

line chart can do exactly that - Demo
📌 please close issue if problem solved.

@rehni
Copy link
Author

rehni commented Oct 31, 2024

and vice versa, can scatter also draw lines between symbols?

@helgasoft
Copy link

scatter also drawing lines !? why have two chart types with identical functionality ?

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

No branches or pull requests

4 participants
@helgasoft @rehni and others