generate_word_cloud_chart
Create word cloud charts to visualize word frequency or importance using text size, ideal for analyzing social media, reviews, or feedback. Customize chart style, theme, and dimensions for clear visual insights.
Instructions
Generate a word cloud chart to show word frequency or weight through text size variation, such as, analyzing common words in social media, reviews, or feedback.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
data | Yes | Data for word cloud chart, it should be an array of objects, each object contains a `text` field and a `value` field, such as, [{ value: 4.272, text: '形成' }]. | |
height | No | Set the height of chart, default is 400. | |
style | No | Custom style configuration for the chart. | |
theme | No | Set the theme for the chart, optional, default is 'default'. | default |
title | No | Set the title of chart. | |
width | No | Set the width of chart, default is 600. |