jqDataVisualization for jQuery Documentation

Chart.Series.RangeBar


Hierarchy

Chart.Series.Series
Chart.Series.RangeBar

Subclasses

The Range Bar chart type displays separate events that have beginning and end values. Data can be plotted using either a date and time or numerical scale. Use this chart type when planning the use of resources.

Defined By

Config options

Specifies the series animation.

Specifies the series animation.

Chart.Series.RangeBar
: String

Specifies the x-axis name that this series belong to.

Specifies the x-axis name that this series belong to.

Chart.Series.RangeBar
: String

Specifies the y-axis name that this series belong to.

Specifies the y-axis name that this series belong to.

Specifies the cursor when the mouse is over a data point from this series.

Specifies the cursor when the mouse is over a data point from this series.

Specifies the series data.

Specifies the series data.

Specifies the empty point style.

Specifies the empty point style.

Specifies the series error bars.

Specifies the series error bars.

Specifies the series fill style.

Specifies the series fill style.

Chart.Series.RangeBar
: String/Common.Gradient[]

Specifies series fill styles - ['red', 'blue'].

Specifies series fill styles - ['red', 'blue'].

Chart.Series.RangeBar
: String/Chart.DataField

Specifies the data item field containing the From value.

Specifies the data item field containing the From value.

Chart.Series.RangeBar
: String
Specifies the data type for automatic conversion from received inline data to the required value. ...

Specifies the data type for automatic conversion from received inline data to the required value.

Possible values are: 'string', 'numeric' or 'dateTime'. If the type is not specified no conversion is applied.

Chart.Series.RangeBar
: String/Chart.DataField

Specifies the data item field containing the Label value.

Specifies the data item field containing the Label value.

Chart.Series.RangeBar
: String
Specifies the data type for automatic conversion from received inline data to the required value. ...

Specifies the data type for automatic conversion from received inline data to the required value.

Possible values are: 'string', 'numeric' or 'dateTime'. If the type is not specified no conversion is applied.

Specifies the series labels.

Specifies the series labels.

Specifies the series line width. ...

Specifies the series line width.

Defaults to: 1

Specifies the series markers.

Specifies the series markers.

Chart.Series.RangeBar
: number
Specifies the minimum height of the bars in pixels. ...

Specifies the minimum height of the bars in pixels.

Defaults to: 1

Specifies how the null values are handled - 'break', 'connect', or 'emptyPoint' ...

Specifies how the null values are handled - 'break', 'connect', or 'emptyPoint'

Defaults to: 'break'

Specifies indexes of the series data, which will be treated as null values.

Specifies indexes of the series data, which will be treated as null values.

Chart.Series.RangeBar
: number

Specifies the height of the bars - from 0 to 1

Defaults to: 0.6

Specifies the height of the bars - from 0 to 1

Defaults to: 0.6

Chart.Series.RangeBar
: String

Specifies the price down fill style.

Specifies the price down fill style.

Chart.Series.RangeBar
: String

Specifies the price up fill style.

Specifies the price up fill style.

Specifies whether or not this series should be displayed in the legend. ...

Specifies whether or not this series should be displayed in the legend.

Defaults to: true

Specifies whether or not this series should be displayed in the scene. ...

Specifies whether or not this series should be displayed in the scene.

Defaults to: true

Specifies the series line stroke dash array - [2, 4].

Specifies the series line stroke dash array - [2, 4].

Specifies the series line color.

Specifies the series line color.

Specifies the series title.

Specifies the series title.

Chart.Series.RangeBar
: String/Chart.DataField

Specifies the data item field containing the To value.

Specifies the data item field containing the To value.

Chart.Series.RangeBar
: String
Specifies the data type for automatic conversion from received inline data to the required value. ...

Specifies the data type for automatic conversion from received inline data to the required value.

Possible values are: 'string', 'numeric' or 'dateTime'. If the type is not specified no conversion is applied.

Specifies whether or not this series should be displayed. ...

Specifies whether or not this series should be displayed.

Defaults to: true

Chart.Series.RangeBar
: String/Chart.DataField

Specifies the data item field containing the X value.

Specifies the data item field containing the X value.

Chart.Series.RangeBar
: String
Specifies the data type for automatic conversion from received inline data to the required value. ...

Specifies the data type for automatic conversion from received inline data to the required value.

Possible values are: 'string', 'numeric' or 'dateTime'. If the type is not specified no conversion is applied.