Skip to content

Mini charts animations

Choose a tag to compare

@graphieros graphieros released this 02 Apr 06:12
· 3221 commits to master since this release

Added optional animation config for the following components:

  • VueUiSparkline
  • VueUiSparkbar
  • VueUiSparkStackbar

Animation is enabled by default.

animation: {
  show: true,
  animationFrames: 60
}