Skip to content

v3.23.5

Latest

Choose a tag to compare

@graphieros graphieros released this 15 Aug 08:19

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