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

DataColor

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

Determines the color that is applied to a particular data value.

interface DataColor {
Color?: string | null;
DataValue?: number | null;
}

§Properties

§
Color?: string | null
[src]

The color that is applied to the data value.

§
DataValue?: number | null
[src]

The data value that the color is applied to.