View source: R/timeseriesstackedcolumn.R
TimeSeriesStackedColumnChart | R Documentation |
TimeSeriesStackedColumnChart
Plots a time series as columns.
TimeSeriesStackedColumnChart(
x,
title = "",
ytitle = "",
xtitle = "",
series.name = "",
tickformat = NULL
)
x |
table with dates in the columns. |
title |
The title of the chart. |
ytitle |
The title to show on the y-axis. |
xtitle |
The title to show on the x-axis. |
series.name |
E.g., "churn". |
tickformat |
Plotlytickformat |
A plotly plot.
z = matrix(runif(27), nrow = 3, dimnames = list(LETTERS[1:3],
seq(as.Date("2010/1/1"), as.Date("2018/1/1"), "years")))
TimeSeriesStackedColumnChart(z, "year")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.