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_table_data(
self,
columns: Union[list, str] = None
)
PYTHON
bind_table_data(
.,
columns = NULL
)
R

Arguments

Arguments
Type hint
Description
self
Flourish
Returns the Flourish object
columns
Union[list, str], optional
Table values. The cell contents can by styled with html or markdown To style with markdown first make sure the Cell text styling setting in the Table section of the editor is on To add an image, right click on a cell and click Upload fileSuggested data type hints: string, number, datetime. Flourish type hint: columns
Arguments
Description
.
Returns the Flourish object
columns
Table values. The cell contents can by styled with html or markdown To style with markdown first make sure the Cell text styling setting in the Table section of the editor is on To add an image, right click on a cell and click Upload fileSuggested data type hints: string, number, datetime. Flourish type hint: columns