VueUiSparkline
- Add optional pulse in line mode
Enregistrement.de.l.ecran.2026-01-24.a.17.23.30.mov
const config = ref({
style: {
line: {
pulse: {
show: false,
loop: true,
color: '#FFFFFF',
durationMs: 4000,
easing: 'ease-in-out',
radius: 4,
trail: {
show: true,
length: 6,
opacity: 0.75,
strokeWidth: 3
}
}
}
}
})