VueUiDonut
- Improve animation performance
- Fade out data labels during series segregation
- Add config options to display non overlapping labels for small arcs:
const config = ref({
style: {
chart: {
labels: {
dataLabels: {
smallArcClusterThreshold: 8, // show label on the side under this percentage
smallArcClusterFontSize: 12, // font size for small arc labels
oneLine: false, // display name and value on the same line
}
}
}
}
})
Built-in chart annotator (all charts with user options):
- Fix caret not visible in text mode