Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ComboChartConfiguration

import type { ComboChartConfiguration } from "https://aws-api.deno.dev/v0.4/services/quicksight.ts?docs=full";

The configuration of a ComboChartVisual.

interface ComboChartConfiguration {
BarDataLabels?: DataLabelOptions | null;
BarsArrangement?: BarsArrangement | null;
CategoryAxis?: AxisDisplayOptions | null;
CategoryLabelOptions?: ChartAxisLabelOptions | null;
ColorLabelOptions?: ChartAxisLabelOptions | null;
FieldWells?: ComboChartFieldWells | null;
Legend?: LegendOptions | null;
LineDataLabels?: DataLabelOptions | null;
PrimaryYAxisDisplayOptions?: AxisDisplayOptions | null;
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions | null;
ReferenceLines?: ReferenceLine[] | null;
SecondaryYAxisDisplayOptions?: AxisDisplayOptions | null;
SecondaryYAxisLabelOptions?: ChartAxisLabelOptions | null;
SortConfiguration?: ComboChartSortConfiguration | null;
Tooltip?: TooltipOptions | null;
VisualPalette?: VisualPalette | null;
}

§Properties

§
BarDataLabels?: DataLabelOptions | null
[src]

The options that determine if visual data labels are displayed.

The data label options for a bar in a combo chart.

§
BarsArrangement?: BarsArrangement | null
[src]

Determines the bar arrangement in a combo chart. The following are valid values in this structure:

  • CLUSTERED: For clustered bar combo charts.
  • STACKED: For stacked bar combo charts.
  • STACKED_PERCENT: Do not use. If you use this value, the operation returns a validation error.
§
CategoryAxis?: AxisDisplayOptions | null
[src]

The category axis of a combo chart.

§
CategoryLabelOptions?: ChartAxisLabelOptions | null
[src]

The label options (label text, label visibility, and sort icon visibility) of a combo chart category (group/color) field well.

§
ColorLabelOptions?: ChartAxisLabelOptions | null
[src]

The label options (label text, label visibility, and sort icon visibility) of a combo chart's color field well.

§
FieldWells?: ComboChartFieldWells | null
[src]

The field wells of the visual.

§
Legend?: LegendOptions | null
[src]

The legend display setup of the visual.

§
LineDataLabels?: DataLabelOptions | null
[src]

The options that determine if visual data labels are displayed.

The data label options for a line in a combo chart.

§
PrimaryYAxisDisplayOptions?: AxisDisplayOptions | null
[src]

The label display options (grid line, range, scale, and axis step) of a combo chart's primary y-axis (bar) field well.

§
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions | null
[src]

The label options (label text, label visibility, and sort icon visibility) of a combo chart's primary y-axis (bar) field well.

§
ReferenceLines?: ReferenceLine[] | null
[src]

The reference line setup of the visual.

§
SecondaryYAxisDisplayOptions?: AxisDisplayOptions | null
[src]

The label display options (grid line, range, scale, axis step) of a combo chart's secondary y-axis (line) field well.

§
SecondaryYAxisLabelOptions?: ChartAxisLabelOptions | null
[src]

The label options (label text, label visibility, and sort icon visibility) of a combo chart's secondary y-axis(line) field well.

§
SortConfiguration?: ComboChartSortConfiguration | null
[src]

The sort configuration of a ComboChartVisual.

§
Tooltip?: TooltipOptions | null
[src]

The legend display setup of the visual.

§
VisualPalette?: VisualPalette | null
[src]

The palette (chart color) display setup of the visual.