C3StackedChart: C3StackedChart

Description Usage Arguments

View source: R/C3StackedChart.R

Description

C3StackedChart

Usage

1
2
3
C3StackedChart(dataset, colors, types = NULL, groups = NULL,
  subchart = FALSE, axis_type = "timeseries", categories = NULL,
  width = NULL, height = NULL)

Arguments

dataset

todo

colors

named list given series colors e.g. list(data1 = "purple", data2 = "blue", data3 = "gray")

types

named list given series chart types e.g. list(data1 = "bar", data2 = "bar", data3 = "bar")

groups

vector given stacking order e.g. c("data1","data2","data3")

subchart

boolean, should a subchart be show with a brushable area?

axis_type

what type of x-axis should be drawn, either timeseries, category or indexed, defaults to timeseries

categories

category labels

width

chart width

height

chart height


JB-Sandbox/C3Test documentation built on Jan. 19, 2020, 12:23 a.m.