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

FieldSeriesItem

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

The field series item configuration of a line chart.

interface FieldSeriesItem {
AxisBinding: AxisBinding;
FieldId: string;
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 for which you are setting the axis binding.

§

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