VueUiHorizontalBar
- Add optional configuration for row gutter color and border radius, to temper excessive white space that can occur with long series labels.
const config = computed(() => {
return {
style: {
chart: {
layout: {
bars: {
// defaults:
rowColor: null,
rowRadius: 4
}
}
}
}
}
});Special thanks to @alexdln for another genius idea 🙏🌿