Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface FunnelChartOptions <FunnelChartType >

Interface that can be used to define Funnel Chart configurations that can't be changed after creation.

Example usage:

Desired result Value
Funnel Chart with default type undefined
Funnel Chart with specified type { type: FunnelChartTypes.LabelsOnSides }

Index

Properties

Properties

Optional type

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