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] built-in and direct support of error bar #19879

Open
feixyz10 opened this issue Apr 29, 2024 · 0 comments
Open

[Feature] built-in and direct support of error bar #19879

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

Comments

@feixyz10
Copy link

What problem does this feature solve?

currently error bar can only be realized by drawing three line (two horizontal and one vertical), like the official examples like this. This is very indirect and inconvenient. Considering that error bar is used in data visualization very commonly. So is it possible to add 'errorbar' type to directly support errorbar functionality?

What does the proposed API look like?

series: [
{
data: [[6, 7], [5.9], ..., [lower bound, upper bound]],
type: 'errorbar'
}
]

@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 Apr 29, 2024
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

1 participant