powered by
Sets transition speeds across the chart (set to 0 to suppress)
setTransitionSpeed(myIO, speed)
A modified myIO htmlwidget object with updated transition speed.
myIO
an htmlwidget object created by the myIO() function
a number indicating the speed of transition in milliseconds
# Set transition speed to 500ms myIO() |> setTransitionSpeed(speed = 500) # Disable transitions myIO() |> setTransitionSpeed(speed = 0)
Run the code above in your browser using DataLab