github graphieros/vue-data-ui v3.23.5

3 hours ago

VueUiRadar improvements

  • New config attributes:
const config = computed<VueUiRadarConfig>(() => ({
    style: {
        chart: {
            layout: {
                grid: {
                    rotation: 0, // New: rotate the radar by n degrees
                },
                labels: {
                    dataLabels: {
                        offset: 0, // New: offset labels from their related apex
                    },
                },
            },
        },
    },
}));
  • Trigger the tooltip when hovering the radar plots

Docs are up to date

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

NewReleases is sending notifications on new releases.