XY Error Chart
Error Charts let us display variability of data in a graphical format. This chart displays the ranges of how far the exact (error-free) value might be from the center point displayed.
Key implementation details
We use the bullets feature to display our data points. In this case we draw a custom bullet using the Graphics
element of amCharts and its SVG-like drawing commands.