sisense.com
✅ You are viewing documentation for the latest version of Compose SDK.
Version:

Interface FunnelStyleOptions

Configuration options that define functional style of the various elements of FunnelChart

Properties

dataLimits

dataLimits?: DataLimits

Data limit for series or categories that will be plotted


funnelDirection

funnelDirection?: "inverted" | "regular"

Direction of FunnelChart narrowing


funnelSize

funnelSize?: "narrow" | "regular" | "wide"

Visual size of the lowest slice (degree of funnel narrowing from highest to lowest slices)


funnelType

funnelType?: "pinched" | "regular"

Visual type of the lowest slice of FunnelChart


height

height?: number

Total height of the component, which is considered in the following order of priority:

  1. Value passed to this property (in pixels).
  2. Height of the container wrapping this component
  3. Default value of 400px (for component without header) or 425px (for component with header).

labels

labels?: Labels

Configuration that defines behavior of data labels on FunnelChart

Deprecated

Use seriesLabels instead


legend

legend?: LegendOptions

Configuration for legend - a key that provides information about the data series or colors used in chart


seriesLabels

seriesLabels?: FunnelSeriesLabels

Configuration for series labels


subtype

subtype?: undefined

Subtype of FunnelChart


width

width?: number

Total width of the component, which is considered in the following order of priority:

  1. Value passed to this property (in pixels)
  2. Width of the container wrapping this component
  3. Default value of 400px
Last Updated: