Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

e_animation

Animation


Description

Customise animations.

Usage

e_animation(
  e,
  show = TRUE,
  threshold = NULL,
  duration = NULL,
  easing = NULL,
  delay = NULL,
  duration.update = NULL,
  easing.update = NULL,
  delay.update = NULL
)

Arguments

e

An echarts4r object as returned by e_charts or a proxy as returned by echarts4rProxy.

show

Set to show animation.

threshold

Whether to set graphic number threshold to animation. Animation will be disabled when graphic number is larger than threshold.

duration

Duration of the first animation.

easing

Easing method used for the first animation.

delay

Delay before updating the first animation.

duration.update

Time for animation to complete.

easing.update

Easing method used for animation.

delay.update

Delay before updating animation.

See Also

Examples

mtcars %>%
  e_charts(mpg) %>%
  e_area(drat) %>%
  e_animation(duration = 10000)

echarts4r

Create Interactive Graphs with 'Echarts JavaScript' Version 5

v0.4.0
Apache License (>= 2.0)
Authors
John Coene [aut, cre, cph], Wei Su [ctb], Helgasoft [ctb], Xianying Tan [ctb] (<https://orcid.org/0000-0002-6072-3521>)
Initial release
2021-03-05

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.