v0.1.1
This React wordcloud component is based on the d3-cloud
wordcloud layout written by Jason Davies.
It includes the following features that can be easily controlled with props.
- Control orientations of words by setting min/max angles.
- Inherits parent node's height/width or accepts explicit values.
- Customize colors by passing an array of colors or callback.
- Customize font family.
- Customize layout/placement of words.
- Customize tooltips using callback.
- Customize click actions on words using callback.
- Set limit of maximum words displayed.