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:
Methods
# setIsFieldRelated(isRelated)
Set is there is relationship between the displayed fields.
Parameters:
Name | Type | Description |
---|---|---|
isRelated |
boolean
|
Enable or disable. |
- Default Value:
- true
# setKeys(keys)
Set the keys to show.
Parameters:
Name | Type | Description |
---|---|---|
keys |
Array.<string>
|
Keys to show. |
# setValue(value)
Set the value to show.
Parameters:
Name | Type | Description |
---|---|---|
value |
string
|
Value to show. |