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

DataBarsOptions

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

The options for data bars.

interface DataBarsOptions {
FieldId: string;
NegativeColor?: string | null;
PositiveColor?: string | null;
}

§Properties

§
FieldId: string
[src]

The field ID for the data bars options.

§
NegativeColor?: string | null
[src]

The color of the negative data bar.

§
PositiveColor?: string | null
[src]

The color of the positive data bar.