VueUiHorizontalBar #353
- Add config option to show/hide value in legend items
const config = computed<VueUiHorizontalBarConfig>(() => ({
style: {
chart: {
legend: {
showValue: true, // new
}
}
}
}));
VueUiXy
- fix wrong x value displayed in data labels in continuous mode
- performance rewrite (details)
Docs are up to date