jqDataVisualization for jQuery Documentation

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

Chart.ErrorBars
: String
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'

Chart.ErrorBars
: Number
Specifies the length of the lower and upper lines. ...

Specifies the length of the lower and upper lines.

Defaults to: 10

Chart.ErrorBars
: Array

Specifies the error values for each data point.

Specifies the error values for each data point.

Chart.ErrorBars
: String
Specifies the error display style - 'both', 'upper' or 'lower'. ...

Specifies the error display style - 'both', 'upper' or 'lower'.

Defaults to: 'both'

Chart.ErrorBars
: Number
Specifies the line width. ...

Specifies the line width.

Defaults to: 2

Chart.ErrorBars
: String
Specifies the line color. ...

Specifies the line color.

Defaults to: 'black'

Chart.ErrorBars
: Number
Specifies the error value or percentage error. ...

Specifies the error value or percentage error.

Defaults to: 10