Description Usage Arguments References See Also Examples
View source: R/chart_amWaterfall.R
amWaterfall computes a waterfall chart of the given value.
1 |
data |
|
start |
|
horiz |
|
show_values |
|
... |
see |
See online documentation https://datastorm-open.github.io/introduction_ramcharts/ and amChartsAPI
amOptions, amBarplot, amBoxplot, amHist, amPie, amPlot, amTimeSeries, amStockMultiSet, amBullet, amRadar, amWind, amFunnel, amAngularGauge, amSolidGauge, amMekko, amCandlestick, amFloatingBar, amOHLC, amWaterfall
1 2 3 4 5 6 7 8 | data("data_waterfall")
amWaterfall(data = data_waterfall, show_values = TRUE)
# Other examples available which can be time consuming depending on your configuration.
# Change the orientation :
amWaterfall(data = data_waterfall, horiz = TRUE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.