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

WordCloudChartConfiguration

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

The configuration of a word cloud visual.

interface WordCloudChartConfiguration {
CategoryLabelOptions?: ChartAxisLabelOptions | null;
FieldWells?: WordCloudFieldWells | null;
SortConfiguration?: WordCloudSortConfiguration | null;
WordCloudOptions?: WordCloudOptions | null;
}

§Properties

§
CategoryLabelOptions?: ChartAxisLabelOptions | null
[src]

The label options (label text, label visibility, and sort icon visibility) for the word cloud category.

§
FieldWells?: WordCloudFieldWells | null
[src]

The field wells of the visual.

§
SortConfiguration?: WordCloudSortConfiguration | null
[src]

The sort configuration of a word cloud visual.

§
WordCloudOptions?: WordCloudOptions | null
[src]

The options for a word cloud visual.