Categories plot in level order; pass
x = factor(x, levels = unique(x)) to keep them in data order.
geom_waterfall(
mapping = NULL,
data = NULL,
alpha = NULL,
width = 0.8,
color_pos = NULL,
color_neg = NULL
)As in geom_point().
Bar width in x slot units.
Bar colors for increases/decreases.
A Layer.