You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
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
The text was updated successfully, but these errors were encountered: