fig_waterfall(values = c(200, -50, 70),
start_label = 'start', end_label = 'end')
fig_waterfall(values = c(200, -50, -19, 70),
start_label = 'start', end_label = 'end')
fig_waterfall(values = c(200, -50, -19, 70, 30, 13, -5, 19),
start_label = 'start', end_label = 'end')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.