• Open in:

Error Chart

Error chart helps you visualize uncertainty or variability of data. This demo shows you how to create error bars on top of a regular line graph.

Key implementation details

Our main chart is just a line series and we add error bars by utilizing advanced bullet functionality in amCharts. Bullets can be all kinds of objects in amCharts and this case we create a Graphics bullet so we can draw an arbitrary shape according to our needs.

Related tutorials

Demo source