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 timeline data
Usage
def bind_timeline_data(self,time_start: str = None,time_end: str = None,category: str = None,title: str = None,subtitle: str = None,text: str = None,image: str = None,background: str = None)
python
bind_timeline_data(.,time_start = NULL,time_end = NULL,category = NULL,title = NULL,subtitle = NULL,text = NULL,image = NULL,background = NULL)
r
Arguments
Arguments | Type hint | Description |
---|---|---|
self | Flourish | Returns the Flourish object |
time_start | str , optional | Time start |
time_end | str , optional | End time. Sets the duration of the event in time scale mode. Flourish type hint: column |
category | str , optional | Category |
title | str , optional | Title. Title of the content. Suggested data type hints: string, number, datetime. Flourish type hint: column |
subtitle | str , optional | Subtitle. Subtitle of the content. Suggested data type hints: string, number, datetime. Flourish type hint: column |
text | str , optional | Text. Text to display inside the data point. Flourish type hint: column |
image | str , optional | Image. Main image for the event. Add an image URL or right-click on a cell to upload an image. Flourish type hint: column |
background | str , optional | Background image. Background image for the event. Add an image URL or right-click on a cell to upload an image. Flourish type hint: column |
Arguments | Description |
---|---|
. | Returns the Flourish object |
time_start | Time start |
time_end | End time. Sets the duration of the event in time scale mode. Flourish type hint: column |
category | Category |
title | Title. Title of the content. Suggested data type hints: string, number, datetime. Flourish type hint: column |
subtitle | Subtitle. Subtitle of the content. Suggested data type hints: string, number, datetime. Flourish type hint: column |
text | Text. Text to display inside the data point. Flourish type hint: column |
image | Image. Main image for the event. Add an image URL or right-click on a cell to upload an image. Flourish type hint: column |
background | Background image. Background image for the event. Add an image URL or right-click on a cell to upload an image. Flourish type hint: column |