jqDataVisualization for jQuery Documentation

Chart.Series.Funnel


Hierarchy

The Funnel chart type displays in a funnel shape data that equals 100% when totaled. It is a single series chart representing the data as portions of 100%, and it does not use any axes.

Defined By

Config options

Specifies the series animation.

Specifies the series animation.

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 data item field containing the Label value.

Specifies the data item field containing the Label value.

Specifies the data item field containing the Data value.

Specifies the data item field containing the Data value.

Chart.Series.Funnel
: Boolean
Specifies whether or not the height of the segment is the overall percentage for that dataItem. ...

Specifies whether or not the height of the segment is the overall percentage for that dataItem.

Defaults to: false

Chart.Series.Funnel
: Boolean
Specifies whether or not the slope for each segment depends on the ratio between the current and the next value. ...

Specifies whether or not the slope for each segment depends on the ratio between the current and the next value.

Defaults to: false

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.

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

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

Specifies indexes of the slices, which are hidden. ...

Specifies indexes of the slices, which are hidden.

Defaults to: []

Chart.Series.Funnel
: Boolean
Specifies whether or not the funnel is inverted to display it as a pyramid. ...

Specifies whether or not the funnel is inverted to display it as a pyramid.

Defaults to: false

Specifies the series labels.

Specifies the series labels.

Chart.Series.Funnel
: Number
Specifies the series line width. ...

Specifies the series line width.

Defaults to: 0

Overrides: Chart.Series.Series.lineWidth

Specifies the series margin. ...

Specifies the series margin.

Defaults to: 8

Specifies the series markers.

Specifies the series markers.

Chart.Series.Funnel
: Number
Specifies the ratio between the bases of the whole funnel element. ...

Specifies the ratio between the bases of the whole funnel element.

Defaults to: 0.2

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.

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

Chart.Series.Funnel
: Number
Specifies the amount of space between each band. ...

Specifies the amount of space between each band.

Defaults to: 0

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.

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

Specifies whether or not this series should be displayed.

Defaults to: true