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

Bind radar chart data

Usage

def bind_radar_data(
self,
name: str = None,
values: Union[list, str] = None,
filter: str = None,
color_category: str = None,
facet: Union[list, str] = None,
metadata: Union[list, str] = None
)
PYTHON
bind_radar_data(
.,
name = NULL,
values = NULL,
filter = NULL,
color_category = NULL,
facet = NULL,
metadata = NULL
)
R

Arguments

Arguments
Type hint
Description
self
Flourish
Returns the Flourish object
name
str, optional
Name. A text column containing a name for each radar. Suggested data type hints: string. Flourish type hint: column
values
Union[list, str], optional
Values. Select three or more numerical columns. Suggested data type hints: number. Flourish type hint: columns
filter
str, optional
Filter. If set, creates a filter menu or time slider. Suggested data type hints: string, number, datetime. Flourish type hint: column
color_category
str, optional
Color category. Add a category to color by If empty, the name column will be used for colors. Suggested data type hints: string. Flourish type hint: column
facet
Union[list, str], optional
Grid of charts (facet). Create one column for each grouping you want to allow. Suggested data type hints: string. Flourish type hint: columns
metadata
Union[list, str], optional
Info for popups. One or more columns of information (text, image URLs, embedded charts etc) to include in custom popups and panels Suggested data type hints: string, datetime, number. Flourish type hint: columns
Arguments
Description
.
Returns the Flourish object
name
Name. A text column containing a name for each radar. Suggested data type hints: string. Flourish type hint: column
values
Values. Select three or more numerical columns. Suggested data type hints: number. Flourish type hint: columns
filter
Filter. If set, creates a filter menu or time slider. Suggested data type hints: string, number, datetime. Flourish type hint: column
color_category
Color category. Add a category to color by If empty, the name column will be used for colors. Suggested data type hints: string. Flourish type hint: column
facet
Grid of charts (facet). Create one column for each grouping you want to allow. Suggested data type hints: string. Flourish type hint: columns
metadata
Info for popups. One or more columns of information (text, image URLs, embedded charts etc) to include in custom popups and panels Suggested data type hints: string, datetime, number. Flourish type hint: columns