Module

Funnel

The funnel widget shows the progressive reduction of data as it goes from one phase to another. In each of the phases, data is represented as different portions of a whole.

Tutorials:
See:

View Source widgets/funnel.js, line 7

Methods

# setIsFieldRelated(isRelated)

Set is there is relationship between the displayed fields.

Parameters:
Name Type Description
isRelated boolean

Enable or disable.

Default Value:
  • true

View Source widgets/funnel.js, line 53

# setKeys(keys)

Set the keys to show.

Parameters:
Name Type Description
keys Array.<string>

Keys to show.

View Source widgets/funnel.js, line 43

# setValue(value)

Set the value to show.

Parameters:
Name Type Description
value string

Value to show.

View Source widgets/funnel.js, line 34

# seUnits(unit)

Set a unit to values.

Parameters:
Name Type Description
unit string

Unit name.

View Source widgets/funnel.js, line 62