TimeSeriesStackedColumnChart: 'TimeSeriesStackedColumnChart'

View source: R/timeseriesstackedcolumn.R

TimeSeriesStackedColumnChartR Documentation

TimeSeriesStackedColumnChart

Description

Plots a time series as columns.

Usage

TimeSeriesStackedColumnChart(
  x,
  title = "",
  ytitle = "",
  xtitle = "",
  series.name = "",
  tickformat = NULL
)

Arguments

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 tickformat.

Value

A plotly plot.

Examples

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")

NumbersInternational/flipTime documentation built on Feb. 26, 2024, 6:44 a.m.