github graphieros/vue-data-ui v3.13.2

15 hours ago

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
        }
      }
    }
  }
})

Docs are up to date

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

NewReleases is sending notifications on new releases.