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

Error Bar Support in Bar Charts #1483

Open
kealist opened this issue Nov 9, 2023 · 3 comments · May be fixed by #1842
Open

Error Bar Support in Bar Charts #1483

kealist opened this issue Nov 9, 2023 · 3 comments · May be fixed by #1842
Labels
enhancement New feature or request good first issue Good for newcomers Line Chart

Comments

@kealist
Copy link

kealist commented Nov 9, 2023

Bar charts often have error bars that display standard error for the data. This is necessary for most scientific applications, but most flutter charting libraries do not have this feature. I specifically need them on Bar charts but would be relevant to other chart types

MS Excel documentation

I would like the ability to specify error bars for a particular bar in a bar chart

@imaNNeo imaNNeo added enhancement New feature or request Line Chart labels Nov 11, 2023
@imaNNeo
Copy link
Owner

imaNNeo commented Nov 11, 2023

As a hack, you can implement your own FlDotPainter to paint anything that you want. But I think you are not able to draw in the chart's coordinates easily.
We can provide some functions to allow people to project the chart's coordinate in FlDotPainters

@imaNNeo imaNNeo added the good first issue Good for newcomers label Nov 11, 2023
@kealist
Copy link
Author

kealist commented Nov 27, 2023

@imaNNeo Anything like that would be helpful on projecting coordinates.

@imaNNeo imaNNeo linked a pull request Jan 7, 2025 that will close this issue
7 tasks
@imaNNeo
Copy link
Owner

imaNNeo commented Jan 7, 2025

I just started working on this feature request.
It is financially sponsored by Intero The Sniffers. I appreciate their support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers Line Chart
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants