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

LineChartType

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

§Type

§
"LINE" | "AREA" | "STACKED_AREA" | cmnP.UnexpectedEnumValue
[src]