github graphieros/vue-data-ui v2.10.3

latest releases: v3.0.23, v3.0.22, v3.0.21...
2 months ago

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

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.