Skip to content

v3.0.8

Choose a tag to compare

@graphieros graphieros released this 30 Aug 09:06
· 256 commits to master since this release

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.