github graphieros/vue-data-ui v3.24.1
3.24.1

4 hours ago

VueUiSparkbar

  • Add new borderRadius config attribute:
const config = computed<VueUiSparkbarConfig>(() => ({
    style: {
        bar: {
            borderRadius: null, // by default resolves to the same radius as before. Any number provided will be overriden with the svg height / 2 if it exceeds this value.
        },
    },
}));

VueUiSparkStackbar

  • Add new borderRadius config attribute:
const config = computed<VueUiSparStackbarConfig>(() => ({
    style: {
        bar: {
            borderRadius: null, // by default resolves to the same radius as before. Any number provided will be overriden with the svg height / 2 if it exceeds this value.
        },
    },
}));
  • Apply the border radius to legend and tooltip markers

Docs are up to date

Full Changelog: v3.24.0...v3.24.1

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

NewReleases is sending notifications on new releases.