VueUiDonutEvolution
Improved datapoint focus behavior:
- Use VueUiDonut in a resizable and draggable dialog
Enregistrement.de.l.ecran.2025-06-24.a.06.47.04.mov
New config attributes to control the dialog and the embedded donut:
const config = ref({
style: {
chart: {
dialog: {
show: true,
backgroundColor: '#FFFFFF',
color: '#D2D353C',
header: {
backgroundColor: '#FFFFFF',
color: '#2D353C',
},
donutChart: {
// VueUiDonut config
}
}
}
}
})
Deprecated config attributes, related to the old way datapoints were focused on:
const config = ref({
style: {
chart: {
donuts: {
zoom: {...} // Deprecated
}
}
}
})