Skip to contents

Separate functions for static and interactive line charts

Usage

static_line_chart(t, x, y, fill, ...)

interactive_line_chart(t, x, y, fill, ...)

Arguments

t

A tibble in long form for plotting

x

The name of the variable you want plotted on the X-Axis

y

The name of the variable you want plotted on the Y-Axis

fill

The name of the variable you want the fill color of the bars to be based on

...

additional arguments passed to generic_line

Value

static or interactive column or bar chart

Author

Craig Helmann, Michael Jensen