It would be nice to have the ability to add error bars around a dataset.
Here's a fork of the Chart.js library that claims to do this:
https://github.com/CAYdenberg/Chart.js-ErrorBars
I think this is a feature that is best implemented as a plugin since it is fairly specific
Closing since this will be best implemented as a plugin. https://github.com/chartjs/chartjs-chart-financial could be of some help
Could be that this is best implemented as a plugin, but I do not think this is a "fairly specific" requirement. If you measure something physical in the real world there will allways be an error. If you try to make some prediction of the future by looking at the past this prediction will allways have an error. If you do some sort of statistics there will be an error too.
Most helpful comment
Could be that this is best implemented as a plugin, but I do not think this is a "fairly specific" requirement. If you measure something physical in the real world there will allways be an error. If you try to make some prediction of the future by looking at the past this prediction will allways have an error. If you do some sort of statistics there will be an error too.