Optional animationsConvenience flag that can be used to enable/disable all animations in a component.
Column index on dashboard (X location, 0 = left)
Optional columnColumn span (X width), default = 1
Optional Readonly cursorBuilder for the charts' auto cursor.
For most use cases, it is not recommended to use this, but rather setCursor for a more convenient API.
Row index on dashboard (Y location, 0 = top)
Optional rowRow span (Y height), default = 1
Optional typeInterface for specifying desired "type" of Funnel Chart. This can be used to select different rendering approaches, mainly reflecting how Slice Labels are positioned.
Options are located in FunnelChartTypes-collection. If undefined, will default to FunnelChartWithLabelsOnSides.
Interface that can be used to define FunnelChart configurations, when inside a Dashboard, that can't be changed after creation.
Example usage: