# NOT RUN {
billboarder() %>%
bb_piechart(data = table(mtcars$cyl)) %>%
bb_pie(label = list(
ratio = 0.5,
format = htmlwidgets::JS("function(value) {return d3.format('$')(value);}")
),
expand = FALSE)
# }
Run the code above in your browser using DataLab