Allows you to alter/remove events that the chart will respond to

cjs_events(
  p,
  events = c("mousemove", "mouseout", "click", "touchstart", "touchmove")
)

Arguments

p

a chartjs htmlwidget

events

events to allow

Value

An object of class htmlwidget

Examples