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

VueUiDonut translations block has no effect #47

Closed Zambiorix closed 1 month ago

Zambiorix commented 1 month ago
translations: {
        total: 'foo',
        average: 'bar',
    },

has no effect

graphieros commented 1 month ago

Hey @Zambiorix :)

These translations are located in the following paths of the config object:

total style.chart.layout.labels.hollow.total.text

average style.chart.layout.labels.hollow.average.text

Zambiorix commented 1 month ago

Hi @graphieros

Sorry, missed that ..

I was playing with:

https://vue-data-ui.graphieros.com/docs#vue-ui-donut

and noticed the translations block on the bottom that didn't seem to do anything.

Thanks!

graphieros commented 1 month ago

Don't be sorry, this is actually helping as this part of documentation website needed to be updated ;)