An error marker chart places error bars on scatter-style data points along both the X and Y axes. This makes it possible to visualize uncertainty in two dimensions simultaneously, which is valuable for cost-versus-price or any bivariate analysis.
This sample compares prime costs and retail prices for items in the ACME Fashion Spring-Summer 2016 collection. Data is loaded from an external JSON file and rendered as marker points with error bars extending horizontally and vertically. Hovering over a point displays an HTML tooltip with the item name, prime cost, and price in dollars. The horizontal axis represents prime cost while the vertical axis shows the retail price.
Follow the step-by-step Error Chart Tutorial to learn how such charts are built. See the Error Chart documentation for all configuration options.