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