b_pie.Rd
Add a pie chart.
b_pie(p, serie, label = list(), expand = TRUE, pad.angle = 0)
an object of class billboard.
billboard
name of serie to plot.
label parameters as list.
set to expand on hover.
set padding between data.
library(dplyr) mtcars %>% mutate(model = rownames(.)) %>% slice(1:5) %>% b_board(model) %>% b_pie(mpg)