generate_word_cloud_chart
Generate a word cloud chart to visualize word frequency or weight from your data, using text size variation to highlight common terms in social media, reviews, or feedback.
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, such as, [{ value: '4.272', text: '形成' }]. | |
| theme | No | Set the theme for the chart, optional, default is 'default'. | default |
| width | No | Set the width of chart, default is 600. | |
| height | No | Set the height of chart, default is 400. | |
| title | No | Set the title of chart. |