Skip to content

chartjs-chart-wordcloud v4.4.0 / WordCloudChart

Class: WordCloudChart<DATA, LABEL>

Extends

  • Chart<"wordCloud", DATA, LABEL>

Type parameters

DATA extends unknown[] = number[]

LABEL = string

Constructors

new WordCloudChart(item, config)

new WordCloudChart<DATA, LABEL>(item, config): WordCloudChart<DATA, LABEL>

Parameters

item: ChartItem

config: Omit<ChartConfiguration<"wordCloud", DATA, LABEL>, "type">

Returns

WordCloudChart<DATA, LABEL>

Overrides

Chart<'wordCloud', DATA, LABEL>.constructor

Source

work/chartjs-chart-wordcloud/chartjs-chart-wordcloud/src/controllers/WordCloudController.ts:268

Properties

id

static id: string = WordCloudController.id

Source

work/chartjs-chart-wordcloud/chartjs-chart-wordcloud/src/controllers/WordCloudController.ts:266