Learn R Programming

billboarder (version 0.2.4)

bb_donut: Donut property for a Billboard.js chart

Description

Donut property for a Billboard.js chart

Usage

bb_donut(bb, ...)

Arguments

bb

A billboard htmlwidget object.

Value

A billboard htmlwidget object.

Examples

Run this code
# NOT RUN {
billboarder() %>%
  bb_donutchart(data = table(mtcars$cyl)) %>%
  bb_donut(title = "Donut Title", width = 10)
  
# }

Run the code above in your browser using DataLab