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

VisualPalette

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

The visual display options for the visual palette.

interface VisualPalette {
ChartColor?: string | null;
ColorMap?: DataPathColor[] | null;
}

§Properties

§
ChartColor?: string | null
[src]

The chart color options for the visual palette.

§
ColorMap?: DataPathColor[] | null
[src]

The color map options for the visual palette.