github graphieros/vue-data-ui v3.23.7

2 hours ago

VueUiStripPlot improvements #374

  • New config attributes:
const config = computed<VueUiStripPlot>(() => ({
    style: {
        chart: {
            grid: {
                scaleMin: null, // Set a value to force the min value of the Y axis
                scaleMax: null, // Set a value to force the max value of the Y axis
            },
        },
    },
}));

View docs for the VueUiStripPlot component

Built-in chart annotator

  • The annotator menu is now draggable.
Enregistrement.de.l.ecran.2026-08-19.a.06.49.20.mov
  • Various fixes for bugs in Safari:
    • arrow heads color were not properly inherited
    • caret position in text mode was offset

To customize the style of the handle, target the following css class:

.vue-ui-pen-and-paper-drag-handle {}

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

NewReleases is sending notifications on new releases.