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

Bind draw the line chart data

Usage

def bind_draw_the_line_data(
self,
x: str = None,
lines_reveal: Union[list, str] = None,
lines_fixed: Union[list, str] = None
)
PYTHON
bind_draw_the_line_data(
.,
x = NULL,
lines_reveal = NULL,
lines_fixed = NULL
)
R

Arguments

Arguments
Type hint
Description
self
Flourish
Returns the Flourish object
x
str, optional
Time (x axis). Labels for the X axis. Flourish type hint: column
lines_reveal
Union[list, str], optional
Lines reveal
lines_fixed
Union[list, str], optional
Lines fixed
Arguments
Description
.
Returns the Flourish object
x
Time (x axis). Labels for the X axis. Flourish type hint: column
lines_reveal
Lines reveal
lines_fixed
Lines fixed
We care about your privacy
By clicking "Accept All", you agree to the storing of cookies on your device to give you the most optimal experience using our website. We may use cookies to enhance performance, analyze site usage, and personalize your experience.