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

LineChartConfiguration

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

The configuration of a line chart.

interface LineChartConfiguration {
ContributionAnalysisDefaults?: ContributionAnalysisDefault[] | null;
DataLabels?: DataLabelOptions | null;
DefaultSeriesSettings?: LineChartDefaultSeriesSettings | null;
FieldWells?: LineChartFieldWells | null;
ForecastConfigurations?: ForecastConfiguration[] | null;
Legend?: LegendOptions | null;
PrimaryYAxisDisplayOptions?: LineSeriesAxisDisplayOptions | null;
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions | null;
ReferenceLines?: ReferenceLine[] | null;
SecondaryYAxisDisplayOptions?: LineSeriesAxisDisplayOptions | null;
SecondaryYAxisLabelOptions?: ChartAxisLabelOptions | null;
Series?: SeriesItem[] | null;
SmallMultiplesOptions?: SmallMultiplesOptions | null;
SortConfiguration?: LineChartSortConfiguration | null;
Tooltip?: TooltipOptions | null;
Type?: LineChartType | null;
VisualPalette?: VisualPalette | null;
XAxisDisplayOptions?: AxisDisplayOptions | null;
XAxisLabelOptions?: ChartAxisLabelOptions | null;
}

§Properties

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

The default configuration of a line chart's contribution analysis.

§
DataLabels?: DataLabelOptions | null
[src]

The data label configuration of a line chart.

§
DefaultSeriesSettings?: LineChartDefaultSeriesSettings | null
[src]

The options that determine the default presentation of all line series in LineChartVisual.

§
FieldWells?: LineChartFieldWells | null
[src]

The field well configuration of a line chart.

§
ForecastConfigurations?: ForecastConfiguration[] | null
[src]

The forecast configuration of a line chart.

§
Legend?: LegendOptions | null
[src]

The legend configuration of a line chart.

§
PrimaryYAxisDisplayOptions?: LineSeriesAxisDisplayOptions | null
[src]

The series axis configuration of a line chart.

§
PrimaryYAxisLabelOptions?: ChartAxisLabelOptions | null
[src]

The options that determine the presentation of the y-axis label.

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

The reference lines configuration of a line chart.

§
SecondaryYAxisDisplayOptions?: LineSeriesAxisDisplayOptions | null
[src]

The series axis configuration of a line chart.

§
SecondaryYAxisLabelOptions?: ChartAxisLabelOptions | null
[src]

The options that determine the presentation of the secondary y-axis label.

§
Series?: SeriesItem[] | null
[src]

The series item configuration of a line chart.

§
SmallMultiplesOptions?: SmallMultiplesOptions | null
[src]

The small multiples setup for the visual.

§
SortConfiguration?: LineChartSortConfiguration | null
[src]

The sort configuration of a line chart.

§
Tooltip?: TooltipOptions | null
[src]

The tooltip configuration of a line chart.

§
Type?: LineChartType | null
[src]

Determines the type of the line chart.

§
VisualPalette?: VisualPalette | null
[src]

The visual palette configuration of a line chart.

§
XAxisDisplayOptions?: AxisDisplayOptions | null
[src]

The options that determine the presentation of the x-axis.

§
XAxisLabelOptions?: ChartAxisLabelOptions | null
[src]

The options that determine the presentation of the x-axis label.