Chart.ErrorBars
Defines the chart error bars.
Sample configuration:
var errorBars = {
calculationType : 'standardError',
displayType: 'both',
strokeStyle: 'black',
lineWidth: 2,
capLength: 10
}
Defined By
Config options
Specifies the error calculation type - 'standardError', 'standardDeviation', 'percentage', 'fixedValue' or 'cusomVal...
Specifies the error calculation type - 'standardError', 'standardDeviation', 'percentage', 'fixedValue' or 'cusomValues'.
Defaults to: 'standardError'
Specifies the length of the lower and upper lines. ...
Specifies the length of the lower and upper lines.
Defaults to: 10