Spline property for a Billboard.js chart
Examples
# Customize spline interpolation
billboarder() %>%
bb_linechart(data = c(1, 5, 3, 6, 2), type = "spline") %>%
bb_spline(interpolation = list(type = "natural"))
Spline property for a Billboard.js chart
# Customize spline interpolation
billboarder() %>%
bb_linechart(data = c(1, 5, 3, 6, 2), type = "spline") %>%
bb_spline(interpolation = list(type = "natural"))