WordCloud
Tag cloud visualization using D3-Cloud layout. Word size is proportional to data value. Supports rotation, custom font sizing, color schemes, and tooltips.
Import
import { WordCloud, WordCloudLabel } from 'reaviz';
WordCloud Props
| Prop | Type | Default | Description |
|---|---|---|---|
data | ChartShallowDataShape[] | [] | Chart data |
width | number | auto | Width in pixels |
height | number | auto | Height in pixels |
[Description truncada. Veja o README completo no GitHub.]