c3_color: Color Palette

Description Usage Arguments Value Examples

View source: R/options.R

Description

Manually assign colors

Usage

1

Arguments

c3

c3 htmlwidget object

colors

character vector of colors

Value

c3

Examples

1
2
3
data.frame(a = c(1,2,3,2), b = c(2,4,1,5)) %>%
  c3() %>%
  c3_color(c('red','black'))

mrjoh3/c3 documentation built on July 8, 2021, 8:24 p.m.