Callbacks for billboard charts
bb_callbacks(
bb,
onafterinit = NULL,
onbeforeinit = NULL,
oninit = NULL,
onout = NULL,
onover = NULL,
onrendered = NULL,
onresize = NULL,
onresized = NULL
)
A billboard
htmlwidget
object.
A billboard
htmlwidget
object.
Set a callback to execute after the chart is initialized.
Set a callback to execute before the chart is initialized.
Set a callback to execute when the chart is initialized.
Set a callback to execute when mouse/touch leaves the chart.
Set a callback to execute when mouse/touch enters the chart.
Set a callback which is executed when the chart is rendered. Basically, this callback will be called in each time when the chart is redrawed.
Set a callback to execute when user resizes the screen.
Set a callback to execute when screen resize finished.