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_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