v2.10.3
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
},
})