aws-cdk-lib.aws_quicksight.CfnTemplate.FunnelChartConfigurationProperty

interface FunnelChartConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.QuickSight.CfnTemplate.FunnelChartConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsquicksight#CfnTemplate_FunnelChartConfigurationProperty
Javasoftware.amazon.awscdk.services.quicksight.CfnTemplate.FunnelChartConfigurationProperty
Pythonaws_cdk.aws_quicksight.CfnTemplate.FunnelChartConfigurationProperty
TypeScript aws-cdk-lib » aws_quicksight » CfnTemplate » FunnelChartConfigurationProperty

The configuration of a FunnelChartVisual .

Example

// The generated example for this type would exceed 500 lines,
// and has been elided for readability.

Properties

NameTypeDescription
categoryLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options of the categories that are displayed in a FunnelChartVisual .
dataLabelOptions?IResolvable | FunnelChartDataLabelOptionsPropertyThe options that determine the presentation of the data labels.
fieldWells?IResolvable | FunnelChartFieldWellsPropertyThe field well configuration of a FunnelChartVisual .
sortConfiguration?IResolvable | FunnelChartSortConfigurationPropertyThe sort configuration of a FunnelChartVisual .
tooltip?IResolvable | TooltipOptionsPropertyThe tooltip configuration of a FunnelChartVisual .
valueLabelOptions?IResolvable | ChartAxisLabelOptionsPropertyThe label options for the values that are displayed in a FunnelChartVisual .
visualPalette?IResolvable | VisualPalettePropertyThe visual palette configuration of a FunnelChartVisual .

categoryLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options of the categories that are displayed in a FunnelChartVisual .


dataLabelOptions?

Type: IResolvable | FunnelChartDataLabelOptionsProperty (optional)

The options that determine the presentation of the data labels.


fieldWells?

Type: IResolvable | FunnelChartFieldWellsProperty (optional)

The field well configuration of a FunnelChartVisual .


sortConfiguration?

Type: IResolvable | FunnelChartSortConfigurationProperty (optional)

The sort configuration of a FunnelChartVisual .


tooltip?

Type: IResolvable | TooltipOptionsProperty (optional)

The tooltip configuration of a FunnelChartVisual .


valueLabelOptions?

Type: IResolvable | ChartAxisLabelOptionsProperty (optional)

The label options for the values that are displayed in a FunnelChartVisual .


visualPalette?

Type: IResolvable | VisualPaletteProperty (optional)

The visual palette configuration of a FunnelChartVisual .