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_marimekko_data(
self,
name: str = None,
unstacked_value: str = None,
stacked_values: Union[list, str] = None,
facet: str = None,
category: str = None,
filter: str = None,
metadata: Union[list, str] = None
)
PYTHON
bind_marimekko_data(
.,
name = NULL,
unstacked_value = NULL,
stacked_values = NULL,
facet = NULL,
category = NULL,
filter = NULL,
metadata = NULL
)
R

Arguments

Arguments
Type hint
Description
self
Flourish
Returns the Flourish object
name
str, optional
Name
unstacked_value
str, optional
Unstacked value
stacked_values
Union[list, str], optional
Secondary metric. One or more numeric columns. Each column will form a segment of a stacked bar. Flourish type hint: columns
facet
str, optional
Facet
category
str, optional
Color category. Suggested data type hints: string. Flourish type hint: column
filter
str, optional
Filter by. (Optional) Choose a categorical column to filter by. A dropdown will appear in the visualization. Suggested data type hints: string, number, datetime. Flourish type hint: column
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 Suggested data type hints: number, string, datetime. Flourish type hint: columns
Arguments
Description
.
Returns the Flourish object
name
Name
unstacked_value
Unstacked value
stacked_values
Secondary metric. One or more numeric columns. Each column will form a segment of a stacked bar. Flourish type hint: columns
facet
Facet
category
Color category. Suggested data type hints: string. Flourish type hint: column
filter
Filter by. (Optional) Choose a categorical column to filter by. A dropdown will appear in the visualization. Suggested data type hints: string, number, datetime. Flourish type hint: column
metadata
Info for popups. One or more columns of information (text, image URLs, embedded charts etc) to include in popups and panels Suggested data type hints: number, string, datetime. Flourish type hint: columns