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

PieChartConfiguration

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

The configuration of a pie chart.

interface PieChartConfiguration {
CategoryLabelOptions?: ChartAxisLabelOptions | null;
ContributionAnalysisDefaults?: ContributionAnalysisDefault[] | null;
DataLabels?: DataLabelOptions | null;
DonutOptions?: DonutOptions | null;
FieldWells?: PieChartFieldWells | null;
Legend?: LegendOptions | null;
SmallMultiplesOptions?: SmallMultiplesOptions | null;
SortConfiguration?: PieChartSortConfiguration | null;
Tooltip?: TooltipOptions | null;
ValueLabelOptions?: ChartAxisLabelOptions | null;
VisualPalette?: VisualPalette | null;
}

§Properties

§
CategoryLabelOptions?: ChartAxisLabelOptions | null
[src]

The label options of the group/color that is displayed in a pie chart.

§
ContributionAnalysisDefaults?: ContributionAnalysisDefault[] | null
[src]

The contribution analysis (anomaly configuration) setup of the visual.

§
DataLabels?: DataLabelOptions | null
[src]

The options that determine if visual data labels are displayed.

§
DonutOptions?: DonutOptions | null
[src]

The options that determine the shape of the chart. This option determines whether the chart is a pie chart or a donut chart.

§
FieldWells?: PieChartFieldWells | null
[src]

The field wells of the visual.

§
Legend?: LegendOptions | null
[src]

The legend display setup of the visual.

§
SmallMultiplesOptions?: SmallMultiplesOptions | null
[src]

The small multiples setup for the visual.

§
SortConfiguration?: PieChartSortConfiguration | null
[src]

The sort configuration of a pie chart.

§
Tooltip?: TooltipOptions | null
[src]

The tooltip display setup of the visual.

§
ValueLabelOptions?: ChartAxisLabelOptions | null
[src]

The label options for the value that is displayed in a pie chart.

§
VisualPalette?: VisualPalette | null
[src]

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