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

DataFieldSeriesItem

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

The data field series item configuration of a line chart.

interface DataFieldSeriesItem {
AxisBinding: AxisBinding;
FieldId: string;
FieldValue?: string | null;
Settings?: LineChartSeriesSettings | null;
}

§Properties

§
AxisBinding: AxisBinding
[src]

The axis that you are binding the field to.

§
FieldId: string
[src]

The field ID of the field that you are setting the axis binding to.

§
FieldValue?: string | null
[src]

The field value of the field that you are setting the axis binding to.

§

The options that determine the presentation of line series associated to the field.