Word Cloud

A word cloud is a visualization method that displays the frequency or weight of words in text data, using different text sizes to represent word frequency. Word clouds help quickly identify the most commonly used or most important words in text data. The size of each word is typically proportional to its frequency — larger fonts represent more frequent or more important words, allowing users to intuitively see how often a word appears in the text. This visual approach enables users to quickly grasp the main content and core themes of the text.

Use Cases

  • Analyze frequently used words in social media, reviews, or feedback.
  • Identify keywords or topics in text analysis.
  • Highlight the importance of specific terms, such as in news summaries or market research results.

Visual Examples

Display the weight distribution of keywords in the AI technology field.

Display keyword weights for front-end development tech stack, custom colors

Display keyword weights for data science terminology, custom palette

Options

Configuration Options

PropertyTypeRequiredDescription
typestringrequiredValue must be "word-cloud".
dataObject[]requiredChart data.
data.textstringrequiredThe word to display in the word cloud.
data.valuenumberrequiredImportance score of the word (frequency, weight, etc.).
titlestringoptionalChart title.
theme'default' | 'dark' | 'academy'optionalChart theme, default is "default".
styleObjectoptionalChart style.
style.backgroundColorstringoptionalMust be a valid color value.
style.palettestring[]optionalMust be a valid color array.