Learn R Programming

myIO (version 1.2.0)

setTransitionSpeed: Set Transition Speed

Description

Sets transition speeds across the chart (set to 0 to suppress)

Usage

setTransitionSpeed(myIO, speed)

Value

A modified myIO htmlwidget object with updated transition speed.

Arguments

myIO

an htmlwidget object created by the myIO() function

speed

a number indicating the speed of transition in milliseconds

Examples

Run this code
# Set transition speed to 500ms
myIO() |> setTransitionSpeed(speed = 500)

# Disable transitions
myIO() |> setTransitionSpeed(speed = 0)

Run the code above in your browser using DataLab