The flourishcharts packages are provided by Canva as open source software under the MIT license(opens in a new tab or window).

Usage

def bind_word_cloud_data(
self,
word: str = None,
value: str = None,
category: str = None,
metadata: Union[list, str] = None
)
PYTHON
bind_word_cloud_data(
.,
word = NULL,
value = NULL,
category = NULL,
metadata = NULL
)
R

Arguments

Arguments
Type hint
Description
self
Flourish
Returns the Flourish object
word
str, optional
Word
value
str, optional
Value
category
str, optional
Category
metadata
Union[list, str], optional
Info for popups. One or more columns of information (text, image URLs, embedded charts etc) to include in popups and panels Flourish type hint: columns
Arguments
Description
.
Returns the Flourish object
word
Word
value
Value
category
Category
metadata
Info for popups. One or more columns of information (text, image URLs, embedded charts etc) to include in popups and panels Flourish type hint: columns