github graphieros/vue-data-ui v3.20.9

3 hours ago

VueUiXy

Add optional crosshairs selection (tooltip alternative):

const config = computed<VueUiXyConfig>(() => ({
    chart: {
        highlighter: {
            // new
            crosshairs: {
                show: false,
                stroke: '#2D353C',
                strokeWidth: 1,
                strokeDasharray: 3,
                stopOnPoint: false,
                dot: {
                    radius: 2,
                    fill: '#2D353C',
                    stroke: '#FFFFFF',
                    strokeWidth: 1,
                }
            }
        }
    }
}))
Enregistrement.de.l.ecran.2026-05-24.a.19.07.52.mov

View an example

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

NewReleases is sending notifications on new releases.