Add error bars to bar/line charts
I have a dataset containing measurements, along with errors - e.g.
{
value: 187.12,
error: 12.51
}
It would be quite useful to be able to plot the error values on a line chart so that we can see the uncertainty as well as the measured value.
2
votes
Nikola
shared this idea