Skip to content

v2.10.6

Compare
Choose a tag to compare
@graphieros graphieros released this 14 Jun 08:54
· 514 commits to master since this release

VueUiNestedDonuts

  • Add optional start animation
Enregistrement.de.l.ecran.2025-06-14.a.10.52.32.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