graphieros / vue-data-ui

A user-empowering data visualization Vue 3 components library for eloquent data storytelling
https://vue-data-ui.graphieros.com/
MIT License
267 stars 13 forks source link

Live data change does not seem to work? #46

Closed Zambiorix closed 1 month ago

Zambiorix commented 1 month ago

Hello,

How do I change datasets at regular intervals? I'm using vue-data-ui in a vue3/quasar project.

I've created a pie-chart that I want to update a regular intervals, but this doesn't seem to work.

Changing the dataset ref value with complete new data does not trigger a rerender.

This is also visible on your website in the (donut) chart builder. Adding new series does trigger a label update on the chart, but not the chart itself...

Thanks Gerd

graphieros commented 1 month ago

Hi @Zambiorix :)

Thanks for pointing out this issue.

You can upgrade to v2.2.42 which fixes this bug.

Cheers!

Zambiorix commented 1 month ago

Thanks, all works now. BTW, your vue-data-ui library looks absolutely stunning... 🥇 Fantastic work!