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

SeriesItem

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

The series item configuration of a line chart.

This is a union type structure. For this structure to be valid, only one of the attributes can be defined.

interface SeriesItem {
DataFieldSeriesItem?: DataFieldSeriesItem | null;
FieldSeriesItem?: FieldSeriesItem | null;
}

§Properties

§
DataFieldSeriesItem?: DataFieldSeriesItem | null
[src]

The data field series item configuration of a line chart.

§
FieldSeriesItem?: FieldSeriesItem | null
[src]

The field series item configuration of a line chart.