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 | Info |
---|---|---|
count | Number | To set the word count. 5 | 20 | 100 | ... |
text | String | To set the word. "Flowers" | "Freesia" | "Peony" | ... |