Sets transition speeds across the chart (set to 0 to suppress)
Usage
setTransitionSpeed(myIO, speed)
Arguments
- myIO
an htmlwidget object created by the myIO() function
- speed
a number indicating the speed of transition in milliseconds
Value
the same myIO object
Examples
# Set transition speed to 500ms
myIO() |> setTransitionSpeed(speed = 500)
# Disable transitions
myIO() |> setTransitionSpeed(speed = 0)