Binding additional data sources
Bind functionsBind audio dataBind bar chart race dataBind bubble chart dataBind calculator dataBind cards dataBind chord diagram dataBind draw the line chart dataBind election results chart dataBind gantt chart dataBind gauge dataBind hierarchy dataBind line chart race dataBind interactive svg dataBind line, bar and pie charts dataBind marimekko dataBind network graph dataBind parliament chart dataBind pictogram dataBind quiz dataBind radar chart dataBind sankey diagram dataBind scatter dataBind slope chart dataBind sports dataBind sports race dataBind survey dataBind svg annotator dataBind table dataBind text annotator dataBind timeline dataBind tournament dataBind word cloud data
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 |