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
ArgumentsType hintDescription
selfFlourishReturns the Flourish object
time_startstr, optionalTime start
time_endstr, optionalEnd time. Sets the duration of the event in time scale mode. Flourish type hint: column
categorystr, optionalCategory
titlestr, optionalTitle. Title of the content. Suggested data type hints: string, number, datetime. Flourish type hint: column
subtitlestr, optionalSubtitle. Subtitle of the content. Suggested data type hints: string, number, datetime. Flourish type hint: column
textstr, optionalText. Text to display inside the data point. Flourish type hint: column
imagestr, optionalImage. Main image for the event. Add an image URL or right-click on a cell to upload an image. Flourish type hint: column
backgroundstr, optionalBackground image. Background image for the event. Add an image URL or right-click on a cell to upload an image. Flourish type hint: column