github graphieros/vue-data-ui v3.15.11

4 hours ago

VueUiHorizontalBar

  • Add optional configuration for row gutter color and border radius, to temper excessive white space that can occur with long series labels.
image
const config = computed(() => {
    return {
        style: {
            chart: {
                layout: {
                    bars: {
                        // defaults:
                        rowColor: null,
                        rowRadius: 4
                    }
                }
            }
        }
    }
});

Docs are up to date

Special thanks to @alexdln for another genius idea 🙏🌿

Don't miss a new vue-data-ui release

NewReleases is sending notifications on new releases.