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

DonutCenterOptions

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

The label options of the label that is displayed in the center of a donut chart. This option isn't available for pie charts.

interface DonutCenterOptions {
LabelVisibility?: Visibility | null;
}

§Properties

§
LabelVisibility?: Visibility | null
[src]

Determines the visibility of the label in a donut chart. In the Amazon QuickSight console, this option is called 'Show total'.