Funnel

Used on the chart page

{
"spend": {
"bind": "type",
"link": "/x/Table/type",
"view": {
"type": "Funnel",
"props": {
"nameKey": "type"
}
}
}
}

Props

interface IProps {
data: Array<any>
nameKey?: string
height?: number
}

API

PropertiesDescriptionTypeDefaultRequiredVersion
nameKeyname keystring-no
heightheightnumber-no

Funnel

Used on the chart page

{
"spend": {
"bind": "type",
"link": "/x/Table/type",
"view": {
"type": "Funnel",
"props": {
"nameKey": "type"
}
}
}
}

Props

interface IProps {
data: Array<any>
nameKey?: string
height?: number
}

API

PropertiesDescriptionTypeDefaultRequiredVersion
nameKeyname keystring-no
heightheightnumber-no