JavaScript Chart - Examples
SciChart.js ships with over 80 JavaScript Chart demos which you can browse, view the source code and see related documentation. Build incredible complex dashboards with SciChart.js, our High Performance JavaScript Chart Library.
This SciChart demo demonstrates how to create a JavaScript Error Bars Chart using SciChart.js our High Performance JavaScript Chart component.
Error Bars on JavaScript Charts are useful to display uncertainty or statistical confidence of a data-point. In SciChart.js Error Bars can have custom error values per point or a fixed percentage error value. Error bars can be horizontal or vertical.
Tips
To change the size of the cap, use the dataPointWidth and dataPointWidthMode properties.
It is possible to change orientation of error bars.
You can also configure visibility of different part of an error bar.