v2.12.2
VueUiChord
- Add optional display of group percentages
const config = ref({
style: {
chart: {
arcs: {
labels: {
showPercentage: true, // new
roundingPercentage: 0, // new
}
}
}
}
})
const config = ref({
style: {
chart: {
arcs: {
labels: {
showPercentage: true, // new
roundingPercentage: 0, // new
}
}
}
}
})