Learn R Programming

c3 (version 0.3.2)

c3_donut: Donut Charts

Description

Create simple Donut charts

Usage

c3_donut(
  c3,
  expand = TRUE,
  title = NULL,
  width = NULL,
  show = TRUE,
  threshold = NULL,
  format = NULL,
  ...
)

Value

c3

Arguments

c3

c3 htmlwidget object

expand

boolean expand segment on hover

title

character

width

integer pixels width of donut

show

boolean show labels

threshold

numeric proportion of segment to hide label

format

character label js function, wrap character or character vector in JS()

...

additional values passed to the donut label object

Examples

Run this code
data.frame(red=20,green=45,blue=10) %>%
  c3() %>%
  c3_donut(title = 'Colors')

Run the code above in your browser using DataLab