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

DonutOptions

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

The options for configuring a donut chart or pie chart.

interface DonutOptions {
ArcOptions?: ArcOptions | null;
DonutCenterOptions?: DonutCenterOptions | null;
}

§Properties

§
ArcOptions?: ArcOptions | null
[src]

The option for define the arc of the chart shape. Valid values are as follows:

  • WHOLE - A pie chart
  • SMALL- A small-sized donut chart
  • MEDIUM- A medium-sized donut chart
  • LARGE- A large-sized donut chart
§
DonutCenterOptions?: DonutCenterOptions | null
[src]

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