Display how frequently a word appears by making the size of each word proportion to its frequency.
Size of the parent element/component (passed by the Responsive hoc)
type: shape[object Object]
type: string
defaultValue: ''
Array of colors as hex color codes
type: arrayOf[object Object]
defaultValue: schemeSet2
Data to be represented in the word cloud.
type: arrayOf[object Object]
Font specification for each word cloud node
type: union(string|func)
defaultValue: 'sans-serif'
Select the frequency value for each data point
type: func
defaultValue: d => d.size
Select a label for each data point
type: func
defaultValue: d => d.text
defaultValue: undefined
defaultValue: undefined
type: union(number|func)
defaultValue: 0
Handler function to save the generated svg
type: func
defaultValue: undefined