powered by
Bind draw the line chart data
bind_draw_the_line_data( ., data = NULL, x = NULL, lines_reveal = NULL, lines_fixed = NULL )
A Flourish chart
The prior Flourish object. No need to specify name if piping graph as the graph will take the first argument (i.e. the prior existing graph).
Data.
Time (x axis). Labels for the X axis. Flourish type hint: column
Lines reveal
Lines fixed
try( flourish(chart_type = "draw_the_line", api_key = Sys.getenv("FLOURISH_API_KEY")) |> bind_draw_the_line_data(gapminder) )
Run the code above in your browser using DataLab