Word Cloud¶
The word cloud is a useful visualization to see the weight of certain terms (words) in a given data set. To visualize a simple word cloud you can write the following code.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
|
Previous code will render a Word Cloud like follow:
Custom configurations¶
- fontFamily: to define the font family. By default 'sans-serif'
- fontWeight: to define the font weight. By default 'normal'
- sizeRange: to define the size range depending on main metric. By default: [10, 40]
- color: By default each word is colored with a random color of the theme palette but could be specified a custom metric color in the same way that in other charts. Ej. Color Documentation