Skip to contents

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

A modified myIO htmlwidget object with updated transition speed.

Examples

# Set transition speed to 500ms
myIO() |> setTransitionSpeed(speed = 500)
# Disable transitions myIO() |> setTransitionSpeed(speed = 0)