graph » options » words
words
[ root » graph » options » words ]
Word Clouds Only: Use the words
array as an alternative to the text
attribute. Instead of providing the text data in a single string, you can provide each word individually, along with the associated word count. In the array, create an object for each word. In each object, add a text
attribute (provide a string value) and a count
attribute (provide a number value). Refer to the Word Cloud Tutorial for more information.
Attribute | Type | Description |
---|---|---|
count | Number | Sets the word count. Chart types: Wordcloud |
text | String | Sets the word text. Chart types: Wordcloud |