# Interface FunnelStyleOptions

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

# Extends

  • BaseStyleOptions

# Properties

# dataLimits

dataLimits?: DataLimits

Data limit for series or categories that will be plotted

# Inherited from

BaseStyleOptions.dataLimits


# funnelDirection

funnelDirection?: "regular" | "inverted"

Direction of FunnelChart narrowing


# funnelSize

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

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


# funnelType

funnelType?: "regular" | "pinched"

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).

# Inherited from

BaseStyleOptions.height


# labels

labels?: Labels

Configuration that defines behavior of data labels on FunnelChart


# legend

legend?: Legend

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

# Inherited from

BaseStyleOptions.legend


# markers

markers?: Markers

Configuration for markers - symbols or data points that highlight specific values

# Inherited from

BaseStyleOptions.markers


navigator?: Navigator

Configuration for navigator - zoom/pan tool for large datasets in a chart

# Inherited from

BaseStyleOptions.navigator


# 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

# Inherited from

BaseStyleOptions.width


# xAxis

xAxis?: AxisLabel

Configuration for X axis

# Inherited from

BaseStyleOptions.xAxis


# y2Axis

y2Axis?: AxisLabel

Configuration for second Y axis

# Inherited from

BaseStyleOptions.y2Axis


# yAxis

yAxis?: AxisLabel

Configuration for Y axis

# Inherited from

BaseStyleOptions.yAxis