Skip to content

v2.10.3

Compare
Choose a tag to compare
@graphieros graphieros released this 11 Jun 13:02
· 4 commits to master since this release

VueUiDonut

  • Add optional start animation
Enregistrement.de.l.ecran.2025-06-11.a.14.57.47.mov
  • Improve easing animation when segregating series (clicking on legends)

New config attributes:

const config = ref({
  // Animation used when segregating series from clicking the legend items
  serieToggleAnimation: {
    show: true,
    durationMs: 500,
  },
  // Animation used once on load
  startAnimation: {
    show: true,
    durationMs: 1000,
    staggerMs: 50
  },
})

Docs are up to date