Change Theme
SASS Themes (beta)
LESS Themes
Area Charts / Error Bars
Description
This sample demonstrates how you can use Error Bars in Kendo UI area chart to show variability of data. The Error Bars are specified as part of the series -> errorBars chart setting and are offered by the following series types: Area, Vertical Area, Column, Bar, Line, Vertical Line, Scatter and ScatterLine.
The error bars support statistical calculations based on the series data. The supported types are standard error, population standard deviation and so on. To specify standard deviation, you should using chart setting as in this example, i.e. series -> errorBars = "stddev"
You can find more information in the following help article: Error Bars.
HTML5/JavaScript source
Also available for:
- error-bars.html
- Widget configuration