github graphieros/vue-data-ui v3.0.8

latest releases: v3.0.20, v3.0.19, v3.0.18...
5 days ago

VueUiScatter - Marginal bars highlighter

New optional highlighter on marginal bars:

const config = ref({
  style: {
    layout: {
      marginalBars: {
        show: true,
        // New:
        highlighter: {
          show: true,
          opacity: 0.1,
          color: '#2D353C',
          stroke: '#2D353C',
          strokeWidth: 0.5,
          strokeDasharray: 2,
          highlightBothAxes: true
        }
      }
    }
  }
})
Enregistrement.de.l.ecran.2025-08-30.a.10.55.18.mov

Documentation website is up to date


If you just realized this is version 3 now, here are all the details.

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

NewReleases is sending notifications on new releases.