Bind draw the line chart data

def bind_draw_the_line_data(
self,
x: str = None,
lines_reveal: Union[list, str] = None,
lines_fixed: Union[list, str] = None
)
python
ArgumentsType hintDescription
selfFlourishReturns the Flourish object
xstr, optionalTime (x axis). Labels for the X axis. Flourish type hint: column
lines_revealUnion[list, str], optionalLines reveal
lines_fixedUnion[list, str], optionalLines fixed